We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5819336 commit 514d69bCopy full SHA for 514d69b
src/include/config.h
@@ -1,5 +1,5 @@
1
/* 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
+ * the code base by those porting the software, and to facilitate the
3
* eventual use of autoconf to build the server
4
*/
5
@@ -38,9 +38,6 @@
38
39
#if defined(BSD44_derived) || \
40
defined(bsdi)
41
-# if defined(bsdi)
42
-# define SIGJMP_BUF
43
-# endif
44
# define USE_LIMITS_H
45
# define USE_POSIX_TIME
46
# define NEED_CBRT
0 commit comments