diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-06 00:08:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-06 00:08:07 +0000 |
commit | 5f5958cb984faa17fddbac6490b9bea17865827d (patch) | |
tree | f0cda945f41d3ec8bd42dc75ab2136836558c123 | |
parent | 8251ce7d1066f18529e813a5d58980b15e623ed8 (diff) | |
download | postgresql-5f5958cb984faa17fddbac6490b9bea17865827d.tar.gz postgresql-5f5958cb984faa17fddbac6490b9bea17865827d.zip |
add define for USE_LIMIT_H into NeXT port...
Pointed out by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
-rw-r--r-- | src/include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h index f7042b92995..255f3b7e65d 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -140,6 +140,7 @@ /* does anybody use this? */ #if defined(next) +# define USE_LIMITS_H # define JMP_BUF # define NEED_SIG_JMP # define SB_PAD 56 |