config.h (563B)
1 /* Generated by CCAN configurator */ 2 #ifndef CCAN_CONFIG_H 3 #define CCAN_CONFIG_H 4 #ifndef _GNU_SOURCE 5 #define _GNU_SOURCE /* Always use GNU extensions. */ 6 #endif 7 #define CCAN_COMPILER "cc" 8 #define CCAN_CFLAGS "-g3 -ggdb -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition" 9 #define CCAN_OUTPUT_EXE_CFLAG "-o" 10 11 #define HAVE_CCAN 1 12 #define HAVE_UNALIGNED_ACCESS 1 13 #define HAVE_TYPEOF 1 14 #define HAVE_BIG_ENDIAN 0 15 #define HAVE_BYTESWAP_H 0 16 #define HAVE_BSWAP_64 0 17 #define HAVE_LITTLE_ENDIAN 1 18 #endif /* CCAN_CONFIG_H */