summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-30 15:50:54 +1100
committerDamien Miller <djm@mindrot.org>1999-12-30 15:50:54 +1100
commit8bdeee25f8c0215812cdcdbd24f8c5b308a7b76a (patch)
tree3c6c86c231be661422c1b4fa2e6e16c4b6d4fc78 /acconfig.h
parent554ef3c7c205852592504d0433c592b1a7a8d459 (diff)
- Merged Dante SOCKS support patch from David Rankin
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3b37c5946..3331a13f9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,6 +24,9 @@
24/* Are we using the Entropy gathering daemon */ 24/* Are we using the Entropy gathering daemon */
25#undef HAVE_EGD 25#undef HAVE_EGD
26 26
27/* Define if using the Dante SOCKS library. */
28#undef HAVE_DANTE
29
27/* Define if your ssl headers are included with #include <ssl/header.h> */ 30/* Define if your ssl headers are included with #include <ssl/header.h> */
28#undef HAVE_SSL 31#undef HAVE_SSL
29 32