diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 94 |
1 files changed, 59 insertions, 35 deletions
diff --git a/config.h.in b/config.h.in index 91b65db8f..05b7206df 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -393,19 +393,19 @@ | |||
393 | /* Define if you have /dev/ptc */ | 393 | /* Define if you have /dev/ptc */ |
394 | #undef HAVE_DEV_PTS_AND_PTC | 394 | #undef HAVE_DEV_PTS_AND_PTC |
395 | 395 | ||
396 | /* Define if libcrypto has DH_get0_key */ | 396 | /* Define to 1 if you have the `DH_get0_key' function. */ |
397 | #undef HAVE_DH_GET0_KEY | 397 | #undef HAVE_DH_GET0_KEY |
398 | 398 | ||
399 | /* Define if libcrypto has DH_get0_pqg */ | 399 | /* Define to 1 if you have the `DH_get0_pqg' function. */ |
400 | #undef HAVE_DH_GET0_PQG | 400 | #undef HAVE_DH_GET0_PQG |
401 | 401 | ||
402 | /* Define if libcrypto has DH_set0_key */ | 402 | /* Define to 1 if you have the `DH_set0_key' function. */ |
403 | #undef HAVE_DH_SET0_KEY | 403 | #undef HAVE_DH_SET0_KEY |
404 | 404 | ||
405 | /* Define if libcrypto has DH_set0_pqg */ | 405 | /* Define to 1 if you have the `DH_set0_pqg' function. */ |
406 | #undef HAVE_DH_SET0_PQG | 406 | #undef HAVE_DH_SET0_PQG |
407 | 407 | ||
408 | /* Define if libcrypto has DH_set_length */ | 408 | /* Define to 1 if you have the `DH_set_length' function. */ |
409 | #undef HAVE_DH_SET_LENGTH | 409 | #undef HAVE_DH_SET_LENGTH |
410 | 410 | ||
411 | /* Define to 1 if you have the <dirent.h> header file. */ | 411 | /* Define to 1 if you have the <dirent.h> header file. */ |
@@ -420,30 +420,33 @@ | |||
420 | /* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ | 420 | /* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ |
421 | #undef HAVE_DSA_GENERATE_PARAMETERS_EX | 421 | #undef HAVE_DSA_GENERATE_PARAMETERS_EX |
422 | 422 | ||
423 | /* Define if libcrypto has DSA_get0_key */ | 423 | /* Define to 1 if you have the `DSA_get0_key' function. */ |
424 | #undef HAVE_DSA_GET0_KEY | 424 | #undef HAVE_DSA_GET0_KEY |
425 | 425 | ||
426 | /* Define if libcrypto has DSA_get0_pqg */ | 426 | /* Define to 1 if you have the `DSA_get0_pqg' function. */ |
427 | #undef HAVE_DSA_GET0_PQG | 427 | #undef HAVE_DSA_GET0_PQG |
428 | 428 | ||
429 | /* Define if libcrypto has DSA_set0_key */ | 429 | /* Define to 1 if you have the `DSA_set0_key' function. */ |
430 | #undef HAVE_DSA_SET0_KEY | 430 | #undef HAVE_DSA_SET0_KEY |
431 | 431 | ||
432 | /* Define if libcrypto has DSA_set0_pqg */ | 432 | /* Define to 1 if you have the `DSA_set0_pqg' function. */ |
433 | #undef HAVE_DSA_SET0_PQG | 433 | #undef HAVE_DSA_SET0_PQG |
434 | 434 | ||
435 | /* Define if libcrypto has DSA_SIG_get0 */ | 435 | /* Define to 1 if you have the `DSA_SIG_get0' function. */ |
436 | #undef HAVE_DSA_SIG_GET0 | 436 | #undef HAVE_DSA_SIG_GET0 |
437 | 437 | ||
438 | /* Define if libcrypto has DSA_SIG_set0 */ | 438 | /* Define to 1 if you have the `DSA_SIG_set0' function. */ |
439 | #undef HAVE_DSA_SIG_SET0 | 439 | #undef HAVE_DSA_SIG_SET0 |
440 | 440 | ||
441 | /* Define if libcrypto has ECDSA_SIG_get0 */ | 441 | /* Define to 1 if you have the `ECDSA_SIG_get0' function. */ |
442 | #undef HAVE_ECDSA_SIG_GET0 | 442 | #undef HAVE_ECDSA_SIG_GET0 |
443 | 443 | ||
444 | /* Define if libcrypto has ECDSA_SIG_set0 */ | 444 | /* Define to 1 if you have the `ECDSA_SIG_set0' function. */ |
445 | #undef HAVE_ECDSA_SIG_SET0 | 445 | #undef HAVE_ECDSA_SIG_SET0 |
446 | 446 | ||
447 | /* Define to 1 if you have the `EC_KEY_METHOD_new' function. */ | ||
448 | #undef HAVE_EC_KEY_METHOD_NEW | ||
449 | |||
447 | /* Define to 1 if you have the <elf.h> header file. */ | 450 | /* Define to 1 if you have the <elf.h> header file. */ |
448 | #undef HAVE_ELF_H | 451 | #undef HAVE_ELF_H |
449 | 452 | ||
@@ -471,18 +474,21 @@ | |||
471 | /* Define if your system has /etc/default/login */ | 474 | /* Define if your system has /etc/default/login */ |
472 | #undef HAVE_ETC_DEFAULT_LOGIN | 475 | #undef HAVE_ETC_DEFAULT_LOGIN |
473 | 476 | ||
474 | /* Define if libcrypto has EVP_CIPHER_CTX_ctrl */ | 477 | /* Define to 1 if you have the `EVP_CIPHER_CTX_ctrl' function. */ |
475 | #undef HAVE_EVP_CIPHER_CTX_CTRL | 478 | #undef HAVE_EVP_CIPHER_CTX_CTRL |
476 | 479 | ||
477 | /* Define if libcrypto has EVP_CIPHER_CTX_set_iv */ | 480 | /* Define to 1 if you have the `EVP_CIPHER_CTX_get_iv' function. */ |
478 | #undef HAVE_EVP_CIPHER_CTX_GET_IV | 481 | #undef HAVE_EVP_CIPHER_CTX_GET_IV |
479 | 482 | ||
480 | /* Define if libcrypto has EVP_CIPHER_CTX_iv */ | 483 | /* Define to 1 if you have the `EVP_CIPHER_CTX_iv' function. */ |
481 | #undef HAVE_EVP_CIPHER_CTX_IV | 484 | #undef HAVE_EVP_CIPHER_CTX_IV |
482 | 485 | ||
483 | /* Define if libcrypto has EVP_CIPHER_CTX_iv_noconst */ | 486 | /* Define to 1 if you have the `EVP_CIPHER_CTX_iv_noconst' function. */ |
484 | #undef HAVE_EVP_CIPHER_CTX_IV_NOCONST | 487 | #undef HAVE_EVP_CIPHER_CTX_IV_NOCONST |
485 | 488 | ||
489 | /* Define to 1 if you have the `EVP_CIPHER_CTX_set_iv' function. */ | ||
490 | #undef HAVE_EVP_CIPHER_CTX_SET_IV | ||
491 | |||
486 | /* Define to 1 if you have the `EVP_DigestFinal_ex' function. */ | 492 | /* Define to 1 if you have the `EVP_DigestFinal_ex' function. */ |
487 | #undef HAVE_EVP_DIGESTFINAL_EX | 493 | #undef HAVE_EVP_DIGESTFINAL_EX |
488 | 494 | ||
@@ -495,16 +501,16 @@ | |||
495 | /* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ | 501 | /* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ |
496 | #undef HAVE_EVP_MD_CTX_COPY_EX | 502 | #undef HAVE_EVP_MD_CTX_COPY_EX |
497 | 503 | ||
498 | /* Define if libcrypto has EVP_MD_CTX_free */ | 504 | /* Define to 1 if you have the `EVP_MD_CTX_free' function. */ |
499 | #undef HAVE_EVP_MD_CTX_FREE | 505 | #undef HAVE_EVP_MD_CTX_FREE |
500 | 506 | ||
501 | /* Define to 1 if you have the `EVP_MD_CTX_init' function. */ | 507 | /* Define to 1 if you have the `EVP_MD_CTX_init' function. */ |
502 | #undef HAVE_EVP_MD_CTX_INIT | 508 | #undef HAVE_EVP_MD_CTX_INIT |
503 | 509 | ||
504 | /* Define if libcrypto has EVP_MD_CTX_new */ | 510 | /* Define to 1 if you have the `EVP_MD_CTX_new' function. */ |
505 | #undef HAVE_EVP_MD_CTX_NEW | 511 | #undef HAVE_EVP_MD_CTX_NEW |
506 | 512 | ||
507 | /* Define if libcrypto has EVP_PKEY_get0_RSA */ | 513 | /* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */ |
508 | #undef HAVE_EVP_PKEY_GET0_RSA | 514 | #undef HAVE_EVP_PKEY_GET0_RSA |
509 | 515 | ||
510 | /* Define to 1 if you have the `EVP_ripemd160' function. */ | 516 | /* Define to 1 if you have the `EVP_ripemd160' function. */ |
@@ -522,9 +528,15 @@ | |||
522 | /* Define to 1 if you have the `fchmod' function. */ | 528 | /* Define to 1 if you have the `fchmod' function. */ |
523 | #undef HAVE_FCHMOD | 529 | #undef HAVE_FCHMOD |
524 | 530 | ||
531 | /* Define to 1 if you have the `fchmodat' function. */ | ||
532 | #undef HAVE_FCHMODAT | ||
533 | |||
525 | /* Define to 1 if you have the `fchown' function. */ | 534 | /* Define to 1 if you have the `fchown' function. */ |
526 | #undef HAVE_FCHOWN | 535 | #undef HAVE_FCHOWN |
527 | 536 | ||
537 | /* Define to 1 if you have the `fchownat' function. */ | ||
538 | #undef HAVE_FCHOWNAT | ||
539 | |||
528 | /* Use F_CLOSEM fcntl for closefrom */ | 540 | /* Use F_CLOSEM fcntl for closefrom */ |
529 | #undef HAVE_FCNTL_CLOSEM | 541 | #undef HAVE_FCNTL_CLOSEM |
530 | 542 | ||
@@ -935,8 +947,17 @@ | |||
935 | /* Define to 1 if you have the `openpty' function. */ | 947 | /* Define to 1 if you have the `openpty' function. */ |
936 | #undef HAVE_OPENPTY | 948 | #undef HAVE_OPENPTY |
937 | 949 | ||
938 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | 950 | /* as a macro */ |
939 | #undef HAVE_OPENSSL | 951 | #undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS |
952 | |||
953 | /* Define to 1 if you have the `OPENSSL_init_crypto' function. */ | ||
954 | #undef HAVE_OPENSSL_INIT_CRYPTO | ||
955 | |||
956 | /* Define to 1 if you have the `OpenSSL_version' function. */ | ||
957 | #undef HAVE_OPENSSL_VERSION | ||
958 | |||
959 | /* Define to 1 if you have the `OpenSSL_version_num' function. */ | ||
960 | #undef HAVE_OPENSSL_VERSION_NUM | ||
940 | 961 | ||
941 | /* Define if you have Digital Unix Security Integration Architecture */ | 962 | /* Define if you have Digital Unix Security Integration Architecture */ |
942 | #undef HAVE_OSF_SIA | 963 | #undef HAVE_OSF_SIA |
@@ -1029,46 +1050,46 @@ | |||
1029 | /* Define to 1 if you have the `RSA_generate_key_ex' function. */ | 1050 | /* Define to 1 if you have the `RSA_generate_key_ex' function. */ |
1030 | #undef HAVE_RSA_GENERATE_KEY_EX | 1051 | #undef HAVE_RSA_GENERATE_KEY_EX |
1031 | 1052 | ||
1032 | /* Define if libcrypto has RSA_get0_crt_params */ | 1053 | /* Define to 1 if you have the `RSA_get0_crt_params' function. */ |
1033 | #undef HAVE_RSA_GET0_CRT_PARAMS | 1054 | #undef HAVE_RSA_GET0_CRT_PARAMS |
1034 | 1055 | ||
1035 | /* Define if libcrypto has RSA_get0_factors */ | 1056 | /* Define to 1 if you have the `RSA_get0_factors' function. */ |
1036 | #undef HAVE_RSA_GET0_FACTORS | 1057 | #undef HAVE_RSA_GET0_FACTORS |
1037 | 1058 | ||
1038 | /* Define if libcrypto has RSA_get0_key */ | 1059 | /* Define to 1 if you have the `RSA_get0_key' function. */ |
1039 | #undef HAVE_RSA_GET0_KEY | 1060 | #undef HAVE_RSA_GET0_KEY |
1040 | 1061 | ||
1041 | /* Define to 1 if you have the `RSA_get_default_method' function. */ | 1062 | /* Define to 1 if you have the `RSA_get_default_method' function. */ |
1042 | #undef HAVE_RSA_GET_DEFAULT_METHOD | 1063 | #undef HAVE_RSA_GET_DEFAULT_METHOD |
1043 | 1064 | ||
1044 | /* Define if libcrypto has RSA_meth_dup */ | 1065 | /* Define to 1 if you have the `RSA_meth_dup' function. */ |
1045 | #undef HAVE_RSA_METH_DUP | 1066 | #undef HAVE_RSA_METH_DUP |
1046 | 1067 | ||
1047 | /* Define if libcrypto has RSA_meth_free */ | 1068 | /* Define to 1 if you have the `RSA_meth_free' function. */ |
1048 | #undef HAVE_RSA_METH_FREE | 1069 | #undef HAVE_RSA_METH_FREE |
1049 | 1070 | ||
1050 | /* Define if libcrypto has RSA_meth_get_finish */ | 1071 | /* Define to 1 if you have the `RSA_meth_get_finish' function. */ |
1051 | #undef HAVE_RSA_METH_GET_FINISH | 1072 | #undef HAVE_RSA_METH_GET_FINISH |
1052 | 1073 | ||
1053 | /* Define if libcrypto has RSA_meth_set1_name */ | 1074 | /* Define to 1 if you have the `RSA_meth_set1_name' function. */ |
1054 | #undef HAVE_RSA_METH_SET1_NAME | 1075 | #undef HAVE_RSA_METH_SET1_NAME |
1055 | 1076 | ||
1056 | /* Define if libcrypto has RSA_meth_set_finish */ | 1077 | /* Define to 1 if you have the `RSA_meth_set_finish' function. */ |
1057 | #undef HAVE_RSA_METH_SET_FINISH | 1078 | #undef HAVE_RSA_METH_SET_FINISH |
1058 | 1079 | ||
1059 | /* Define if libcrypto has RSA_meth_set_priv_dec */ | 1080 | /* Define to 1 if you have the `RSA_meth_set_priv_dec' function. */ |
1060 | #undef HAVE_RSA_METH_SET_PRIV_DEC | 1081 | #undef HAVE_RSA_METH_SET_PRIV_DEC |
1061 | 1082 | ||
1062 | /* Define if libcrypto has RSA_meth_set_priv_enc */ | 1083 | /* Define to 1 if you have the `RSA_meth_set_priv_enc' function. */ |
1063 | #undef HAVE_RSA_METH_SET_PRIV_ENC | 1084 | #undef HAVE_RSA_METH_SET_PRIV_ENC |
1064 | 1085 | ||
1065 | /* Define if libcrypto has RSA_get0_srt_params */ | 1086 | /* Define to 1 if you have the `RSA_set0_crt_params' function. */ |
1066 | #undef HAVE_RSA_SET0_CRT_PARAMS | 1087 | #undef HAVE_RSA_SET0_CRT_PARAMS |
1067 | 1088 | ||
1068 | /* Define if libcrypto has RSA_set0_factors */ | 1089 | /* Define to 1 if you have the `RSA_set0_factors' function. */ |
1069 | #undef HAVE_RSA_SET0_FACTORS | 1090 | #undef HAVE_RSA_SET0_FACTORS |
1070 | 1091 | ||
1071 | /* Define if libcrypto has RSA_set0_key */ | 1092 | /* Define to 1 if you have the `RSA_set0_key' function. */ |
1072 | #undef HAVE_RSA_SET0_KEY | 1093 | #undef HAVE_RSA_SET0_KEY |
1073 | 1094 | ||
1074 | /* Define to 1 if you have the <sandbox.h> header file. */ | 1095 | /* Define to 1 if you have the <sandbox.h> header file. */ |
@@ -1512,6 +1533,9 @@ | |||
1512 | /* Define to 1 if you have the <util.h> header file. */ | 1533 | /* Define to 1 if you have the <util.h> header file. */ |
1513 | #undef HAVE_UTIL_H | 1534 | #undef HAVE_UTIL_H |
1514 | 1535 | ||
1536 | /* Define to 1 if you have the `utimensat' function. */ | ||
1537 | #undef HAVE_UTIMENSAT | ||
1538 | |||
1515 | /* Define to 1 if you have the `utimes' function. */ | 1539 | /* Define to 1 if you have the `utimes' function. */ |
1516 | #undef HAVE_UTIMES | 1540 | #undef HAVE_UTIMES |
1517 | 1541 | ||