aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-12-03 00:11:07 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-12-03 00:11:07 +0000
commit514d69bdbf69fded3bcf5cff6ef011b60455b8a0 (patch)
treec411d9f01eacfe984508f5e3e1d83efc02502735 /src
parent58193362bdfd37eaf9750b4063d05de09b787bb9 (diff)
downloadpostgresql-514d69bdbf69fded3bcf5cff6ef011b60455b8a0.tar.gz
postgresql-514d69bdbf69fded3bcf5cff6ef011b60455b8a0.zip
Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/config.h b/src/include/config.h
index e814e8b1c47..b51e4b0ae70 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -1,5 +1,5 @@
/* the purpose of this file is to reduce the use of #ifdef's through
- * the code base by those porting the software, an dto facilitate the
+ * the code base by those porting the software, and to facilitate the
* eventual use of autoconf to build the server
*/
@@ -38,9 +38,6 @@
#if defined(BSD44_derived) || \
defined(bsdi)
-# if defined(bsdi)
-# define SIGJMP_BUF
-# endif
# define USE_LIMITS_H
# define USE_POSIX_TIME
# define NEED_CBRT