First steps to build this on Windows (for those who have been trying
[mono.git] / eglib / src / eglib-config.h.in
1 /*
2  * System-dependent settings
3  */
4 #define G_GNUC_PRETTY_FUNCTION   @GNUC_PRETTY@
5 #define G_GNUC_UNUSED            @GNUC_UNUSED@
6 #define G_BYTE_ORDER             @ORDER@
7 #define G_GNUC_NORETURN          @GNUC_NORETURN@
8 #define G_SEARCHPATH_SEPARATOR_S "@SEARCHSEP@"
9 #define G_DIR_SEPARATOR          '@PATHSEP@'
10 #define G_DIR_SEPARATOR_S        "@PATHSEP@"
11 #define G_BREAKPOINT             @BREAKPOINT@
12 #define G_OS_@OS@