--- embedaddon/libnet/sample/arp.c 2013/07/22 11:54:41 1.1.1.2 +++ embedaddon/libnet/sample/arp.c 2023/09/27 11:11:38 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: arp.c,v 1.1.1.2 2013/07/22 11:54:41 misho Exp $ + * $Id: arp.c,v 1.1.1.3 2023/09/27 11:11:38 misho Exp $ * * libnet 1.1 * Build an ARP packet @@ -31,12 +31,8 @@ */ #if (HAVE_CONFIG_H) -#if ((_WIN32) && !(__CYGWIN__)) -#include "../include/win32/config.h" -#else #include "../include/config.h" #endif -#endif #include "./libnet_test.h" int @@ -133,4 +129,3 @@ bad: return (EXIT_FAILURE); } -/* EOF */