summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-04 20:55:33 +0000
committerStig Bakken <ssb@php.net>1999-12-04 20:55:33 +0000
commit0dd9658485105175d90d2afb1ef916e33eefa4fa (patch)
treece21d1ab31b5661cb341eddc95eb0fc206898445 /ext/standard/dl.h
parent68aa4997e3cef19c253ad8d486357f9295df3c19 (diff)
downloadphp-git-0dd9658485105175d90d2afb1ef916e33eefa4fa.tar.gz
#if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbol
in libzend).
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h2
1 files changed, 1 insertions, 1 deletions
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