diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-16 01:39:10 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-16 01:39:10 -0700 |
commit | 2b9bfa05b690f71d08243a8089d6feacbe52b2d2 (patch) | |
tree | 442322da7c5af5ec3041d4821be7265025fecab9 /config.h.in | |
parent | fdd0467bcd46ea0d472111adedd21f43d6d4d15e (diff) | |
download | tcpdump-2b9bfa05b690f71d08243a8089d6feacbe52b2d2.tar.gz |
Check for unaligned memory access support at compile time.
Don't test at configure time; that doesn't work when cross-compiling and
may be a pain to do with CMake.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 487364dc..6d695afa 100644 --- a/config.h.in +++ b/config.h.in @@ -247,9 +247,6 @@ /* define if your compiler has __attribute__ */ #undef HAVE___ATTRIBUTE__ -/* if unaligned access fails */ -#undef LBL_ALIGN - /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST |