| 57 |
|
detection in configure. So if you do have kqueue but wish to |
| 58 |
|
enable poll(2) instead (bad idea), you must use --enable-poll. |
| 59 |
|
|
| 60 |
< |
* --enable-openssl - Enable the LibreSSL/OpenSSL dependent TLS/crypto |
| 61 |
< |
functions. |
| 60 |
> |
* --with-tls= - Controls TLS (Transport Layer Security) support. |
| 61 |
> |
Supported options are currently 'openssl, 'wolfssl', 'gnutls', |
| 62 |
> |
and 'none'. |
| 63 |
|
|
| 64 |
< |
On systems where the configure script can automatically detect |
| 65 |
< |
LibreSSL or OpenSSL, this option is not necessary. If configure cannot |
| 65 |
< |
find LibreSSL or OpenSSL, you must specify a path with this option |
| 66 |
< |
(--enable-openssl=/path/to/openssl) |
| 67 |
< |
|
| 68 |
< |
* --enable-gnutls - Enable the GnuTLS dependent TLS/crypto functions. |
| 69 |
< |
|
| 70 |
< |
Note that OpenSSL detection takes precedence over GnuTLS detection. |
| 71 |
< |
In case you have both OpenSSL and GnuTLS installed and want the ircd to |
| 72 |
< |
make use of GnuTLS, run ./configure wih the --disable-openssl switch. |
| 64 |
> |
If nothing has been specified, configure tries to autodetect in the |
| 65 |
> |
following order: openssl/libressl -> gnutls -> wolfssl. |
| 66 |
|
|
| 67 |
|
|
| 68 |
|
These are optional or have default values that may be overridden: |