2010-02-25 Zoltan Varga <vargaz@gmail.com>
[mono/afaerber.git] / eglib / src / eglib-config.h.in
blobdb32a9f6df3f2a048e8636c565bb790df0e6b6d7
1 #ifndef __EGLIB_CONFIG_H
2 #define __EGLIB_CONFIG_H
4 /*
5 * System-dependent settings
6 */
7 #define G_GNUC_PRETTY_FUNCTION @GNUC_PRETTY@
8 #define G_GNUC_UNUSED @GNUC_UNUSED@
9 #define G_BYTE_ORDER @ORDER@
10 #define G_GNUC_NORETURN @GNUC_NORETURN@
11 #define G_SEARCHPATH_SEPARATOR_S "@SEARCHSEP@"
12 #define G_SEARCHPATH_SEPARATOR '@SEARCHSEP@'
13 #define G_DIR_SEPARATOR '@PATHSEP@'
14 #define G_DIR_SEPARATOR_S "@PATHSEP@"
15 #define G_BREAKPOINT() @BREAKPOINT@
16 #define G_OS_@OS@
17 #define GPOINTER_TO_INT(ptr) @GPOINTER_TO_INT@
18 #define GPOINTER_TO_UINT(ptr) @GPOINTER_TO_UINT@
19 #define GINT_TO_POINTER(v) @GINT_TO_POINTER@
20 #define GUINT_TO_POINTER(v) @GUINT_TO_POINTER@
22 typedef unsigned @GSIZE@ gsize;
23 typedef signed @GSIZE@ gssize;
25 #define G_GSIZE_FORMAT @GSIZE_FORMAT@
26 #define G_GUINT64_FORMAT @G_GUINT64_FORMAT@
28 #endif