]> andersk Git - openssh.git/blobdiff - acconfig.h
- Added (untested) Entropy Gathering Daemon (EGD) support
[openssh.git] / acconfig.h
index c859c253aafa9115a605599c21a24f6d742481b9..063b9171145d31b31bca17b75d9c7cd0cf2d173c 100644 (file)
@@ -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 <ssl/header.h>  */
 #undef HAVE_SSL
 
 /* Define if your ssl headers are included with #include <openssl/header.h>  */
 #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
This page took 0.042851 seconds and 4 git commands to generate.