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:
parent
83fb285d40
commit
6236198d43
@ -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__
|
||||||
|
Loading…
Reference in New Issue
Block a user