From 0dd9658485105175d90d2afb1ef916e33eefa4fa Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sat, 4 Dec 1999 20:55:33 +0000 Subject: #if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbol in libzend). --- ext/standard/dl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/dl.h') diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 58a969b1c2..6bf453d23e 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -38,7 +38,7 @@ void php_dl(pval *file,int type,pval *return_value); -#if HAVE_LIBDL +#ifdef HAVE_LIBDL extern php3_module_entry dl_module_entry; #define dl_module_ptr &dl_module_entry -- cgit v1.2.1