From b10a71977778e33538a4fa41a3eac79eda0534ec Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 29 Nov 1998 05:30:25 +0000 Subject: 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. --- src/include/port/unixware.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/port/unixware.h') diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index cbdd4ff4d96..10fe5928d18 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -1,6 +1,5 @@ #define USE_POSIX_TIME #define NO_EMPTY_STMTS -#define USE_POSIX_SIGNALS #define SYSV_DIRENT #define HAS_TEST_AND_SET -- cgit v1.2.3