pcs 97/09/12 00:36:36
Modified: src/main conf.h
Log:
Include os.h headers into conf.h, making the OS abstraction macros, inlines
and file prototypes available to all source modules. Not yet valid for
Win32.
Revision Changes Path
1.134 +4 -0 apachen/src/main/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/conf.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- conf.h 1997/09/11 19:32:40 1.133
+++ conf.h 1997/09/12 07:36:34 1.134
@@ -55,6 +55,10 @@
* See README for a listing of what they mean
*/
+#if !defined(WIN32)
+#include "os.h"
+#endif
+
#if !defined(QNX) && !defined(MPE) && !defined(WIN32)
#include <sys/param.h>
#endif