jorton 2002/11/14 12:29:58
Modified: . acconfig.h Log: Add back USE_THREADS and DEV_RANDOM to fix build with autoconf 2.13. Revision Changes Path 1.61 +2 -0 apr/acconfig.h Index: acconfig.h =================================================================== RCS file: /home/cvs/apr/acconfig.h,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- acconfig.h 14 Nov 2002 19:54:59 -0000 1.60 +++ acconfig.h 14 Nov 2002 20:29:58 -0000 1.61 @@ -4,6 +4,8 @@ @TOP@ /* Various #defines we need to know about */ +#undef USE_THREADS +#undef DEV_RANDOM #undef EGD_DEFAULT_SOCKET #undef HAVE_isascii
