Tue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / libpspp / str.h
index fd6e739b63d6b575f717bb4e3bdea1a6b5175a2e..d8698ba4383bdc56f16122e4868924d3ae660f85 100644 (file)
 #include "strtok_r.h"
 #include "vsnprintf.h"
 #include "xvasprintf.h"
-
-#ifndef HAVE_STRCHR
-#define strchr index
-#endif
-#ifndef HAVE_STRRCHR
-#define strrchr rindex
-#endif
 \f
 /* Miscellaneous. */