diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-07-07 17:46:13 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-07-07 17:46:13 +0200 |
commit | 7b1890fb83b6b695a557a7e9e996ad8698dcb6e9 (patch) | |
tree | 02b91fa85ea1708f90d9f1596eab7d94b74b2356 /build | |
parent | first trial to add mod_watchdog functions to export list. (diff) | |
download | apache2-7b1890fb83b6b695a557a7e9e996ad8698dcb6e9.tar.xz apache2-7b1890fb83b6b695a557a7e9e996ad8698dcb6e9.zip |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 2 | ||||
-rw-r--r-- | build/NWGNUmakefile | 1 | ||||
-rw-r--r-- | build/nw_export.inc | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 50408ca3f0..c9135518ec 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 053cd3c2eb..b4ae3a2147 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 56acb80771..45b48e7c88 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" + |