From: Andi Gutmans Date: Sat, 18 Mar 2000 16:11:42 +0000 (+0000) Subject: - Fix compile problem on FreeBSD X-Git-Tag: PHP-4.0-RC1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b8077709efc0d569e7c876b331636ef499c5ccb;p=php - Fix compile problem on FreeBSD --- diff --git a/Zend/zend.h b/Zend/zend.h index 2eb6b71428..d0dbd1c35a 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -57,7 +57,7 @@ # include #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