1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05: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: */ /* The last #include file should be: */
#include "memdebug.h" #include "memdebug.h"
#ifdef HAVE_NI_WITHSCOPEID #ifndef NI_MAXHOST
#define NIFLAGS NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID #define NI_MAXHOST 1025
#else
#define NIFLAGS NI_NUMERICHOST | NI_NUMERICSERV
#endif #endif
#ifdef __SYMBIAN32__ #ifdef __SYMBIAN32__