summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strtoaddr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/strtoaddr.c b/strtoaddr.c
index 81a041f2..8b0dfdc2 100644
--- a/strtoaddr.c
+++ b/strtoaddr.c
@@ -42,10 +42,6 @@
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
*/
-#ifndef NS_IN6ADDRSZ
-#define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */
-#endif
-
/* int
* strtoaddr(src, dst)
* convert presentation level IPv4 address to network order binary form.