aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-06 00:08:07 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-06 00:08:07 +0000
commit5f5958cb984faa17fddbac6490b9bea17865827d (patch)
treef0cda945f41d3ec8bd42dc75ab2136836558c123
parent8251ce7d1066f18529e813a5d58980b15e623ed8 (diff)
downloadpostgresql-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.h1
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