Solaris has a broken strftime that produced garbage output for the test
[platform/upstream/glib.git] / config.h.win32
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 /* #undef HAVE_BROKEN_WCTYPE */
27 /* #undef HAVE_DOPRNT */
28 #define HAVE_FLOAT_H 1
29 #define HAVE_LIMITS_H 1
30 /* #undef HAVE_LONG_DOUBLE */
31 /* #undef HAVE_PWD_H */
32 /* #undef HAVE_SYS_PARAM_H */
33 /* #undef HAVE_SYS_SELECT_H */
34 /* #undef HAVE_SYS_TIME_H */
35 /* #undef HAVE_SYS_TIMES_H */
36 #define HAVE_STRERROR 1
37 /* #undef HAVE_STRSIGNAL */
38 /* #undef HAVE_UNISTD_H */
39 /* #undef HAVE_VSNPRINTF */
40 /* #undef HAVE_VALUES_H */
41 #define HAVE_VPRINTF 1
42 #define HAVE_WCHAR_H 1
43 #define HAVE_WCTYPE_H 1
44
45 /* #undef NO_FD_SET */
46 /* #undef NO_SYS_ERRLIST */
47 #define NO_SYS_SIGLIST 1
48
49 /* #undef G_VA_COPY */
50 /* #undef G_VA_COPY_AS_ARRAY */
51 #define G_HAVE___INLINE 1
52
53 #define GLIB_MAJOR_VERSION 1
54 #define GLIB_MINOR_VERSION 1
55 #define GLIB_MICRO_VERSION 4
56 #define GLIB_INTERFACE_AGE 0
57 #define GLIB_BINARY_AGE 0
58
59 /* The number of bytes in a char.  */
60 #define SIZEOF_CHAR 1
61
62 /* The number of bytes in a int.  */
63 #define SIZEOF_INT 4
64
65 /* The number of bytes in a long.  */
66 #define SIZEOF_LONG 4
67
68 /* The number of bytes in a long long.  */
69 #define SIZEOF_LONG_LONG 8
70
71 /* The number of bytes in a short.  */
72 #define SIZEOF_SHORT 2
73
74 /* The number of bytes in a void *.  */
75 #define SIZEOF_VOID_P 4
76
77 /* Define if you have the atexit function.  */
78 #define HAVE_ATEXIT 1
79
80 /* Define if you have the lstat function.  */
81 /* #undef HAVE_LSTAT */
82
83 /* Define if you have the memmove function.  */
84 #define HAVE_MEMMOVE 1
85
86 /* Define if you have the on_exit function.  */
87 /* #undef HAVE_ON_EXIT */
88
89 /* Define if you have the strcasecmp function.  */
90 /* #undef HAVE_STRCASECMP ^*/
91
92 /* Define if you have the strerror function.  */
93 #define HAVE_STRERROR 1
94
95 /* Define if you have the strsignal function.  */
96 /* #undef HAVE_STRSIGNAL */
97
98 /* Define if you have the vsnprintf function.  */
99 /* #undef HAVE_VSNPRINTF */
100
101 /* Define if you have the <float.h> header file.  */
102 #define HAVE_FLOAT_H 1
103
104 /* Define if you have the <limits.h> header file.  */
105 #define HAVE_LIMITS_H 1
106
107 /* Define if you have the <pwd.h> header file.  */
108 /* #undef HAVE_PWD_H */
109
110 /* Define if you have the <sys/param.h> header file.  */
111 /* #undef HAVE_SYS_PARAM_H */
112
113 /* Define if you have the <sys/select.h> header file.  */
114 /* #undef HAVE_SYS_SELECT_H */
115
116 /* Define if you have the <sys/time.h> header file.  */
117 /* #undef HAVE_SYS_TIME_H */
118
119 /* Define if you have the <sys/times.h> header file.  */
120 /* #undef HAVE_SYS_TIMES_H */
121
122 /* Define if you have the <unistd.h> header file.  */
123 /* #undef HAVE_UNISTD_H */
124
125 /* Define if you have the <values.h> header file.  */
126 /* #undef HAVE_VALUES_H */
127
128 /* Define if you have the w library (-lw).  */
129 /* #undef HAVE_LIBW */
130