From 9ac7f3588dda7d175e04878e7b871a88306d13bf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Jun 2015 01:03:23 +0200 Subject: Don't depend on net/if_ether.h Instead of adding compatiblity code to make this work with musl, just duplicate the needed definitions in fastd. --- src/fastd_config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/fastd_config.h.in') diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 6a55930..5f9c868 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -35,9 +35,6 @@ /** Defined if the platform supports the AI_ADDRCONFIG flag to getaddrinfo() */ #cmakedefine HAVE_AI_ADDRCONFIG -/** Defined if the platform defines the \e ethhdr struct */ -#cmakedefine HAVE_ETHHDR - /** Defined if the platform defines get_current_dir_name() */ #cmakedefine HAVE_GET_CURRENT_DIR_NAME -- cgit v1.2.3