]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
next step for fixing NetWare exports list.
authorGuenter Knauf <fuankg@apache.org>
Tue, 7 Jul 2009 15:46:13 +0000 (15:46 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 7 Jul 2009 15:46:13 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791876 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc
build/NWGNUmakefile
build/nw_export.inc

index 50408ca3f005960baaa5e678c307c4361a7e1fc0..c9135518ecb2ef787d73585c40ff1b3bc0eca531 100644 (file)
@@ -135,7 +135,7 @@ endif
 
 NOVI   = $(NOVELLLIBC)\imports
 
-INCDIRS        = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock;
+INCDIRS        = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock;
 ifneq "$(LDAPSDK)" ""
 INCDIRS := $(INCDIRS);$(LDAPSDK)/inc
 endif
index 053cd3c2eb8a429fa977121a6532f4a8f628a106..b4ae3a2147a0621dc5e9ac3a5123b18c2058731b 100644 (file)
@@ -42,6 +42,7 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NW
        @echo -I..\include >> $@
        @echo -I..\modules\http >> $@
        @echo -I..\modules\aaa >> $@
+       @echo -I..\modules\core >> $@
        @echo -I..\os\netware >> $@
        @echo -I..\server\mpm\netware >> $@
        @echo -I$(APR)\include >> $@
index 56acb807716051376852ed69be819c2a5bf1f31d..45b48e7c881f8f57765255656b57dc0a1d15e869 100644 (file)
@@ -13,6 +13,7 @@
 #define AP_CORE_DECLARE_NONSTD  AP_CORE_DECLARE_NONSTD
 #define AP_DECLARE_HOOK         AP_DECLARE_HOOK
 #define AP_DECLARE_DATA         AP_DECLARE_DATA
+#define AP_WD_DECLARE           AP_WD_DECLARE
 #undef  APACHE_OS_H
 
 #include "httpd.h"
@@ -50,3 +51,5 @@
 
 #include "mod_core.h"
 #include "mod_auth.h"
+#include "mod_watchdog.h"
+