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