From: Guenter Knauf Date: Tue, 7 Jul 2009 15:46:13 +0000 (+0000) Subject: next step for fixing NetWare exports list. X-Git-Tag: 2.3.3~456 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b1890fb83b6b695a557a7e9e996ad8698dcb6e9;p=thirdparty%2Fapache%2Fhttpd.git next step for fixing NetWare exports list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791876 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 50408ca3f00..c9135518ecb 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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 diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 053cd3c2eb8..b4ae3a2147a 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -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 >> $@ diff --git a/build/nw_export.inc b/build/nw_export.inc index 56acb807716..45b48e7c881 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -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" +