Go to the documentation of this file. 1 #ifndef __FB_CONFIG_H__
2 #define __FB_CONFIG_H__
5 #elif defined __DJGPP__
8 #elif defined __MINGW32__
15 #define WIN32_LEAN_AND_MEAN
16 #elif defined __CYGWIN__
19 #define WIN32_LEAN_AND_MEAN
20 #elif defined __linux__
23 #elif defined __FreeBSD__
26 #elif defined __NetBSD__
29 #elif defined __OpenBSD__
32 #elif defined __APPLE__
35 #elif (defined sun || defined __sun) && defined __SVR4
39 #error "Couldn't identify target system!"
44 #define _FILE_OFFSET_BITS 64
49 #elif defined __x86_64__
52 #elif defined __sparc__
56 #elif defined __ppc64__
68 #define FBPACKED __attribute__((gcc_struct, packed))
70 #define FBPACKED __attribute__((packed))