From ab18c412e6773b34e4640e4b9277573fd91a66bf Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 11 Nov 1999 10:40:23 +1100 Subject: - 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 --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index c859c253a..063b91711 100644 --- a/acconfig.h +++ b/acconfig.h @@ -3,8 +3,20 @@ /* SSL directory. */ #undef ssldir +/* Random number pool */ +#undef RANDOM_POOL + +/* Are we using the Entropy gathering daemon */ +#undef HAVE_EGD + /* Define if your ssl headers are included with #include */ #undef HAVE_SSL /* Define if your ssl headers are included with #include */ #undef HAVE_OPENSSL + +/* Define is utmp.h has a ut_host field */ +#undef HAVE_HOST_IN_UTMP + +/* Define is libutil has login() function */ +#undef HAVE_LIBUTIL_LOGIN -- cgit v1.2.3