Module: ngircd.git Branch: master Commit: 9c6230e1773634b9633bd3ab9a31eb036919f476 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=9c623...
Author: Florian Westphal fw@strlen.de Date: Wed Aug 11 23:24:02 2010 +0200
INSTALL: mention SSL and IPv6
---
INSTALL | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL index 06be42f..b2c8180 100644 --- a/INSTALL +++ b/INSTALL @@ -194,6 +194,18 @@ standard locations. Enable support for PAM, the Pluggable Authentication Modules library. See doc/PAM.txt for details.
+* SSL: + --with-openssl[=<path>] + --with-gnutls[=<path>] + + Enable support for SSL/TLS using OpenSSL or gnutls libraries. + See doc/SSL.txt for details. + +* IPv6: + --enable-ipv6 + + Adds support for version 6 of the Internet Protocol. +
IV. Useful make-targets ~~~~~~~~~~~~~~~~~~~~~~~
ngircd-commits@lists.barton.de