summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-09 10:28:04 +1100
committerDamien Miller <djm@mindrot.org>1999-11-09 10:28:04 +1100
commitc7b38ceed6030484c61c71ea9fafaca6b34a297e (patch)
tree4ad64e48a77da1772b19ab6578ad8877ab75ba3a /acconfig.h
parente8d9068a36e2528dbaf48c192cd1f97e8beafdfe (diff)
- Autodetection of SSL/Crypto library location via autoconf
- Fixed location of ssh-askpass to follow autoconf - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> - Autodetection of RSAref library for US users - Minor doc updates
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 7119b94ac..c859c253a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,5 +1,8 @@
1/* config.h.in. Generated by hand, don't use autoheader. */ 1/* config.h.in. Generated by hand, don't use autoheader. */
2 2
3/* SSL directory. */
4#undef ssldir
5
3/* Define if your ssl headers are included with #include <ssl/header.h> */ 6/* Define if your ssl headers are included with #include <ssl/header.h> */
4#undef HAVE_SSL 7#undef HAVE_SSL
5 8