]> granicus.if.org Git - php/commitdiff
- Fix compile problem on FreeBSD
authorAndi Gutmans <andi@php.net>
Sat, 18 Mar 2000 16:11:42 +0000 (16:11 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 18 Mar 2000 16:11:42 +0000 (16:11 +0000)
Zend/zend.h

index 2eb6b71428d4625123df729e94e067b08df37e5a..d0dbd1c35a7b2697168335877d391c9ec09804a6 100644 (file)
@@ -57,7 +57,7 @@
 # include <dlfcn.h>
 #endif
 
-#if defined(HAVE_LIBDL) && defined(RTLD_NOW)
+#if defined(HAVE_LIBDL)
 # define DL_LOAD(libname)                      dlopen(libname, RTLD_NOW)
 # define DL_UNLOAD                                     dlclose
 # define DL_FETCH_SYMBOL                       dlsym