a6360abee6dca9b8e8743a93db55458f18684b74
[platform/upstream/glib.git] / config.h.win32.in
1 /* config.h.win32. Handcrafted for the Microsoft C library. */
2
3 /* Define to empty if the keyword does not work.  */
4 /* #undef const */
5
6 /* Define if you don't have vprintf but do have _doprnt.  */
7 /* #undef HAVE_DOPRNT */
8
9 /* Define if you have the vprintf function.  */
10 #define HAVE_VPRINTF 1
11
12 /* Define if you have the ANSI C header files.  */
13 #define STDC_HEADERS 1
14
15 /* Define if your processor stores words with the most significant
16    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
17 /* #undef WORDS_BIGENDIAN */
18
19 /* #undef ENABLE_MEM_CHECK */
20 /* #undef ENABLE_MEM_PROFILE */
21
22 #define G_COMPILED_WITH_DEBUGGING "minimum"
23
24 /* #undef HAVE_BROKEN_WCTYPE */
25 /* #undef HAVE_DOPRNT */
26 #define HAVE_GETCWD 1
27 /* #undef HAVE_LOCALTIME_R */
28 /* #undef HAVE_LONG_DOUBLE */
29 /* #undef HAVE_POLL */
30 /* #undef HAVE_SYS_POLL_H */
31 #define HAVE_STRERROR 1
32 #define HAVE_VPRINTF 1
33 #define HAVE_WCHAR_H 1
34 #define HAVE_WCTYPE_H 1
35
36 /* #undef NO_FD_SET */
37 /* #undef NO_SYS_ERRLIST */
38 #define NO_SYS_SIGLIST 1
39
40 /* #undef G_VA_COPY */
41 /* #undef G_VA_COPY_AS_ARRAY */
42 #define G_HAVE___INLINE 1
43
44 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
45 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
46 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
47 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
48 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
49
50 #define GLIB_SIZEOF_SYSTEM_THREAD 4
51 #define GLIB_SIZEOF_SIZE_T 4
52 #define GLIB_SIZEOF_PTRDIFF_T 4
53 #define GLIB_SIZEOF_INTMAX_T 4
54
55 #define G_THREAD_SOURCE "gthread-win32.c"
56
57 /* The number of bytes in a char.  */
58 #define SIZEOF_CHAR 1
59
60 /* The number of bytes in a int.  */
61 #define SIZEOF_INT 4
62
63 /* The number of bytes in a long.  */
64 #define SIZEOF_LONG 4
65
66 /* The number of bytes in a long long.  */
67 #define SIZEOF_LONG_LONG 8
68
69 /* The number of bytes in a short.  */
70 #define SIZEOF_SHORT 2
71
72 /* The number of bytes in a void *.  */
73 #define SIZEOF_VOID_P 4
74
75 /* Define if you have the atexit function.  */
76 #define HAVE_ATEXIT 1
77
78 /* Define if you have the lstat function.  */
79 /* #undef HAVE_LSTAT */
80
81 /* Define if you have the memmove function.  */
82 #define HAVE_MEMMOVE 1
83
84 /* Define if you have the on_exit function.  */
85 /* #undef HAVE_ON_EXIT */
86
87 /* Define if you have the stpcpy function. */
88 /* #undef HAVE_STPCPY */
89
90 /* Define if you have the strcasecmp function.  */
91 /* #undef HAVE_STRCASECMP */
92
93 /* Define if you have the strerror function.  */
94 #define HAVE_STRERROR 1
95
96 /* Define if you have the strsignal function.  */
97 /* #undef HAVE_STRSIGNAL */
98
99 /* Define if you have the vsnprintf function.  */
100 /* #undef HAVE_VSNPRINTF */
101
102 /* Define if you have the <float.h> header file.  */
103 #define HAVE_FLOAT_H 1
104
105 /* Define if you have the <limits.h> header file.  */
106 #define HAVE_LIMITS_H 1
107
108 /* Define if you have the <pwd.h> header file.  */
109 /* #undef HAVE_PWD_H */
110
111 /* Define if you have the <sys/param.h> header file.  */
112 /* #undef HAVE_SYS_PARAM_H */
113
114 /* Define if you have the <sys/select.h> header file.  */
115 /* #undef HAVE_SYS_SELECT_H */
116
117 /* Define if you have the <sys/time.h> header file.  */
118 /* #undef HAVE_SYS_TIME_H */
119
120 /* Define if you have the <sys/times.h> header file.  */
121 /* #undef HAVE_SYS_TIMES_H */
122
123 /* Define if you have the <unistd.h> header file.  */
124 /* #undef HAVE_UNISTD_H */
125
126 /* Define if you have the <values.h> header file.  */
127 /* #undef HAVE_VALUES_H */
128
129 /* Define if you have the w library (-lw).  */
130 /* #undef HAVE_LIBW */
131
132 #define USE_LIBICONV 1
133
134 #define ENABLE_NLS 1
135
136 /* Dunno if this will expand correctly: */
137 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"