summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 02:05:53 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 02:05:53 +0200
commitae90406453eb894400a25e0557bb2c7bf19f06a4 (patch)
treebedaba40edce82382887efb0850c3732d3e91165 /config.h.in
parent8f12f0c3b2f50e5356c026f646bc5003369b3014 (diff)
downloadfastd-ae90406453eb894400a25e0557bb2c7bf19f06a4.tar
fastd-ae90406453eb894400a25e0557bb2c7bf19f06a4.zip
Define ethhdr when it is not available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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