diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4ff407fcc..e5c9379c8 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -125,6 +125,9 @@ | |||
125 | /* Builtin PRNG command timeout */ | 125 | /* Builtin PRNG command timeout */ |
126 | #undef ENTROPY_TIMEOUT_MSEC | 126 | #undef ENTROPY_TIMEOUT_MSEC |
127 | 127 | ||
128 | /* File names may not contain backslash characters */ | ||
129 | #undef FILESYSTEM_NO_BACKSLASH | ||
130 | |||
128 | /* fsid_t has member val */ | 131 | /* fsid_t has member val */ |
129 | #undef FSID_HAS_VAL | 132 | #undef FSID_HAS_VAL |
130 | 133 | ||
@@ -143,6 +146,9 @@ | |||
143 | /* Define if your system glob() function has gl_matchc options in glob_t */ | 146 | /* Define if your system glob() function has gl_matchc options in glob_t */ |
144 | #undef GLOB_HAS_GL_MATCHC | 147 | #undef GLOB_HAS_GL_MATCHC |
145 | 148 | ||
149 | /* Define if your system glob() function has gl_statv options in glob_t */ | ||
150 | #undef GLOB_HAS_GL_STATV | ||
151 | |||
146 | /* Define this if you want GSSAPI support in the version 2 protocol */ | 152 | /* Define this if you want GSSAPI support in the version 2 protocol */ |
147 | #undef GSSAPI | 153 | #undef GSSAPI |
148 | 154 | ||
@@ -203,6 +209,9 @@ | |||
203 | /* Define to 1 if you have the `bindresvport_sa' function. */ | 209 | /* Define to 1 if you have the `bindresvport_sa' function. */ |
204 | #undef HAVE_BINDRESVPORT_SA | 210 | #undef HAVE_BINDRESVPORT_SA |
205 | 211 | ||
212 | /* Define to 1 if you have the `BN_is_prime_ex' function. */ | ||
213 | #undef HAVE_BN_IS_PRIME_EX | ||
214 | |||
206 | /* Define to 1 if you have the <bsm/audit.h> header file. */ | 215 | /* Define to 1 if you have the <bsm/audit.h> header file. */ |
207 | #undef HAVE_BSM_AUDIT_H | 216 | #undef HAVE_BSM_AUDIT_H |
208 | 217 | ||
@@ -311,6 +320,9 @@ | |||
311 | /* Define to 1 if you have the `dirname' function. */ | 320 | /* Define to 1 if you have the `dirname' function. */ |
312 | #undef HAVE_DIRNAME | 321 | #undef HAVE_DIRNAME |
313 | 322 | ||
323 | /* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ | ||
324 | #undef HAVE_DSA_GENERATE_PARAMETERS_EX | ||
325 | |||
314 | /* Define to 1 if you have the <endian.h> header file. */ | 326 | /* Define to 1 if you have the <endian.h> header file. */ |
315 | #undef HAVE_ENDIAN_H | 327 | #undef HAVE_ENDIAN_H |
316 | 328 | ||
@@ -533,9 +545,15 @@ | |||
533 | /* Define to 1 if the system has the type `in_port_t'. */ | 545 | /* Define to 1 if the system has the type `in_port_t'. */ |
534 | #undef HAVE_IN_PORT_T | 546 | #undef HAVE_IN_PORT_T |
535 | 547 | ||
548 | /* Define if you have isblank(3C). */ | ||
549 | #undef HAVE_ISBLANK | ||
550 | |||
536 | /* Define to 1 if you have the <lastlog.h> header file. */ | 551 | /* Define to 1 if you have the <lastlog.h> header file. */ |
537 | #undef HAVE_LASTLOG_H | 552 | #undef HAVE_LASTLOG_H |
538 | 553 | ||
554 | /* Define to 1 if you have the <libaudit.h> header file. */ | ||
555 | #undef HAVE_LIBAUDIT_H | ||
556 | |||
539 | /* Define to 1 if you have the `bsm' library (-lbsm). */ | 557 | /* Define to 1 if you have the `bsm' library (-lbsm). */ |
540 | #undef HAVE_LIBBSM | 558 | #undef HAVE_LIBBSM |
541 | 559 | ||
@@ -738,6 +756,12 @@ | |||
738 | /* Define to 1 if you have the `rresvport_af' function. */ | 756 | /* Define to 1 if you have the `rresvport_af' function. */ |
739 | #undef HAVE_RRESVPORT_AF | 757 | #undef HAVE_RRESVPORT_AF |
740 | 758 | ||
759 | /* Define to 1 if you have the `RSA_generate_key_ex' function. */ | ||
760 | #undef HAVE_RSA_GENERATE_KEY_EX | ||
761 | |||
762 | /* Define to 1 if you have the `RSA_get_default_method' function. */ | ||
763 | #undef HAVE_RSA_GET_DEFAULT_METHOD | ||
764 | |||
741 | /* define if you have sa_family_t data type */ | 765 | /* define if you have sa_family_t data type */ |
742 | #undef HAVE_SA_FAMILY_T | 766 | #undef HAVE_SA_FAMILY_T |
743 | 767 | ||
@@ -1044,6 +1068,9 @@ | |||
1044 | /* Define if you have ut_time in utmpx.h */ | 1068 | /* Define if you have ut_time in utmpx.h */ |
1045 | #undef HAVE_TIME_IN_UTMPX | 1069 | #undef HAVE_TIME_IN_UTMPX |
1046 | 1070 | ||
1071 | /* Define to 1 if you have the `timingsafe_bcmp' function. */ | ||
1072 | #undef HAVE_TIMINGSAFE_BCMP | ||
1073 | |||
1047 | /* Define to 1 if you have the <tmpdir.h> header file. */ | 1074 | /* Define to 1 if you have the <tmpdir.h> header file. */ |
1048 | #undef HAVE_TMPDIR_H | 1075 | #undef HAVE_TMPDIR_H |
1049 | 1076 | ||
@@ -1259,6 +1286,9 @@ | |||
1259 | /* Define if EVP_DigestUpdate returns void */ | 1286 | /* Define if EVP_DigestUpdate returns void */ |
1260 | #undef OPENSSL_EVP_DIGESTUPDATE_VOID | 1287 | #undef OPENSSL_EVP_DIGESTUPDATE_VOID |
1261 | 1288 | ||
1289 | /* libcrypto includes complete ECC support */ | ||
1290 | #undef OPENSSL_HAS_ECC | ||
1291 | |||
1262 | /* libcrypto is missing AES 192 and 256 bit functions */ | 1292 | /* libcrypto is missing AES 192 and 256 bit functions */ |
1263 | #undef OPENSSL_LOBOTOMISED_AES | 1293 | #undef OPENSSL_LOBOTOMISED_AES |
1264 | 1294 | ||
@@ -1390,6 +1420,9 @@ | |||
1390 | /* Use libedit for sftp */ | 1420 | /* Use libedit for sftp */ |
1391 | #undef USE_LIBEDIT | 1421 | #undef USE_LIBEDIT |
1392 | 1422 | ||
1423 | /* Use Linux audit module */ | ||
1424 | #undef USE_LINUX_AUDIT | ||
1425 | |||
1393 | /* Enable OpenSSL engine support */ | 1426 | /* Enable OpenSSL engine support */ |
1394 | #undef USE_OPENSSL_ENGINE | 1427 | #undef USE_OPENSSL_ENGINE |
1395 | 1428 | ||
@@ -1402,6 +1435,9 @@ | |||
1402 | /* Define if you have Solaris process contracts */ | 1435 | /* Define if you have Solaris process contracts */ |
1403 | #undef USE_SOLARIS_PROCESS_CONTRACTS | 1436 | #undef USE_SOLARIS_PROCESS_CONTRACTS |
1404 | 1437 | ||
1438 | /* Define if you have Solaris projects */ | ||
1439 | #undef USE_SOLARIS_PROJECTS | ||
1440 | |||
1405 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | 1441 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ |
1406 | #undef WITH_ABBREV_NO_TTY | 1442 | #undef WITH_ABBREV_NO_TTY |
1407 | 1443 | ||