mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -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: */
|
||||
#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__
|
||||
|
Loading…
Reference in New Issue
Block a user