diff options
Diffstat (limited to 'examples/config.h.in')
-rw-r--r-- | examples/config.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/config.h.in b/examples/config.h.in index 1f548a17c8d51..e645acea17445 100644 --- a/examples/config.h.in +++ b/examples/config.h.in @@ -19,6 +19,14 @@ don't. */ #undef HAVE_DECL_IN6ADDR_ANY +/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you + don't. */ +#undef HAVE_DECL_NID_SECP384R1 + +/* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0 + if you don't. */ +#undef HAVE_DECL_NID_X9_62_PRIME256V1 + /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK @@ -187,6 +195,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define this to enable DANE support. */ +#undef USE_DANE + /* Define this to enable ECDSA support. */ #undef USE_ECDSA |