mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf
From: Keith Parks
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#define HAVE_CBRT
|
||||
#define HAVE_RINT
|
||||
#define HAVE_GETRUSAGE
|
||||
#define HAVE_SYSCONF
|
||||
|
||||
#if defined(aix)
|
||||
# undef HAVE_SYS_SELECT_H
|
||||
@@ -151,6 +152,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(nextstep)
|
||||
# undef HAVE_SYSCONF
|
||||
# undef HAVE_VALUES_H
|
||||
# include <sys/ioctl.h>
|
||||
# if defined(__STRICT_ANSI__)
|
||||
|
Reference in New Issue
Block a user