summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-27 19:27:20 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-27 19:27:20 +0000
commitfb39eda0d80f0b45cbdf17c9b898298f90f4812b (patch)
treeab06cab4b0a4e2e433daad1be9fd5f3aa28973aa /ext/standard/dl.h
parentafccb5861212d0931fcf61ef8f4e4141700025f2 (diff)
downloadphp-git-fb39eda0d80f0b45cbdf17c9b898298f90f4812b.tar.gz
a second (cleaner?) try on warnings about unsupported functions
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 9e53733587..f816b72c12 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -41,10 +41,6 @@ void php_dl(pval *file,int type,pval *return_value);
/* dynamic loading functions */
PHP_FUNCTION(dl);
-#ifdef HAVE_LIBDL
PHP_MINFO_FUNCTION(dl);
-#else
-
-#endif
#endif /* _DL_H */