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