summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
commitab18c412e6773b34e4640e4b9277573fd91a66bf (patch)
treef0ab48cd9e112a4d866785d2a5b64eda39986b4e /acconfig.h
parentb77870fa7341d95024e55a116a3454e9bfe2f21e (diff)
- Added (untested) Entropy Gathering Daemon (EGD) support
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca>
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