diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 02:05:53 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 02:05:53 +0200 |
commit | ae90406453eb894400a25e0557bb2c7bf19f06a4 (patch) | |
tree | bedaba40edce82382887efb0850c3732d3e91165 /config.h.in | |
parent | 8f12f0c3b2f50e5356c026f646bc5003369b3014 (diff) | |
download | fastd-ae90406453eb894400a25e0557bb2c7bf19f06a4.tar fastd-ae90406453eb894400a25e0557bb2c7bf19f06a4.zip |
Define ethhdr when it is not available
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |