diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 50 |
1 files changed, 21 insertions, 29 deletions
diff --git a/config.h.in b/config.h.in index fc195bad5..a61dec609 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1,8 +1,5 @@ | |||
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 | |||
6 | /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address | 3 | /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address |
7 | */ | 4 | */ |
8 | #undef AIX_GETNAMEINFO_HACK | 5 | #undef AIX_GETNAMEINFO_HACK |
@@ -125,6 +122,9 @@ | |||
125 | /* Define if you don't want to use wtmpx */ | 122 | /* Define if you don't want to use wtmpx */ |
126 | #undef DISABLE_WTMPX | 123 | #undef DISABLE_WTMPX |
127 | 124 | ||
125 | /* Enable for PKCS#11 support */ | ||
126 | #undef ENABLE_PKCS11 | ||
127 | |||
128 | /* Builtin PRNG command timeout */ | 128 | /* Builtin PRNG command timeout */ |
129 | #undef ENTROPY_TIMEOUT_MSEC | 129 | #undef ENTROPY_TIMEOUT_MSEC |
130 | 130 | ||
@@ -464,6 +464,9 @@ | |||
464 | /* Define to 1 if you have the <glob.h> header file. */ | 464 | /* Define to 1 if you have the <glob.h> header file. */ |
465 | #undef HAVE_GLOB_H | 465 | #undef HAVE_GLOB_H |
466 | 466 | ||
467 | /* Define to 1 if you have the `group_from_gid' function. */ | ||
468 | #undef HAVE_GROUP_FROM_GID | ||
469 | |||
467 | /* Define to 1 if you have the <gssapi_generic.h> header file. */ | 470 | /* Define to 1 if you have the <gssapi_generic.h> header file. */ |
468 | #undef HAVE_GSSAPI_GENERIC_H | 471 | #undef HAVE_GSSAPI_GENERIC_H |
469 | 472 | ||
@@ -554,9 +557,6 @@ | |||
554 | /* Define to 1 if you have the `pam' library (-lpam). */ | 557 | /* Define to 1 if you have the `pam' library (-lpam). */ |
555 | #undef HAVE_LIBPAM | 558 | #undef HAVE_LIBPAM |
556 | 559 | ||
557 | /* Define to 1 if you have the `sectok' library (-lsectok). */ | ||
558 | #undef HAVE_LIBSECTOK | ||
559 | |||
560 | /* Define to 1 if you have the `socket' library (-lsocket). */ | 560 | /* Define to 1 if you have the `socket' library (-lsocket). */ |
561 | #undef HAVE_LIBSOCKET | 561 | #undef HAVE_LIBSOCKET |
562 | 562 | ||
@@ -738,9 +738,6 @@ | |||
738 | /* define if you have sa_family_t data type */ | 738 | /* define if you have sa_family_t data type */ |
739 | #undef HAVE_SA_FAMILY_T | 739 | #undef HAVE_SA_FAMILY_T |
740 | 740 | ||
741 | /* Define to 1 if you have the <sectok.h> header file. */ | ||
742 | #undef HAVE_SECTOK_H | ||
743 | |||
744 | /* Define if you have SecureWare-based protected password database */ | 741 | /* Define if you have SecureWare-based protected password database */ |
745 | #undef HAVE_SECUREWARE | 742 | #undef HAVE_SECUREWARE |
746 | 743 | ||
@@ -765,6 +762,9 @@ | |||
765 | /* Define to 1 if you have the `seteuid' function. */ | 762 | /* Define to 1 if you have the `seteuid' function. */ |
766 | #undef HAVE_SETEUID | 763 | #undef HAVE_SETEUID |
767 | 764 | ||
765 | /* Define to 1 if you have the `setgroupent' function. */ | ||
766 | #undef HAVE_SETGROUPENT | ||
767 | |||
768 | /* Define to 1 if you have the `setgroups' function. */ | 768 | /* Define to 1 if you have the `setgroups' function. */ |
769 | #undef HAVE_SETGROUPS | 769 | #undef HAVE_SETGROUPS |
770 | 770 | ||
@@ -774,6 +774,9 @@ | |||
774 | /* Define to 1 if you have the `setluid' function. */ | 774 | /* Define to 1 if you have the `setluid' function. */ |
775 | #undef HAVE_SETLUID | 775 | #undef HAVE_SETLUID |
776 | 776 | ||
777 | /* Define to 1 if you have the `setpassent' function. */ | ||
778 | #undef HAVE_SETPASSENT | ||
779 | |||
777 | /* Define to 1 if you have the `setpcred' function. */ | 780 | /* Define to 1 if you have the `setpcred' function. */ |
778 | #undef HAVE_SETPCRED | 781 | #undef HAVE_SETPCRED |
779 | 782 | ||
@@ -1077,6 +1080,9 @@ | |||
1077 | /* Define to 1 if you have the <usersec.h> header file. */ | 1080 | /* Define to 1 if you have the <usersec.h> header file. */ |
1078 | #undef HAVE_USERSEC_H | 1081 | #undef HAVE_USERSEC_H |
1079 | 1082 | ||
1083 | /* Define to 1 if you have the `user_from_uid' function. */ | ||
1084 | #undef HAVE_USER_FROM_UID | ||
1085 | |||
1080 | /* Define to 1 if you have the <util.h> header file. */ | 1086 | /* Define to 1 if you have the <util.h> header file. */ |
1081 | #undef HAVE_UTIL_H | 1087 | #undef HAVE_UTIL_H |
1082 | 1088 | ||
@@ -1186,6 +1192,9 @@ | |||
1186 | EOPNOTSUPP. */ | 1192 | EOPNOTSUPP. */ |
1187 | #undef LINK_OPNOTSUPP_ERRNO | 1193 | #undef LINK_OPNOTSUPP_ERRNO |
1188 | 1194 | ||
1195 | /* Adjust Linux out-of-memory killer */ | ||
1196 | #undef LINUX_OOM_ADJUST | ||
1197 | |||
1189 | /* max value of long long calculated by configure */ | 1198 | /* max value of long long calculated by configure */ |
1190 | #undef LLONG_MAX | 1199 | #undef LLONG_MAX |
1191 | 1200 | ||
@@ -1305,9 +1314,6 @@ | |||
1305 | /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */ | 1314 | /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */ |
1306 | #undef SKEYCHALLENGE_4ARG | 1315 | #undef SKEYCHALLENGE_4ARG |
1307 | 1316 | ||
1308 | /* Define if you want smartcard support */ | ||
1309 | #undef SMARTCARD | ||
1310 | |||
1311 | /* Define as const if snprintf() can declare const char *fmt */ | 1317 | /* Define as const if snprintf() can declare const char *fmt */ |
1312 | #undef SNPRINTF_CONST | 1318 | #undef SNPRINTF_CONST |
1313 | 1319 | ||
@@ -1375,9 +1381,6 @@ | |||
1375 | /* Use libedit for sftp */ | 1381 | /* Use libedit for sftp */ |
1376 | #undef USE_LIBEDIT | 1382 | #undef USE_LIBEDIT |
1377 | 1383 | ||
1378 | /* Define if you want smartcard support using OpenSC */ | ||
1379 | #undef USE_OPENSC | ||
1380 | |||
1381 | /* Enable OpenSSL engine support */ | 1384 | /* Enable OpenSSL engine support */ |
1382 | #undef USE_OPENSSL_ENGINE | 1385 | #undef USE_OPENSSL_ENGINE |
1383 | 1386 | ||
@@ -1387,9 +1390,6 @@ | |||
1387 | /* Use PIPES instead of a socketpair() */ | 1390 | /* Use PIPES instead of a socketpair() */ |
1388 | #undef USE_PIPES | 1391 | #undef USE_PIPES |
1389 | 1392 | ||
1390 | /* Define if you want smartcard support using sectok */ | ||
1391 | #undef USE_SECTOK | ||
1392 | |||
1393 | /* Define if you have Solaris process contracts */ | 1393 | /* Define if you have Solaris process contracts */ |
1394 | #undef USE_SOLARIS_PROCESS_CONTRACTS | 1394 | #undef USE_SOLARIS_PROCESS_CONTRACTS |
1395 | 1395 | ||
@@ -1415,17 +1415,9 @@ | |||
1415 | /* Define if you want SELinux support. */ | 1415 | /* Define if you want SELinux support. */ |
1416 | #undef WITH_SELINUX | 1416 | #undef WITH_SELINUX |
1417 | 1417 | ||
1418 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 1418 | /* Define to 1 if your processor stores words with the most significant byte |
1419 | significant byte first (like Motorola and SPARC, unlike Intel). */ | 1419 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
1420 | #if defined AC_APPLE_UNIVERSAL_BUILD | 1420 | #undef WORDS_BIGENDIAN |
1421 | # if defined __BIG_ENDIAN__ | ||
1422 | # define WORDS_BIGENDIAN 1 | ||
1423 | # endif | ||
1424 | #else | ||
1425 | # ifndef WORDS_BIGENDIAN | ||
1426 | # undef WORDS_BIGENDIAN | ||
1427 | # endif | ||
1428 | #endif | ||
1429 | 1421 | ||
1430 | /* Define if xauth is found in your path */ | 1422 | /* Define if xauth is found in your path */ |
1431 | #undef XAUTH_PATH | 1423 | #undef XAUTH_PATH |