ntoa() and inet_ntoa_r() no longer used

This commit is contained in:
Yang Tse 2008-09-24 12:22:16 +00:00
parent 95df5d042c
commit 4e909ee8b1
31 changed files with 11 additions and 226 deletions

View file

@ -455,10 +455,6 @@ int netware_init(void);
#define LIBIDN_REQUIRED_VERSION "0.4.1"
#ifdef __UCLIBC__
#define HAVE_INET_NTOA_R_2_ARGS 1
#endif
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL)
#define USE_SSL /* SSL support has been enabled */
#endif