mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Use autoconf to determine whether system has POSIX signals,
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.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
#define JMP_BUF
|
||||
#define USE_POSIX_TIME
|
||||
#define USE_POSIX_SIGNALS
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
#if defined(PPC)
|
||||
|
||||
Reference in New Issue
Block a user