mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:17:24 +03: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
1 changed files with 2 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue