]> Pileus Git - ~andy/gtk/blob - config.h.win32.in
disable USE_MMX for msvc build cause the assembler doesn't fit and is out
[~andy/gtk] / config.h.win32.in
1 /* config.h.win32.  Handcrafted for Microsoft C or mingw */
2
3 #if ! (defined(_MSC_VER) || defined(__GNUC__))
4 #error Unrecognized Win32 compiler, edit config.h.win32 by hand
5 #endif
6
7 /* Define if using alloca.c.  */
8 /* #undef C_ALLOCA */
9
10 /* Define to empty if the keyword does not work.  */
11 /* #undef const */
12
13 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
14    This function is required for alloca.c support on those systems.  */
15 /* #undef CRAY_STACKSEG_END */
16
17 /* Define if you have alloca, as a function or macro.  */
18 #define HAVE_ALLOCA 1
19 #ifndef alloca
20   #ifdef _MSC_VER
21     #define alloca _alloca
22   #elif defined (__GNUC__)
23     #define alloca __builtin_alloca
24   #endif
25 #endif
26
27 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
28 /* #undef HAVE_ALLOCA_H */
29
30 /* Define if you have a working `mmap' system call.  */
31 /* #undef HAVE_MMAP */
32
33 /* Define to empty, or __inline if that's what your compiler wants.  */
34 #define inline __inline
35
36 /* Define to `long' if <sys/types.h> doesn't define.  */
37 /* #undef off_t */
38
39 /* Define if you need to in order for stat and other things to work.  */
40 /* #undef _POSIX_SOURCE*/
41
42 /* Define as the return type of signal handlers (int or void).  */
43 #define RETSIGTYPE void
44
45 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
46 /* #undef size_t */
47
48 /* If using the C implementation of alloca, define if you know the
49    direction of stack growth for your system; otherwise it will be
50    automatically deduced at run-time.
51  STACK_DIRECTION > 0 => grows toward higher addresses
52  STACK_DIRECTION < 0 => grows toward lower addresses
53  STACK_DIRECTION = 0 => direction of growth unknown
54  */
55 /* #undef STACK_DIRECTION */
56
57 /* Define if you have the ANSI C header files.  */
58 #define STDC_HEADERS 1
59
60 /* Other stuff */
61 #define ENABLE_NLS 1
62 #define GTK_COMPILED_WITH_DEBUGGING "minimum"
63
64 /* #undef HAVE_CATGETS */
65 /* #undef HAVE_DIRENT_H */
66 #define HAVE_GETTEXT 1
67 /* #undef HAVE_IPC_H */
68 /* #undef HAVE_LC_MESSAGES */
69 /* #undef HAVE_PWD_H */
70 /* #undef HAVE_SHM_H */
71 /* #undef HAVE_STPCPY */
72 /* #undef HAVE_XSHM_H */
73 #define HAVE_SHAPE_EXT 1
74 /* #undef HAVE_SYS_SELECT_H */
75 /* #undef HAVE_SYS_TIME_H */
76 /* #undef HAVE_XCONVERTCASE */
77
78 /* #undef NO_FD_SET */
79
80 /* #undef XINPUT_NONE */
81 /* #undef XINPUT_GXI */
82 /* #undef XINPUT_XFREE */
83 #define XINPUT_WIN32 1
84
85 /* Define as the return type of signal handlers (int or void).  */
86 #define RETSIGTYPE void
87
88 /* Define if you have the __argz_count function.  */
89 /* #undef HAVE___ARGZ_COUNT */
90
91 /* Define if you have the __argz_next function.  */
92 /* #undef HAVE___ARGZ_NEXT */
93
94 /* Define if you have the __argz_stringify function.  */
95 /* #undef HAVE___ARGZ_STRINGIFY */
96
97 /* Define if you have the broken_wctype function.  */
98 /* #undef HAVE_BROKEN_WCTYPE */
99
100 /* Define if you have the dcgettext function.  */
101 /* #undef HAVE_DCGETTEXT */
102
103 /* Define if you have the getcwd function.  */
104 #define HAVE_GETCWD 1
105
106 /* Define if you have the getpagesize function.  */
107 #define HAVE_GETPAGESIZE 1
108
109 /* Define if you have the lstat function.  */
110 /* #undef HAVE_LSTAT */
111
112 /* Define if you have the munmap function.  */
113 /* #undef HAVE_MUNMAP */
114
115 /* Define if you have the putenv function.  */
116 #define HAVE_PUTENV 1
117 #define putenv _putenv
118
119 /* Define if you have the setenv function.  */
120 /* #undef HAVE_SETENV */
121
122 /* Define if you have the setlocale function.  */
123 #define HAVE_SETLOCALE 1
124
125 /* Define if you have the stpcpy function.  */
126 /* #undef HAVE_STPCPY */
127
128 /* Define if you have the strcasecmp function.  */
129 #define HAVE_STRCASECMP 1
130 #define strcasecmp _stricmp
131
132 /* Define if you have the strchr function.  */
133 #define HAVE_STRCHR 1
134
135 /* Define if you have the strdup function.  */
136 #define HAVE_STRDUP 1
137
138 /* Define if you have the <argz.h> header file.  */
139 /* #undef HAVE_ARGZ_H */
140
141 /* Define if you have the <dirent.h> header file.  */
142 /* #undef HAVE_DIRENT_H */
143
144 /* Define if you have the <limits.h> header file.  */
145 #define HAVE_LIMITS_H 1
146
147 /* Define if you have the <locale.h> header file.  */
148 #define HAVE_LOCALE_H 1
149
150 /* Define if you have the <malloc.h> header file.  */
151 #define HAVE_MALLOC_H 1
152
153 /* Define if you have the <nl_types.h> header file.  */
154 /* #undef HAVE_NL_TYPES_H */
155
156 /* Define if you have the <pwd.h> header file.  */
157 /* #undef HAVE_PWD_H */
158
159 /* Define if you have the <string.h> header file.  */
160 #define HAVE_STRING_H 1
161
162 /* Define if you have the <sys/param.h> header file.  */
163 /* #undef HAVE_SYS_PARAM_H */
164
165 /* Define if you have the <sys/time.h> header file.  */
166 /* #undef HAVE_SYS_TIME_H */
167
168 /* Define if you have the <unistd.h> header file.  */
169 /* #undef HAVE_UNISTD_H */
170
171 /* Define if you have the <wchar.h> header file.  */
172 #define HAVE_WCHAR_H 1
173
174 /* Define if you have the <wctype.h> header file.  */
175 #ifdef _MSC_VER
176 #define HAVE_WCTYPE_H 1
177 #endif /* _MSC_VER */
178
179 /* Define if you have the i library (-li).  */
180 /* #undef HAVE_LIBI */
181
182 /* Define if you have the intl library (-lintl).  */
183 #define HAVE_LIBINTL 1
184
185 /* define if compiled symbols have a leading underscore */
186 /* #undef WITH_SYMBOL_UNDERSCORE */
187
188 /* Define if you have the Wintab programmer's kit */
189 #define HAVE_WINTAB 1
190
191 /* Define if you have the <dimm.h> header file
192  * (available in the Platform SDK)
193 */
194 /* #define HAVE_DIMM_H 1 */
195
196 #ifndef _MSC_VER
197 #define USE_GMODULE 1
198 #define USE_MMX 1
199 #endif
200
201 /* #undef HAVE_SIGSETJMP */
202
203 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"