Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 76078 invoked from network); 7 Jul 2009 16:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 16:01:11 -0000 Received: (qmail 84073 invoked by uid 500); 7 Jul 2009 15:46:38 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 84028 invoked by uid 500); 7 Jul 2009 15:46:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 84019 invoked by uid 99); 7 Jul 2009 15:46:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 15:46:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 15:46:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D95FE238886C; Tue, 7 Jul 2009 15:46:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r791876 - in /httpd/httpd/trunk/build: NWGNUenvironment.inc NWGNUmakefile nw_export.inc Date: Tue, 07 Jul 2009 15:46:13 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090707154613.D95FE238886C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Tue Jul 7 15:46:13 2009 New Revision: 791876 URL: http://svn.apache.org/viewvc?rev=791876&view=rev Log: next step for fixing NetWare exports list. Modified: httpd/httpd/trunk/build/NWGNUenvironment.inc httpd/httpd/trunk/build/NWGNUmakefile httpd/httpd/trunk/build/nw_export.inc Modified: httpd/httpd/trunk/build/NWGNUenvironment.inc URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUenvironment.inc?rev=791876&r1=791875&r2=791876&view=diff ============================================================================== --- httpd/httpd/trunk/build/NWGNUenvironment.inc (original) +++ httpd/httpd/trunk/build/NWGNUenvironment.inc Tue Jul 7 15:46:13 2009 @@ -135,7 +135,7 @@ 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 Modified: httpd/httpd/trunk/build/NWGNUmakefile URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUmakefile?rev=791876&r1=791875&r2=791876&view=diff ============================================================================== --- httpd/httpd/trunk/build/NWGNUmakefile (original) +++ httpd/httpd/trunk/build/NWGNUmakefile Tue Jul 7 15:46:13 2009 @@ -42,6 +42,7 @@ @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 >> $@ Modified: httpd/httpd/trunk/build/nw_export.inc URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/nw_export.inc?rev=791876&r1=791875&r2=791876&view=diff ============================================================================== --- httpd/httpd/trunk/build/nw_export.inc (original) +++ httpd/httpd/trunk/build/nw_export.inc Tue Jul 7 15:46:13 2009 @@ -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" +