| 41 |
|
|
| 42 |
|
* --enable-kqueue - Use the superior kqueue(2) system call as |
| 43 |
|
opposed to the default poll(2). This is currently only available |
| 44 |
< |
on FreeBSD 4.1 or higher. |
| 44 |
> |
on FreeBSD, OpenBSD, NetBSD, and Mac OS X |
| 45 |
|
|
| 46 |
|
* --enable-devpoll - Enable the superior /dev/poll support on |
| 47 |
|
Solaris. Linux /dev/poll is broken and will not work with this |
| 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 openssl dependent crypto functions. |
| 60 |
> |
* --enable-openssl - Enable the LibreSSL/OpenSSL dependent crypto functions. |
| 61 |
|
Required for the SSL Challenge controlled OPER feature, compressed |
| 62 |
|
and/or SSL/TLS server links, as well as SSL/TLS client connections. |
| 63 |
|
|