diff options
| -rw-r--r-- | src/tool/tool.h | 6 |
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 )); |