accel-ppp/accel-ppp
accel-pppd/CMakeLists.txt
:62
CHECK_C_SOURCE_COMPILES("
#include <sys/socket.h>
#include <linux/if_arp.h>
#include <net/ethernet.h>
int main(void)
{
return 0;
}" HAVE_GOOD_IFARP)