summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b8b5a01ae..6af4bfdd1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -315,6 +315,10 @@
315 */ 315 */
316#undef HAVE_DECL_BZERO 316#undef HAVE_DECL_BZERO
317 317
318/* Define to 1 if you have the declaration of `getpeereid', and to 0 if you
319 don't. */
320#undef HAVE_DECL_GETPEEREID
321
318/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you 322/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
319 don't. */ 323 don't. */
320#undef HAVE_DECL_GLOB_NOMATCH 324#undef HAVE_DECL_GLOB_NOMATCH
@@ -488,6 +492,9 @@
488/* Define if your system has /etc/default/login */ 492/* Define if your system has /etc/default/login */
489#undef HAVE_ETC_DEFAULT_LOGIN 493#undef HAVE_ETC_DEFAULT_LOGIN
490 494
495/* Define to 1 if you have the `EVP_chacha20' function. */
496#undef HAVE_EVP_CHACHA20
497
491/* Define to 1 if you have the `EVP_CIPHER_CTX_ctrl' function. */ 498/* Define to 1 if you have the `EVP_CIPHER_CTX_ctrl' function. */
492#undef HAVE_EVP_CIPHER_CTX_CTRL 499#undef HAVE_EVP_CIPHER_CTX_CTRL
493 500
@@ -1409,6 +1416,9 @@
1409/* Define to 1 if you have the <sys/bsdtty.h> header file. */ 1416/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1410#undef HAVE_SYS_BSDTTY_H 1417#undef HAVE_SYS_BSDTTY_H
1411 1418
1419/* Define to 1 if you have the <sys/byteorder.h> header file. */
1420#undef HAVE_SYS_BYTEORDER_H
1421
1412/* Define to 1 if you have the <sys/capsicum.h> header file. */ 1422/* Define to 1 if you have the <sys/capsicum.h> header file. */
1413#undef HAVE_SYS_CAPSICUM_H 1423#undef HAVE_SYS_CAPSICUM_H
1414 1424
@@ -1722,6 +1732,9 @@
1722/* compiler does not accept __attribute__ on return types */ 1732/* compiler does not accept __attribute__ on return types */
1723#undef NO_ATTRIBUTE_ON_RETURN_TYPE 1733#undef NO_ATTRIBUTE_ON_RETURN_TYPE
1724 1734
1735/* SA_RESTARTed signals do no interrupt select */
1736#undef NO_SA_RESTART
1737
1725/* Define to disable UID restoration test */ 1738/* Define to disable UID restoration test */
1726#undef NO_UID_RESTORATION_TEST 1739#undef NO_UID_RESTORATION_TEST
1727 1740