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