summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 6c4f2272a..67858ef6d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -74,6 +74,9 @@
74/* Define if your snprintf is busted */ 74/* Define if your snprintf is busted */
75#undef BROKEN_SNPRINTF 75#undef BROKEN_SNPRINTF
76 76
77/* FreeBSD strnvis does not do what we need */
78#undef BROKEN_STRNVIS
79
77/* tcgetattr with ICANON may hang */ 80/* tcgetattr with ICANON may hang */
78#undef BROKEN_TCGETATTR_ICANON 81#undef BROKEN_TCGETATTR_ICANON
79 82
@@ -215,6 +218,9 @@
215/* Define to 1 if you have the `BN_is_prime_ex' function. */ 218/* Define to 1 if you have the `BN_is_prime_ex' function. */
216#undef HAVE_BN_IS_PRIME_EX 219#undef HAVE_BN_IS_PRIME_EX
217 220
221/* Define to 1 if you have the <bsd/libutil.h> header file. */
222#undef HAVE_BSD_LIBUTIL_H
223
218/* Define to 1 if you have the <bsm/audit.h> header file. */ 224/* Define to 1 if you have the <bsm/audit.h> header file. */
219#undef HAVE_BSM_AUDIT_H 225#undef HAVE_BSM_AUDIT_H
220 226
@@ -256,6 +262,10 @@
256 don't. */ 262 don't. */
257#undef HAVE_DECL_GLOB_NOMATCH 263#undef HAVE_DECL_GLOB_NOMATCH
258 264
265/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
266 and to 0 if you don't. */
267#undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE
268
259/* Define to 1 if you have the declaration of `h_errno', and to 0 if you 269/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
260 don't. */ 270 don't. */
261#undef HAVE_DECL_H_ERRNO 271#undef HAVE_DECL_H_ERRNO
@@ -326,6 +336,9 @@
326/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ 336/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
327#undef HAVE_DSA_GENERATE_PARAMETERS_EX 337#undef HAVE_DSA_GENERATE_PARAMETERS_EX
328 338
339/* Define to 1 if you have the <elf.h> header file. */
340#undef HAVE_ELF_H
341
329/* Define to 1 if you have the <endian.h> header file. */ 342/* Define to 1 if you have the <endian.h> header file. */
330#undef HAVE_ENDIAN_H 343#undef HAVE_ENDIAN_H
331 344
@@ -338,6 +351,9 @@
338/* Define if your system has /etc/default/login */ 351/* Define if your system has /etc/default/login */
339#undef HAVE_ETC_DEFAULT_LOGIN 352#undef HAVE_ETC_DEFAULT_LOGIN
340 353
354/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
355#undef HAVE_EVP_CIPHER_CTX_CTRL
356
341/* Define to 1 if you have the `EVP_sha256' function. */ 357/* Define to 1 if you have the `EVP_sha256' function. */
342#undef HAVE_EVP_SHA256 358#undef HAVE_EVP_SHA256
343 359
@@ -428,6 +444,12 @@
428/* Define to 1 if you have the `getpeerucred' function. */ 444/* Define to 1 if you have the `getpeerucred' function. */
429#undef HAVE_GETPEERUCRED 445#undef HAVE_GETPEERUCRED
430 446
447/* Define to 1 if you have the `getpgid' function. */
448#undef HAVE_GETPGID
449
450/* Define to 1 if you have the `getpgrp' function. */
451#undef HAVE_GETPGRP
452
431/* Define to 1 if you have the `getpwanam' function. */ 453/* Define to 1 if you have the `getpwanam' function. */
432#undef HAVE_GETPWANAM 454#undef HAVE_GETPWANAM
433 455
@@ -972,6 +994,9 @@
972/* Define to 1 if you have the `strtoul' function. */ 994/* Define to 1 if you have the `strtoul' function. */
973#undef HAVE_STRTOUL 995#undef HAVE_STRTOUL
974 996
997/* Define to 1 if you have the `strtoull' function. */
998#undef HAVE_STRTOULL
999
975/* define if you have struct addrinfo data type */ 1000/* define if you have struct addrinfo data type */
976#undef HAVE_STRUCT_ADDRINFO 1001#undef HAVE_STRUCT_ADDRINFO
977 1002
@@ -1152,6 +1177,9 @@
1152/* Define to 1 if you have the `user_from_uid' function. */ 1177/* Define to 1 if you have the `user_from_uid' function. */
1153#undef HAVE_USER_FROM_UID 1178#undef HAVE_USER_FROM_UID
1154 1179
1180/* Define to 1 if you have the `usleep' function. */
1181#undef HAVE_USLEEP
1182
1155/* Define to 1 if you have the <util.h> header file. */ 1183/* Define to 1 if you have the <util.h> header file. */
1156#undef HAVE_UTIL_H 1184#undef HAVE_UTIL_H
1157 1185
@@ -1307,6 +1335,9 @@
1307/* Need setpgrp to acquire controlling tty */ 1335/* Need setpgrp to acquire controlling tty */
1308#undef NEED_SETPGRP 1336#undef NEED_SETPGRP
1309 1337
1338/* compiler does not accept __attribute__ on return types */
1339#undef NO_ATTRIBUTE_ON_RETURN_TYPE
1340
1310/* Define if the concept of ports only accessible to superusers isn't known */ 1341/* Define if the concept of ports only accessible to superusers isn't known */
1311#undef NO_IPPORT_RESERVED_CONCEPT 1342#undef NO_IPPORT_RESERVED_CONCEPT
1312 1343
@@ -1322,6 +1353,12 @@
1322/* libcrypto includes complete ECC support */ 1353/* libcrypto includes complete ECC support */
1323#undef OPENSSL_HAS_ECC 1354#undef OPENSSL_HAS_ECC
1324 1355
1356/* libcrypto has EVP AES CTR */
1357#undef OPENSSL_HAVE_EVPCTR
1358
1359/* libcrypto has EVP AES GCM */
1360#undef OPENSSL_HAVE_EVPGCM
1361
1325/* libcrypto is missing AES 192 and 256 bit functions */ 1362/* libcrypto is missing AES 192 and 256 bit functions */
1326#undef OPENSSL_LOBOTOMISED_AES 1363#undef OPENSSL_LOBOTOMISED_AES
1327 1364
@@ -1356,6 +1393,9 @@
1356/* must supply username to passwd */ 1393/* must supply username to passwd */
1357#undef PASSWD_NEEDS_USERNAME 1394#undef PASSWD_NEEDS_USERNAME
1358 1395
1396/* System dirs owned by bin (uid 2) */
1397#undef PLATFORM_SYS_DIR_UID
1398
1359/* Port number of PRNGD/EGD random number socket */ 1399/* Port number of PRNGD/EGD random number socket */
1360#undef PRNGD_PORT 1400#undef PRNGD_PORT
1361 1401