From ae90406453eb894400a25e0557bb2c7bf19f06a4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 7 Aug 2013 02:05:53 +0200 Subject: Define ethhdr when it is not available --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 0ad647c..1e094da 100644 --- a/config.h.in +++ b/config.h.in @@ -27,6 +27,9 @@ #ifndef _FASTD_CONFIG_H_ #define _FASTD_CONFIG_H_ +#cmakedefine HAVE_ETHHDR + + #cmakedefine WITH_CAPABILITIES #cmakedefine USE_CRYPTO_AES128CTR -- cgit v1.2.3