]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strtoaddr.c
Update .gitignore for other configurations
[tcpdump] / strtoaddr.c
index 81a041f24bf2c643b063240cf8bc9957d76dc648..e38a9d4ebd719c322878a147c334a3e520029e19 100644 (file)
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 #include <stddef.h>
 #include <string.h>
 
  * 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.