1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing with some platforms.

This commit is contained in:
Gunter Knauf 2009-07-04 11:06:00 +00:00
parent 83fb285d40
commit 6236198d43

View File

@ -98,10 +98,8 @@
/* The last #include file should be: */
#include "memdebug.h"
#ifdef HAVE_NI_WITHSCOPEID
#define NIFLAGS NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID
#else
#define NIFLAGS NI_NUMERICHOST | NI_NUMERICSERV
#ifndef NI_MAXHOST
#define NI_MAXHOST 1025
#endif
#ifdef __SYMBIAN32__