jorton 2003/11/17 06:25:35
Modified: . acconfig.h Log: * acconfig.h: Remove unused HAVE_isascii and HAVE_INT64_C defines, and _IS_GLOBAL defines for which configure.in already provides templates. Revision Changes Path 1.67 +0 -8 apr/acconfig.h Index: acconfig.h =================================================================== RCS file: /home/cvs/apr/acconfig.h,v retrieving revision 1.66 retrieving revision 1.67 diff -u -u -r1.66 -r1.67 --- acconfig.h 17 Nov 2003 13:51:25 -0000 1.66 +++ acconfig.h 17 Nov 2003 14:25:35 -0000 1.67 @@ -5,7 +5,6 @@ /* Various #defines we need to know about */ #undef EGD_DEFAULT_SOCKET -#undef HAVE_isascii /* Cross process serialization techniques */ #undef USE_FLOCK_SERIALIZE @@ -13,13 +12,6 @@ #undef USE_FCNTL_SERIALIZE #undef USE_PROC_PTHREAD_SERIALIZE #undef USE_PTHREAD_SERIALIZE - -#undef POSIXSEM_IS_GLOBAL -#undef SYSVSEM_IS_GLOBAL -#undef FCNTL_IS_GLOBAL -#undef FLOCK_IS_GLOBAL - -#undef HAVE_INT64_C @BOTTOM@
