aboutsummaryrefslogtreecommitdiff
path: root/lib/amigaos.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/amigaos.h')
-rw-r--r--lib/amigaos.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/amigaos.h b/lib/amigaos.h
index ed3baf50e..649c05f2e 100644
--- a/lib/amigaos.h
+++ b/lib/amigaos.h
@@ -40,9 +40,6 @@
#ifndef select
# define select(args...) WaitSelect( args, NULL)
#endif
-#ifndef inet_ntoa
-# define inet_ntoa(x) Inet_NtoA( x ## .s_addr)
-#endif
#ifndef ioctl
# define ioctl(a,b,c,d) IoctlSocket( (LONG)a, (ULONG)b, (char*)c)
#endif