diff options
Diffstat (limited to 'crypto/openssh/config.h.in')
-rw-r--r-- | crypto/openssh/config.h.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/crypto/openssh/config.h.in b/crypto/openssh/config.h.in index 44589fd82aa5..9f02954ccb09 100644 --- a/crypto/openssh/config.h.in +++ b/crypto/openssh/config.h.in @@ -291,6 +291,10 @@ /* Define if your libraries define daemon() */ #undef HAVE_DAEMON +/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if + you don't. */ +#undef HAVE_DECL_AI_NUMERICSERV + /* Define to 1 if you have the declaration of `authenticate', and to 0 if you don't. */ #undef HAVE_DECL_AUTHENTICATE @@ -874,6 +878,9 @@ /* Define to 1 if you have the <readpassphrase.h> header file. */ #undef HAVE_READPASSPHRASE_H +/* Define to 1 if you have the `reallocarray' function. */ +#undef HAVE_REALLOCARRAY + /* Define to 1 if you have the `realpath' function. */ #undef HAVE_REALPATH @@ -1470,7 +1477,7 @@ /* libcrypto is missing AES 192 and 256 bit functions */ #undef OPENSSL_LOBOTOMISED_AES -/* Define if you want OpenSSL's internally seeded PRNG only */ +/* Define if you want the OpenSSL internally seeded PRNG only */ #undef OPENSSL_PRNG_ONLY /* Define to the address where bug reports for this package should be sent. */ |