]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/tool.h
ngIRCd Release 22~rc1
[ngircd-alex.git] / src / tool / tool.h
index 9fa19e55ba987a31c70e187128e5cbc8b896c790..b05649a9df8f0bc2e47542e9289704dacf90a7d2 100644 (file)
 
 #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 ));