summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-02 23:09:20 +1100
committerDamien Miller <djm@mindrot.org>2000-03-02 23:09:20 +1100
commita22ba0152cebff060be2de75ce2ab52a2442ea73 (patch)
treec75dbf6ce9621838f82021f2a16487b4796e5ed8 /acconfig.h
parent36143d785143daabda83962a0f34404a9abf0964 (diff)
- Big cleanup of autoconf code
- Rearranged to be a little more logical - Added -R option for Solaris - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5).
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index e96b195dc..9af1117c7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,9 +6,6 @@
6 6
7@TOP@ 7@TOP@
8 8
9/* SSL directory. */
10#undef ssldir
11
12/* Define if you want to disable PAM support */ 9/* Define if you want to disable PAM support */
13#undef DISABLE_PAM 10#undef DISABLE_PAM
14 11