1
0
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:
Marc G. Fournier
1997-01-27 00:09:47 +00:00
parent 197c7f5486
commit a246e87d12
2 changed files with 5 additions and 3 deletions

View File

@@ -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__)