Fix for BSDI compile.
This commit is contained in:
parent
ba876c150a
commit
316e81cf22
@ -18,14 +18,7 @@
|
|||||||
|
|
||||||
/* dynloader.c */
|
/* dynloader.c */
|
||||||
|
|
||||||
#define SAVE_MAXPATHLEN MAXPATHLEN
|
#ifndef PRE_BSDI_2_1
|
||||||
#undef MAXPATHLEN /* prevent compiler warning */
|
|
||||||
#include <sys/param.h>
|
|
||||||
#undef MAXPATHLEN
|
|
||||||
#define MAXPATHLEN SAVE_MAXPATHLEN
|
|
||||||
#undef SAVE_MAXPATHLEN
|
|
||||||
|
|
||||||
#if _BSDI_VERSION >= 199510
|
|
||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
# define pg_dlopen(f) dlopen(f, 1)
|
# define pg_dlopen(f) dlopen(f, 1)
|
||||||
# define pg_dlsym dlsym
|
# define pg_dlsym dlsym
|
||||||
|
Loading…
x
Reference in New Issue
Block a user