mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
instead of relying on port's os.h to tell us. (Needed for HPUX where system major version is not enough info.) configure unsets USE_TK if X libraries not found. doc/Makefile uses gzcat or zcat as found by autoconf.
6 lines
169 B
C
6 lines
169 B
C
#define USE_POSIX_TIME
|
|
#define DISABLE_XOPEN_NLS
|
|
#define HAS_LONG_LONG
|
|
#define HAS_TEST_AND_SET
|
|
#include <sys/mman.h> /* for msemaphore */
|
|
typedef msemaphore slock_t;
|