summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c859c253a..063b91711 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -3,8 +3,20 @@
3/* SSL directory. */ 3/* SSL directory. */
4#undef ssldir 4#undef ssldir
5 5
6/* Random number pool */
7#undef RANDOM_POOL
8
9/* Are we using the Entropy gathering daemon */
10#undef HAVE_EGD
11
6/* Define if your ssl headers are included with #include <ssl/header.h> */ 12/* Define if your ssl headers are included with #include <ssl/header.h> */
7#undef HAVE_SSL 13#undef HAVE_SSL
8 14
9/* Define if your ssl headers are included with #include <openssl/header.h> */ 15/* Define if your ssl headers are included with #include <openssl/header.h> */
10#undef HAVE_OPENSSL 16#undef HAVE_OPENSSL
17
18/* Define is utmp.h has a ut_host field */
19#undef HAVE_HOST_IN_UTMP
20
21/* Define is libutil has login() function */
22#undef HAVE_LIBUTIL_LOGIN