diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 00fe91741..b8b5a01ae 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -99,7 +99,7 @@ | |||
99 | /* Define if you want to specify the path to your wtmp file */ | 99 | /* Define if you want to specify the path to your wtmp file */ |
100 | #undef CONF_WTMP_FILE | 100 | #undef CONF_WTMP_FILE |
101 | 101 | ||
102 | /* Define if your platform needs to skip post auth file descriptor passing */ | 102 | /* Need to call setpgrp as root */ |
103 | #undef DISABLE_FD_PASSING | 103 | #undef DISABLE_FD_PASSING |
104 | 104 | ||
105 | /* Define if you don't want to use lastlog */ | 105 | /* Define if you don't want to use lastlog */ |
@@ -132,6 +132,12 @@ | |||
132 | /* Enable for PKCS#11 support */ | 132 | /* Enable for PKCS#11 support */ |
133 | #undef ENABLE_PKCS11 | 133 | #undef ENABLE_PKCS11 |
134 | 134 | ||
135 | /* Enable for U2F/FIDO support */ | ||
136 | #undef ENABLE_SK | ||
137 | |||
138 | /* Enable for built-in U2F/FIDO support */ | ||
139 | #undef ENABLE_SK_INTERNAL | ||
140 | |||
135 | /* define if fflush(NULL) does not work */ | 141 | /* define if fflush(NULL) does not work */ |
136 | #undef FFLUSH_NULL_BUG | 142 | #undef FFLUSH_NULL_BUG |
137 | 143 | ||
@@ -341,6 +347,10 @@ | |||
341 | don't. */ | 347 | don't. */ |
342 | #undef HAVE_DECL_MAXSYMLINKS | 348 | #undef HAVE_DECL_MAXSYMLINKS |
343 | 349 | ||
350 | /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. | ||
351 | */ | ||
352 | #undef HAVE_DECL_MEMMEM | ||
353 | |||
344 | /* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you | 354 | /* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you |
345 | don't. */ | 355 | don't. */ |
346 | #undef HAVE_DECL_NFDBITS | 356 | #undef HAVE_DECL_NFDBITS |
@@ -369,6 +379,10 @@ | |||
369 | don't. */ | 379 | don't. */ |
370 | #undef HAVE_DECL_SHUT_RD | 380 | #undef HAVE_DECL_SHUT_RD |
371 | 381 | ||
382 | /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you | ||
383 | don't. */ | ||
384 | #undef HAVE_DECL_UINT32_MAX | ||
385 | |||
372 | /* Define to 1 if you have the declaration of `writev', and to 0 if you don't. | 386 | /* Define to 1 if you have the declaration of `writev', and to 0 if you don't. |
373 | */ | 387 | */ |
374 | #undef HAVE_DECL_WRITEV | 388 | #undef HAVE_DECL_WRITEV |
@@ -414,6 +428,9 @@ | |||
414 | /* Define to 1 if you have the `dirname' function. */ | 428 | /* Define to 1 if you have the `dirname' function. */ |
415 | #undef HAVE_DIRNAME | 429 | #undef HAVE_DIRNAME |
416 | 430 | ||
431 | /* Define to 1 if you have the `dlopen' function. */ | ||
432 | #undef HAVE_DLOPEN | ||
433 | |||
417 | /* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ | 434 | /* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ |
418 | #undef HAVE_DSA_GENERATE_PARAMETERS_EX | 435 | #undef HAVE_DSA_GENERATE_PARAMETERS_EX |
419 | 436 | ||
@@ -510,9 +527,6 @@ | |||
510 | /* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */ | 527 | /* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */ |
511 | #undef HAVE_EVP_PKEY_GET0_RSA | 528 | #undef HAVE_EVP_PKEY_GET0_RSA |
512 | 529 | ||
513 | /* Define to 1 if you have the `EVP_ripemd160' function. */ | ||
514 | #undef HAVE_EVP_RIPEMD160 | ||
515 | |||
516 | /* Define to 1 if you have the `EVP_sha256' function. */ | 530 | /* Define to 1 if you have the `EVP_sha256' function. */ |
517 | #undef HAVE_EVP_SHA256 | 531 | #undef HAVE_EVP_SHA256 |
518 | 532 | ||
@@ -561,6 +575,12 @@ | |||
561 | /* Define to 1 if you have the `fmt_scaled' function. */ | 575 | /* Define to 1 if you have the `fmt_scaled' function. */ |
562 | #undef HAVE_FMT_SCALED | 576 | #undef HAVE_FMT_SCALED |
563 | 577 | ||
578 | /* Define to 1 if you have the `fnmatch' function. */ | ||
579 | #undef HAVE_FNMATCH | ||
580 | |||
581 | /* Define to 1 if you have the <fnmatch.h> header file. */ | ||
582 | #undef HAVE_FNMATCH_H | ||
583 | |||
564 | /* Define to 1 if you have the `freeaddrinfo' function. */ | 584 | /* Define to 1 if you have the `freeaddrinfo' function. */ |
565 | #undef HAVE_FREEADDRINFO | 585 | #undef HAVE_FREEADDRINFO |
566 | 586 | ||
@@ -852,6 +872,9 @@ | |||
852 | /* Define to 1 if you have the <locale.h> header file. */ | 872 | /* Define to 1 if you have the <locale.h> header file. */ |
853 | #undef HAVE_LOCALE_H | 873 | #undef HAVE_LOCALE_H |
854 | 874 | ||
875 | /* Define to 1 if you have the `localtime_r' function. */ | ||
876 | #undef HAVE_LOCALTIME_R | ||
877 | |||
855 | /* Define to 1 if you have the `login' function. */ | 878 | /* Define to 1 if you have the `login' function. */ |
856 | #undef HAVE_LOGIN | 879 | #undef HAVE_LOGIN |
857 | 880 | ||
@@ -1041,6 +1064,9 @@ | |||
1041 | /* Define to 1 if you have the `reallocarray' function. */ | 1064 | /* Define to 1 if you have the `reallocarray' function. */ |
1042 | #undef HAVE_REALLOCARRAY | 1065 | #undef HAVE_REALLOCARRAY |
1043 | 1066 | ||
1067 | /* Define to 1 if you have the `realpath' function. */ | ||
1068 | #undef HAVE_REALPATH | ||
1069 | |||
1044 | /* Define to 1 if you have the `recallocarray' function. */ | 1070 | /* Define to 1 if you have the `recallocarray' function. */ |
1045 | #undef HAVE_RECALLOCARRAY | 1071 | #undef HAVE_RECALLOCARRAY |
1046 | 1072 | ||
@@ -1344,6 +1370,9 @@ | |||
1344 | /* define if you have struct sockaddr_storage data type */ | 1370 | /* define if you have struct sockaddr_storage data type */ |
1345 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | 1371 | #undef HAVE_STRUCT_SOCKADDR_STORAGE |
1346 | 1372 | ||
1373 | /* Define to 1 if `f_files' is a member of `struct statfs'. */ | ||
1374 | #undef HAVE_STRUCT_STATFS_F_FILES | ||
1375 | |||
1347 | /* Define to 1 if `f_flags' is a member of `struct statfs'. */ | 1376 | /* Define to 1 if `f_flags' is a member of `struct statfs'. */ |
1348 | #undef HAVE_STRUCT_STATFS_F_FLAGS | 1377 | #undef HAVE_STRUCT_STATFS_F_FLAGS |
1349 | 1378 | ||
@@ -1356,7 +1385,7 @@ | |||
1356 | /* Define to 1 if `st_mtime' is a member of `struct stat'. */ | 1385 | /* Define to 1 if `st_mtime' is a member of `struct stat'. */ |
1357 | #undef HAVE_STRUCT_STAT_ST_MTIME | 1386 | #undef HAVE_STRUCT_STAT_ST_MTIME |
1358 | 1387 | ||
1359 | /* Define to 1 if the system has the type `struct timespec'. */ | 1388 | /* define if you have struct timespec */ |
1360 | #undef HAVE_STRUCT_TIMESPEC | 1389 | #undef HAVE_STRUCT_TIMESPEC |
1361 | 1390 | ||
1362 | /* define if you have struct timeval */ | 1391 | /* define if you have struct timeval */ |
@@ -1684,7 +1713,7 @@ | |||
1684 | /* Set this to your mail directory if you do not have _PATH_MAILDIR */ | 1713 | /* Set this to your mail directory if you do not have _PATH_MAILDIR */ |
1685 | #undef MAIL_DIRECTORY | 1714 | #undef MAIL_DIRECTORY |
1686 | 1715 | ||
1687 | /* Need setpgrp to acquire controlling tty */ | 1716 | /* Need setpgrp to for controlling tty */ |
1688 | #undef NEED_SETPGRP | 1717 | #undef NEED_SETPGRP |
1689 | 1718 | ||
1690 | /* compiler does not accept __attribute__ on prototype args */ | 1719 | /* compiler does not accept __attribute__ on prototype args */ |
@@ -1869,6 +1898,9 @@ | |||
1869 | /* Support routing domains using Linux VRF */ | 1898 | /* Support routing domains using Linux VRF */ |
1870 | #undef SYS_RDOMAIN_LINUX | 1899 | #undef SYS_RDOMAIN_LINUX |
1871 | 1900 | ||
1901 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | ||
1902 | #undef TIME_WITH_SYS_TIME | ||
1903 | |||
1872 | /* Support passwords > 8 chars */ | 1904 | /* Support passwords > 8 chars */ |
1873 | #undef UNIXWARE_LONG_PASSWORDS | 1905 | #undef UNIXWARE_LONG_PASSWORDS |
1874 | 1906 | ||
@@ -1933,6 +1965,9 @@ | |||
1933 | /* Define if you want SELinux support. */ | 1965 | /* Define if you want SELinux support. */ |
1934 | #undef WITH_SELINUX | 1966 | #undef WITH_SELINUX |
1935 | 1967 | ||
1968 | /* Enable zlib */ | ||
1969 | #undef WITH_ZLIB | ||
1970 | |||
1936 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 1971 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
1937 | significant byte first (like Motorola and SPARC, unlike Intel). */ | 1972 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
1938 | #if defined AC_APPLE_UNIVERSAL_BUILD | 1973 | #if defined AC_APPLE_UNIVERSAL_BUILD |