rse 98/10/03 08:33:36
Modified: src CHANGES
src/include ap_config.h
Log:
PORT: Fix sys/resource.h handling for SCO 3.x platform.
Submitted by: M. Laak <[EMAIL PROTECTED]>
PR: 3108
Revision Changes Path
1.1096 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1095
retrieving revision 1.1096
diff -u -r1.1095 -r1.1096
--- CHANGES 1998/10/03 15:24:48 1.1095
+++ CHANGES 1998/10/03 15:33:33 1.1096
@@ -1,4 +1,7 @@
Changes with Apache 1.3.3
+
+ *) PORT: Fix sys/resource.h handling for SCO 3.x platform.
+ [M. Laak <[EMAIL PROTECTED]>] PR#3108
*) Fallback from sysconf-based to plain HZ-based `ticks per second'
calculation in mod_status for all systems which don't have POSIX
1.239 +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.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ap_config.h 1998/10/03 10:46:50 1.238
+++ ap_config.h 1998/10/03 15:33:35 1.239
@@ -465,6 +465,7 @@
#define NO_WRITEV
#include <sys/time.h>
#define HAVE_SYSLOG 1
+#undef HAVE_SYS_RESOURCE_H
#elif defined(SCO5)