bnicholes 2002/07/29 15:30:52
Modified: include apr.hnw Log: NetWare has strtoll() Revision Changes Path 1.19 +1 -0 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- apr.hnw 17 Jul 2002 05:15:17 -0000 1.18 +++ apr.hnw 29 Jul 2002 22:30:52 -0000 1.19 @@ -117,6 +117,7 @@ #define APR_HAVE_STDLIB_H 1 #define APR_HAVE_STRING_H 1 #define APR_HAVE_STRINGS_H 0 +#define APR_HAVE_STRTOLL 1 #define APR_HAVE_SYS_SENDFILE_H 0 #define APR_HAVE_SYS_SIGNAL_H 0 #define APR_HAVE_SYS_SOCKET_H 0
