summaryrefslogtreecommitdiff
blob: 20675cabf4b4b96b3a41b6dbbfe5fcafe2b97d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/unixconf.h.old	2009-10-07 09:37:46.000000000 +0200
+++ include/unixconf.h	2009-10-07 09:38:05.000000000 +0200
@@ -293,10 +293,8 @@
 # endif
 #else	/* therefore SYSV */
 # ifndef index	/* some systems seem to do this for you */
-#define index	strchr
 # endif
 # ifndef rindex
-#define rindex	strrchr
 # endif
 #endif