dgaudet 98/09/24 10:25:55
Modified: src CHANGES
src/include ap_config.h
Log:
As the new header test gets it right, remove the override for sys/select.h in
OS/2 section of ap_config.h
This removes warnings about the redefinition of HAVE_SYS_SELECT_H.
Submitted by: Brian Havard <[EMAIL PROTECTED]>
Revision Changes Path
1.1077 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -r1.1076 -r1.1077
--- CHANGES 1998/09/24 14:06:40 1.1076
+++ CHANGES 1998/09/24 17:25:53 1.1077
@@ -1,5 +1,8 @@
Changes with Apache 1.3.3
+ *) OS/2: The new header tests get things right, need to update
+ ap_config.h. [Brian Havard]
+
*) The Perl %ENV hash will now be setup by default when using the
mod_include `perl' command [Doug MacEachern]
1.236 +0 -2 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.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ap_config.h 1998/09/24 09:55:52 1.235
+++ ap_config.h 1998/09/24 17:25:55 1.236
@@ -707,8 +707,6 @@
#define NEED_STRNCASECMP
#define NO_SETSID
#define NO_TIMES
-/* ap_config_auto.h gets this wrong, force sys/select.h to be included */
-#define HAVE_SYS_SELECT_H
#define CASE_BLIND_FILESYSTEM
/* Add some drive name support */
#define chdir _chdir2