diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-23 18:52:33 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-23 18:52:33 +0000 |
commit | 68d81080b3cbf1c53c3a2f2174d813da5629fab7 (patch) | |
tree | 60364b6c6f2edca4fe15eb41e7b0ddc20b8a2ff0 /config.h.in | |
parent | a431fcf71728967999e6a249d90f43353fb44c19 (diff) |
Check for aligned access requirements explicitly.
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 c146b78..af17a1b 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,9 @@ /* Check for ftime */ #undef FTIME +/* Define if pointers to integers require aligned access */ +#undef HAVE_ALIGNED_ACCESS_REQUIRED + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |