1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

- Fix compile problem on FreeBSD

This commit is contained in:
Andi Gutmans
2000-03-18 16:11:42 +00:00
parent 512ff32f87
commit 8b8077709e

View 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