From 0b77132507dad64295a1521f9d4abfc5fbb747c9 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 11 May 1999 00:01:47 +0000 Subject: * Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h --- main/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/snprintf.c') diff --git a/main/snprintf.c b/main/snprintf.c index 32bff374e2..9c6a552f61 100644 --- a/main/snprintf.c +++ b/main/snprintf.c @@ -53,7 +53,7 @@ * for xinetd. */ -#include "config.h" +#include "php_config.h" #if !defined(APACHE) || (!APACHE) #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) -- cgit v1.2.1