]> andersk Git - openssh.git/blob - acconfig.h
- Added (untested) Entropy Gathering Daemon (EGD) support
[openssh.git] / acconfig.h
1 /* config.h.in.  Generated by hand, don't use autoheader.  */
2
3 /* SSL directory.  */
4 #undef ssldir
5
6 /* Random number pool  */
7 #undef RANDOM_POOL
8
9 /* Are we using the Entropy gathering daemon */
10 #undef HAVE_EGD
11
12 /* Define if your ssl headers are included with #include <ssl/header.h>  */
13 #undef HAVE_SSL
14
15 /* Define if your ssl headers are included with #include <openssl/header.h>  */
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
This page took 0.232492 seconds and 5 git commands to generate.