diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 1998-11-29 05:30:25 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 1998-11-29 05:30:25 +0000 |
| commit | b10a71977778e33538a4fa41a3eac79eda0534ec (patch) | |
| tree | 6e8b90dfddfa7484921b21b770cd377d8181b650 /src/include/port/hpux.h | |
| parent | 92eacaf52349d8274d5924ff11956377ba7e968f (diff) | |
| download | postgresql-b10a71977778e33538a4fa41a3eac79eda0534ec.tar.gz | |
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/hpux.h')
| -rw-r--r-- | src/include/port/hpux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index b9c0c7564e..4ef01af095 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -1,11 +1,5 @@ #define JMP_BUF #define USE_POSIX_TIME -/* HPUX 10 has full POSIX signal functionality. - * On HPUX 9, we rely on BSD-compatible signal() in libBSD. - */ -#ifdef HPUX_10 -#define USE_POSIX_SIGNALS -#endif #define HAS_TEST_AND_SET typedef struct { |
