[PATCH] use PCRE on NetWare - update

2004-02-26 Thread Guenter Knauf
Hi,
if my last patch for PCRE functions gets accepted, 
this patch to the makefile makes usage of the PCRE on NetWare.

Guenter.

http://www.gknw.com/test/NWGNUmakefile.diff

###
--- ./jk/native2/server/apache2/NWGNUmakefile.orig  Thu Nov 20 01:26:30 2003
+++ ./jk/native2/server/apache2/NWGNUmakefile   Fri Feb 27 00:05:02 2004
@@ -59,9 +59,8 @@
-D__NOVELL_LIBC__ \
-D_POSIX_SOURCE \
-DHAS_APR \
+   -DHAS_AP_PCRE \
$(EOLIST)
-
-#  -DHAS_PCRE
 
 #
 # These flags will be added to the link.opt file



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[PATCH] use PCRE on NetWare

2004-02-25 Thread Guenter Knauf
Hi,
if my last patch for PCRE functions gets accepted, 
this patch to the makefile makes usage of the PCRE on NetWare.

Guenter.

http://www.gknw.com/test/NWGNUmakefile.diff

###
--- ./jk/native2/server/apache2/NWGNUmakefile.orig  Thu Nov 20 01:26:30 2003
+++ ./jk/native2/server/apache2/NWGNUmakefile   Wed Feb 25 22:04:04 2004
@@ -59,9 +59,8 @@
-D__NOVELL_LIBC__ \
-D_POSIX_SOURCE \
-DHAS_APR \
+   -DHAS_PCRE \
$(EOLIST)
-
-#  -DHAS_PCRE
 
 #
 # These flags will be added to the link.opt file



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]