config-all.h
Go to the documentation of this file.
1 #ifndef CONFIG_ALL_H
2 #define CONFIG_ALL_H
3 
4 #if !defined(__x86_64) && !defined(_M_X64) && !defined(__i386) && !defined(_M_IX86)
5 
6 #define NO_UNALIGNED_ACCESS 1
7 
8 #endif
9 
10 #endif

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001