diff options
Diffstat (limited to 'ext/socket/option.c')
-rw-r--r-- | ext/socket/option.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/socket/option.c b/ext/socket/option.c index e58d51850c..2f5142d062 100644 --- a/ext/socket/option.c +++ b/ext/socket/option.c @@ -433,9 +433,6 @@ inspect_timeval_as_interval(int level, int optname, VALUE data, VALUE ret) * it is not distinguishable by the size. */ -#ifdef __HAIKU__ -#define HAVE_INET_NTOP -#endif #ifndef HAVE_INET_NTOP static char * inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len) |