1 /* Version number of package */
2 #define QFITS_VERSION "6.2.0"
3 
4 #include "an-endian.h"
5 
6 #if IS_BIG_ENDIAN
7 #define WORDS_BIGENDIAN 1
8 #else
9 #undef WORDS_BIGENDIAN
10 #endif
11 
12