From 1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 24 May 2001 10:07:29 +0000 Subject: * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) --- ext/vpopmail/php_vpopmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/vpopmail/php_vpopmail.c') diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 19b7fb7786..206e5947ad 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -24,6 +24,10 @@ * incompat option is specified and work for minimal params */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #undef VPOPMAIL_IS_REALLY_OLD #include -- cgit v1.2.1