diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 906e5497f..6bc422c3e 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -414,6 +414,9 @@ | |||
414 | /* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */ | 414 | /* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */ |
415 | #undef HAVE_EVP_MD_CTX_CLEANUP | 415 | #undef HAVE_EVP_MD_CTX_CLEANUP |
416 | 416 | ||
417 | /* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ | ||
418 | #undef HAVE_EVP_MD_CTX_COPY_EX | ||
419 | |||
417 | /* Define to 1 if you have the `EVP_MD_CTX_init' function. */ | 420 | /* Define to 1 if you have the `EVP_MD_CTX_init' function. */ |
418 | #undef HAVE_EVP_MD_CTX_INIT | 421 | #undef HAVE_EVP_MD_CTX_INIT |
419 | 422 | ||
@@ -423,6 +426,9 @@ | |||
423 | /* Define if you have ut_exit in utmp.h */ | 426 | /* Define if you have ut_exit in utmp.h */ |
424 | #undef HAVE_EXIT_IN_UTMP | 427 | #undef HAVE_EXIT_IN_UTMP |
425 | 428 | ||
429 | /* Define to 1 if you have the `explicit_bzero' function. */ | ||
430 | #undef HAVE_EXPLICIT_BZERO | ||
431 | |||
426 | /* Define to 1 if you have the `fchmod' function. */ | 432 | /* Define to 1 if you have the `fchmod' function. */ |
427 | #undef HAVE_FCHMOD | 433 | #undef HAVE_FCHMOD |
428 | 434 | ||