summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index dc0c28185..c64eb72a8 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -30,6 +30,10 @@
30/* Define if your ssl headers are included with #include <openssl/header.h> */ 30/* Define if your ssl headers are included with #include <openssl/header.h> */
31#undef HAVE_OPENSSL 31#undef HAVE_OPENSSL
32 32
33/* Define if you are linking against RSAref. Used only to print the right
34 * message at run-time. */
35#undef RSAREF
36
33/* Define is utmp.h has a ut_host field */ 37/* Define is utmp.h has a ut_host field */
34#undef HAVE_HOST_IN_UTMP 38#undef HAVE_HOST_IN_UTMP
35 39