Transfer the Mac SDK bockbuild profiles & resources inside the Mono repository.
[mono.git] / bockbuild / mac-sdk / patches / glib / config.h.ed
1 / AC_APPLE_UNIVERSAL_BUILD /c
2 /* #undef AC_APPLE_UNIVERSAL_BUILD */
3 .
4 / G_VA_COPY_AS_ARRAY /c
5 #ifdef __LP64__
6 #define G_VA_COPY_AS_ARRAY 1
7 #else
8 /* #undef G_VA_COPY_AS_ARRAY */
9 #endif
10 .
11 / SIZEOF_LONG /c
12 #ifdef __LP64__
13 #define SIZEOF_LONG 8
14 #else
15 #define SIZEOF_LONG 4
16 #endif
17 .
18 / SIZEOF_SIZE_T /c
19 #ifdef __LP64__
20 #define SIZEOF_SIZE_T 8
21 #else
22 #define SIZEOF_SIZE_T 4
23 #endif
24 .
25 / SIZEOF_VOID_P /c
26 #ifdef __LP64__
27 #define SIZEOF_VOID_P 8
28 #else
29 #define SIZEOF_VOID_P 4
30 #endif
31 .
32 w