Commit 514d69bd authored by Bryan Henderson's avatar Bryan Henderson

Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.

parent 58193362
/* the purpose of this file is to reduce the use of #ifdef's through /* 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 * eventual use of autoconf to build the server
*/ */
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
#if defined(BSD44_derived) || \ #if defined(BSD44_derived) || \
defined(bsdi) defined(bsdi)
# if defined(bsdi)
# define SIGJMP_BUF
# endif
# define USE_LIMITS_H # define USE_LIMITS_H
# define USE_POSIX_TIME # define USE_POSIX_TIME
# define NEED_CBRT # define NEED_CBRT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment