git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791876
13f79535-47bb-0310-9956-
ffa450edef68
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
@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 >> $@
#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"
#include "mod_core.h"
#include "mod_auth.h"
+#include "mod_watchdog.h"
+