summaryrefslogtreecommitdiff
path: root/src/include/port/linux.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1998-11-29 05:30:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1998-11-29 05:30:25 +0000
commitb10a71977778e33538a4fa41a3eac79eda0534ec (patch)
tree6e8b90dfddfa7484921b21b770cd377d8181b650 /src/include/port/linux.h
parent92eacaf52349d8274d5924ff11956377ba7e968f (diff)
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.
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r--src/include/port/linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index 8d550c0e08a..14de3b26fa5 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -6,7 +6,6 @@
*/
#define JMP_BUF
#define USE_POSIX_TIME
-#define USE_POSIX_SIGNALS
#define HAS_TEST_AND_SET
#if defined(PPC)