mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.
This commit is contained in:
parent
58193362bd
commit
514d69bdbf
@ -1,5 +1,5 @@
|
|||||||
/* 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 @@
|
|||||||
|
|
||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user