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 Nov 24 2021 09:55:53 for QuickFIX by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2001