Commit 6236198d authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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

parent 83fb285d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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__