summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in50
1 files changed, 41 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index e5c9379c8..baf0011a7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,8 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2 2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
3/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 6/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
4 */ 7 */
5#undef AIX_GETNAMEINFO_HACK 8#undef AIX_GETNAMEINFO_HACK
@@ -122,9 +125,6 @@
122/* Enable for PKCS#11 support */ 125/* Enable for PKCS#11 support */
123#undef ENABLE_PKCS11 126#undef ENABLE_PKCS11
124 127
125/* Builtin PRNG command timeout */
126#undef ENTROPY_TIMEOUT_MSEC
127
128/* File names may not contain backslash characters */ 128/* File names may not contain backslash characters */
129#undef FILESYSTEM_NO_BACKSLASH 129#undef FILESYSTEM_NO_BACKSLASH
130 130
@@ -750,6 +750,9 @@
750/* Define to 1 if you have the `recvmsg' function. */ 750/* Define to 1 if you have the `recvmsg' function. */
751#undef HAVE_RECVMSG 751#undef HAVE_RECVMSG
752 752
753/* sys/resource.h has RLIMIT_NPROC */
754#undef HAVE_RLIMIT_NPROC
755
753/* Define to 1 if you have the <rpc/types.h> header file. */ 756/* Define to 1 if you have the <rpc/types.h> header file. */
754#undef HAVE_RPC_TYPES_H 757#undef HAVE_RPC_TYPES_H
755 758
@@ -762,6 +765,12 @@
762/* Define to 1 if you have the `RSA_get_default_method' function. */ 765/* Define to 1 if you have the `RSA_get_default_method' function. */
763#undef HAVE_RSA_GET_DEFAULT_METHOD 766#undef HAVE_RSA_GET_DEFAULT_METHOD
764 767
768/* Define to 1 if you have the <sandbox.h> header file. */
769#undef HAVE_SANDBOX_H
770
771/* Define to 1 if you have the `sandbox_init' function. */
772#undef HAVE_SANDBOX_INIT
773
765/* define if you have sa_family_t data type */ 774/* define if you have sa_family_t data type */
766#undef HAVE_SA_FAMILY_T 775#undef HAVE_SA_FAMILY_T
767 776
@@ -948,13 +957,13 @@
948/* define if you have struct sockaddr_in6 data type */ 957/* define if you have struct sockaddr_in6 data type */
949#undef HAVE_STRUCT_SOCKADDR_IN6 958#undef HAVE_STRUCT_SOCKADDR_IN6
950 959
951/* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */ 960/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
952#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 961#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
953 962
954/* define if you have struct sockaddr_storage data type */ 963/* define if you have struct sockaddr_storage data type */
955#undef HAVE_STRUCT_SOCKADDR_STORAGE 964#undef HAVE_STRUCT_SOCKADDR_STORAGE
956 965
957/* Define to 1 if `st_blksize' is member of `struct stat'. */ 966/* Define to 1 if `st_blksize' is a member of `struct stat'. */
958#undef HAVE_STRUCT_STAT_ST_BLKSIZE 967#undef HAVE_STRUCT_STAT_ST_BLKSIZE
959 968
960/* Define to 1 if the system has the type `struct timespec'. */ 969/* Define to 1 if the system has the type `struct timespec'. */
@@ -1259,7 +1268,7 @@
1259 from environment and PATH */ 1268 from environment and PATH */
1260#undef LOGIN_PROGRAM_FALLBACK 1269#undef LOGIN_PROGRAM_FALLBACK
1261 1270
1262/* Set this to your mail directory if you don't have maillock.h */ 1271/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1263#undef MAIL_DIRECTORY 1272#undef MAIL_DIRECTORY
1264 1273
1265/* Define on *nto-qnx systems */ 1274/* Define on *nto-qnx systems */
@@ -1307,6 +1316,9 @@
1307/* Define to the one symbol short name of this package. */ 1316/* Define to the one symbol short name of this package. */
1308#undef PACKAGE_TARNAME 1317#undef PACKAGE_TARNAME
1309 1318
1319/* Define to the home page for this package. */
1320#undef PACKAGE_URL
1321
1310/* Define to the version of this package. */ 1322/* Define to the version of this package. */
1311#undef PACKAGE_VERSION 1323#undef PACKAGE_VERSION
1312 1324
@@ -1329,6 +1341,18 @@
1329/* read(1) can return 0 for a non-closed fd */ 1341/* read(1) can return 0 for a non-closed fd */
1330#undef PTY_ZEROREAD 1342#undef PTY_ZEROREAD
1331 1343
1344/* Sandbox using Darwin sandbox_init(3) */
1345#undef SANDBOX_DARWIN
1346
1347/* no privsep sandboxing */
1348#undef SANDBOX_NULL
1349
1350/* Sandbox using setrlimit(2) */
1351#undef SANDBOX_RLIMIT
1352
1353/* Sandbox using systrace(4) */
1354#undef SANDBOX_SYSTRACE
1355
1332/* Define if your platform breaks doing a seteuid before a setuid */ 1356/* Define if your platform breaks doing a seteuid before a setuid */
1333#undef SETEUID_BREAKS_SETUID 1357#undef SETEUID_BREAKS_SETUID
1334 1358
@@ -1460,9 +1484,17 @@
1460/* Define if you want SELinux support. */ 1484/* Define if you want SELinux support. */
1461#undef WITH_SELINUX 1485#undef WITH_SELINUX
1462 1486
1463/* Define to 1 if your processor stores words with the most significant byte 1487/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1464 first (like Motorola and SPARC, unlike Intel and VAX). */ 1488 significant byte first (like Motorola and SPARC, unlike Intel). */
1465#undef WORDS_BIGENDIAN 1489#if defined AC_APPLE_UNIVERSAL_BUILD
1490# if defined __BIG_ENDIAN__
1491# define WORDS_BIGENDIAN 1
1492# endif
1493#else
1494# ifndef WORDS_BIGENDIAN
1495# undef WORDS_BIGENDIAN
1496# endif
1497#endif
1466 1498
1467/* Define if xauth is found in your path */ 1499/* Define if xauth is found in your path */
1468#undef XAUTH_PATH 1500#undef XAUTH_PATH