Skip to content

Commit 514d69b

Browse files
author
Bryan Henderson
committed
Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.
1 parent 5819336 commit 514d69b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/include/config.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* the purpose of this file is to reduce the use of #ifdef's through
2-
* the code base by those porting the software, an dto facilitate the
2+
* the code base by those porting the software, and to facilitate the
33
* eventual use of autoconf to build the server
44
*/
55

@@ -38,9 +38,6 @@
3838

3939
#if defined(BSD44_derived) || \
4040
defined(bsdi)
41-
# if defined(bsdi)
42-
# define SIGJMP_BUF
43-
# endif
4441
# define USE_LIMITS_H
4542
# define USE_POSIX_TIME
4643
# define NEED_CBRT

0 commit comments

Comments
 (0)