rse 98/09/24 02:55:54
Modified: src CHANGES src/include ap_config.h Log: PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1 Submitted by: Dave Dykstra <[EMAIL PROTECTED]> PR: 3054 Revision Changes Path 1.1074 +3 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1073 retrieving revision 1.1074 diff -u -r1.1073 -r1.1074 --- CHANGES 1998/09/23 22:42:03 1.1073 +++ CHANGES 1998/09/24 09:55:50 1.1074 @@ -1,5 +1,8 @@ Changes with Apache 1.3.3 + *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1 + [Dave Dykstra <[EMAIL PROTECTED]>] PR#3054 + *) Fix mod_speling's handling of multiple matched URLs. [Manoj Kasichainula] 1.235 +1 -0 apache-1.3/src/include/ap_config.h Index: ap_config.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- ap_config.h 1998/09/18 06:49:12 1.234 +++ ap_config.h 1998/09/24 09:55:52 1.235 @@ -615,6 +615,7 @@ #define WEXITSTATUS(status) (int)((status).w_retcode) #define WTERMSIG(status) (int)((status).w_termsig) #define strftime(buf,bufsize,fmt,tm) ascftime(buf,fmt,tm) +#undef HAVE_SYS_RESOURCE_H /* exists but does not provide *rlimit funcs */ #include <sys/types.h> #include <sys/time.h>