about summary refs log tree commit diff
path: root/src/tool/tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/tool.h')
-rw-r--r--src/tool/tool.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tool/tool.h b/src/tool/tool.h
index 9fa19e55..b05649a9 100644
--- a/src/tool/tool.h
+++ b/src/tool/tool.h
@@ -19,12 +19,6 @@
 
 #include "portab.h"
 
-#ifdef HAVE_ARPA_INET_H
-# include <arpa/inet.h>
-#else
-# define PF_INET AF_INET
-#endif
-
 GLOBAL void ngt_TrimLastChr PARAMS((char *String, const char Chr ));
 
 GLOBAL void ngt_TrimStr PARAMS((char *String ));