Update the pthreads snapshot version we want. Advice how to hand-expand
[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_LIMITS_H 1
31 /* #undef HAVE_LOCALTIME_R */
32 /* #undef HAVE_LONG_DOUBLE */
33 /* #undef HAVE_POLL */
34 /* #undef HAVE_PWD_H */
35 /* #undef HAVE_SYS_PARAM_H */
36 /* #undef HAVE_SYS_POLL_H */
37 /* #undef HAVE_SYS_SELECT_H */
38 /* #undef HAVE_SYS_TIME_H */
39 /* #undef HAVE_SYS_TIMES_H */
40 #define HAVE_STRERROR 1
41 /* #undef HAVE_STRSIGNAL */
42 /* #undef HAVE_UNISTD_H */
43 /* #undef HAVE_VSNPRINTF */
44 /* #undef HAVE_VALUES_H */
45 #define HAVE_VPRINTF 1
46 #define HAVE_WCHAR_H 1
47 #define HAVE_WCTYPE_H 1
48
49 /* #undef NO_FD_SET */
50 /* #undef NO_SYS_ERRLIST */
51 #define NO_SYS_SIGLIST 1
52
53 /* #undef G_VA_COPY */
54 /* #undef G_VA_COPY_AS_ARRAY */
55 #define G_HAVE___INLINE 1
56
57 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
58 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
59 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
60 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
61 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
62
63 #define GLIB_SIZEOF_PTHREAD_T 4
64 #define POSIX_MIN_PRIORITY -2
65 #define POSIX_MAX_PRIORITY 2
66 #define POSIX_YIELD_FUNC Sleep(0)
67
68 #define G_THREAD_SOURCE "gthread-posix.c"
69
70 /* The number of bytes in a char.  */
71 #define SIZEOF_CHAR 1
72
73 /* The number of bytes in a int.  */
74 #define SIZEOF_INT 4
75
76 /* The number of bytes in a long.  */
77 #define SIZEOF_LONG 4
78
79 /* The number of bytes in a long long.  */
80 #define SIZEOF_LONG_LONG 8
81
82 /* The number of bytes in a short.  */
83 #define SIZEOF_SHORT 2
84
85 /* The number of bytes in a void *.  */
86 #define SIZEOF_VOID_P 4
87
88 /* Define if you have the atexit function.  */
89 #define HAVE_ATEXIT 1
90
91 /* Define if you have the lstat function.  */
92 /* #undef HAVE_LSTAT */
93
94 /* Define if you have the memmove function.  */
95 #define HAVE_MEMMOVE 1
96
97 /* Define if you have the on_exit function.  */
98 /* #undef HAVE_ON_EXIT */
99
100 /* Define if you have the strcasecmp function.  */
101 /* #undef HAVE_STRCASECMP ^*/
102
103 /* Define if you have the strerror function.  */
104 #define HAVE_STRERROR 1
105
106 /* Define if you have the strsignal function.  */
107 /* #undef HAVE_STRSIGNAL */
108
109 /* Define if you have the vsnprintf function.  */
110 /* #undef HAVE_VSNPRINTF */
111
112 /* Define if you have the <float.h> header file.  */
113 #define HAVE_FLOAT_H 1
114
115 /* Define if you have the <limits.h> header file.  */
116 #define HAVE_LIMITS_H 1
117
118 /* Define if you have the <pwd.h> header file.  */
119 /* #undef HAVE_PWD_H */
120
121 /* Define if you have the <sys/param.h> header file.  */
122 /* #undef HAVE_SYS_PARAM_H */
123
124 /* Define if you have the <sys/select.h> header file.  */
125 /* #undef HAVE_SYS_SELECT_H */
126
127 /* Define if you have the <sys/time.h> header file.  */
128 /* #undef HAVE_SYS_TIME_H */
129
130 /* Define if you have the <sys/times.h> header file.  */
131 /* #undef HAVE_SYS_TIMES_H */
132
133 /* Define if you have the <unistd.h> header file.  */
134 /* #undef HAVE_UNISTD_H */
135
136 /* Define if you have the <values.h> header file.  */
137 /* #undef HAVE_VALUES_H */
138
139 /* Define if you have the w library (-lw).  */
140 /* #undef HAVE_LIBW */
141