summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-16 01:39:10 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-16 01:39:10 -0700
commit2b9bfa05b690f71d08243a8089d6feacbe52b2d2 (patch)
tree442322da7c5af5ec3041d4821be7265025fecab9 /config.h.in
parentfdd0467bcd46ea0d472111adedd21f43d6d4d15e (diff)
downloadtcpdump-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.in3
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