diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 00:52:12 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 00:52:12 +0000 |
commit | 7fae43654b8926b433605aee6ff46f435f55c83c (patch) | |
tree | 51453ae4a36299b72f675f51732ae0367e96d030 | |
parent | 14f6b387b11841b18db12dd89983c4b98dd38ee4 (diff) | |
download | postgresql-7fae43654b8926b433605aee6ff46f435f55c83c.tar.gz postgresql-7fae43654b8926b433605aee6ff46f435f55c83c.zip |
Needs USE_POSIX_SIGNALS
Pointed out by Dan McGuirk
-rw-r--r-- | src/port/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/linux.h b/src/port/linux.h index 14396979bbc..f0e56d3dbab 100644 --- a/src/port/linux.h +++ b/src/port/linux.h @@ -6,6 +6,7 @@ */ # define JMP_BUF # define USE_POSIX_TIME +# define USE_POSIX_SIGNAL # if !defined(PPC) # define NEED_I386_TAS_ASM # define HAS_TEST_AND_SET |