summaryrefslogtreecommitdiff
path: root/lib/amigaos.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
commit4e909ee8b1e7e9f174af629615224180568a7e92 (patch)
treef24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/amigaos.h
parent95df5d042c82871ef889e66a842e3fd4ef55e861 (diff)
downloadcurl-4e909ee8b1e7e9f174af629615224180568a7e92.tar.gz
ntoa() and inet_ntoa_r() no longer used
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