brane 01/05/10 11:10:29
Modified: include apr.hw Log: Define APR_HAVE_MEMCHR. Revision Changes Path 1.63 +1 -0 apr/include/apr.hw Index: apr.hw =================================================================== RCS file: /home/cvs/apr/include/apr.hw,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- apr.hw 2001/04/13 03:18:52 1.62 +++ apr.hw 2001/05/10 18:10:26 1.63 @@ -181,6 +181,7 @@ #define APR_HAVE_STRNCASECMP 0 #define APR_HAVE_STRNICMP 1 #define APR_HAVE_STRSTR 1 +#define APR_HAVE_MEMCHR 1 #define APR_HAVE_STRUCT_RLIMIT 0 #define APR_HAVE_UNION_SEMUN 0
