You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Havard <br...@kheldar.apana.org.au> on 1998/09/24 16:19:50 UTC

[PATCH] Remove override for faulty header test

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.


Index: ap_config.h
===================================================================
RCS file: /cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.234
diff -u -r1.234 ap_config.h
--- ap_config.h	1998/09/18 06:49:12	1.234
+++ ap_config.h	1998/09/24 14:12:21
@@ -706,8 +706,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

--
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------