bjh 99/06/04 22:54:48
Modified: src/include ap_config.h Log: Fix value of MAXSOCKETS on OS/2. This stops a redefinition warning with the current compiler version, emx 0.9d, while still allowing older versions to work. Revision Changes Path 1.261 +1 -1 apache-1.3/src/include/ap_config.h Index: ap_config.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ap_config.h 1999/06/02 18:26:14 1.260 +++ ap_config.h 1999/06/05 05:54:45 1.261 @@ -791,7 +791,7 @@ /* Add some drive name support */ #define chdir _chdir2 #include <sys/time.h> -#define MAXSOCKETS 4096 +#define MAXSOCKETS 2048 #define USE_OS2_SCOREBOARD #define NO_RELIABLE_PIPED_LOGS #define USE_OS2SEM_SERIALIZED_ACCEPT