#include <types.h>
#include <netinet/in.h>
#endif
-#ifdef __NETBSD__
-#ifndef _NETBSD_SOURCE
-#define _NETBSD_SOURCE
-#endif
-#ifndef _LIBC
-#define _LIBC
-#endif
-#endif
#include <netdb.h>
#include <sys/ioctl.h>
return he;
}
-#if defined(HAVE_GETHOSTBYNAME)
+#if defined(HAVE_GETSERVBYNAME)
static struct servent * deepCopyServent(struct servent *s,
const struct servent *se,
char *buffer, int size)