ne_has_support — determine feature support status
#include <ne_utils.h>
int ne_has_support( | int feature) ; |
The ne_has_support
function can be used
to determine whether a particular optional feature, given by the
feature code feature
, is supported. The
following feature codes are available:
| Indicates support for SSL/TLS |
| Indicates support for compressed responses |
| Indicates support for IPv6 |
| Indicates support for large files |
| Indicates support for SOCKSv5 |
| Indicates support for thread-safe SSL initialization — see ne_sock_init |