summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-26 19:32:15 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-26 19:32:15 +0000
commit1539cf81f3642c5afd1267b3adc4fc2d46308ceb (patch)
tree9e2fbd8c9d66bb9efb11c50bfdcd04c79873771b /acconfig.h
parent13effe87e4d81f4b66b0b9759cf09bab7b631fcb (diff)
downloadirssi-1539cf81f3642c5afd1267b3adc4fc2d46308ceb.zip
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
using /SERVER ADD -ircnet. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2890 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 33f02000..e87197fb 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -36,3 +36,6 @@
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
+
+/* SSL */
+#undef HAVE_OPENSSL