mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Compile and warning cleanup
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
|
||||
/* dynloader.c */
|
||||
|
||||
#define SAVE_MAXPATHLEN MAXPATHLEN
|
||||
#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>
|
||||
|
||||
Reference in New Issue
Block a user