Improved GetRandomRegion().
[wine/wine-kai.git] / include / config.h.in
blob4002ca232a43d18587112feafea4229de0914aa2
1 /* include/config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
6 /* Define to empty if the keyword does not work. */
7 #undef const
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11 #undef CRAY_STACKSEG_END
13 /* Define if you have alloca, as a function or macro. */
14 #undef HAVE_ALLOCA
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
17 #undef HAVE_ALLOCA_H
19 /* Define as __inline if that's what the C compiler calls it. */
20 #undef inline
22 /* Define to `unsigned' if <sys/types.h> doesn't define. */
23 #undef size_t
25 /* If using the C implementation of alloca, define if you know the
26 direction of stack growth for your system; otherwise it will be
27 automatically deduced at run-time.
28 STACK_DIRECTION > 0 => grows toward higher addresses
29 STACK_DIRECTION < 0 => grows toward lower addresses
30 STACK_DIRECTION = 0 => direction of growth unknown
32 #undef STACK_DIRECTION
34 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
35 #undef STAT_MACROS_BROKEN
37 /* Define if you have the ANSI C header files. */
38 #undef STDC_HEADERS
40 /* Define if the X Window System is missing or not being used. */
41 #undef X_DISPLAY_MISSING
43 /* Define if symbols declared in assembly code need an underscore prefix */
44 #undef NEED_UNDERSCORE_PREFIX
46 /* Define to use .string instead of .ascii */
47 #undef HAVE_ASM_STRING
49 /* Define if struct msghdr contains msg_accrights */
50 #undef HAVE_MSGHDR_ACCRIGHTS
52 /* Define if you have the Xxf86dga library (-lXxf86dga). */
53 #undef HAVE_LIBXXF86DGA
55 /* Define if you have the X Shm extension */
56 #undef HAVE_LIBXXSHM
58 /* Define if you have the Xxf86vm library */
59 #undef HAVE_LIBXXF86VM
61 /* Define if you have the Xpm library */
62 #undef HAVE_LIBXXPM
64 /* Define if you have the Open Sound system. */
65 #undef HAVE_OSS
67 /* Define if you have the Open Sound system (MIDI interface). */
68 #undef HAVE_OSS_MIDI
70 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
71 #undef NO_REENTRANT_X11
73 /* Define if libc is not reentrant */
74 #undef NO_REENTRANT_LIBC
76 /* Define if libc uses __errno_location for reentrant errno */
77 #undef HAVE__ERRNO_LOCATION
79 /* Define if libc uses __error for reentrant errno */
80 #undef HAVE__ERROR
82 /* Define if libc uses ___errno for reentrant errno */
83 #undef HAVE___ERRNO
85 /* Define if all debug messages are to be compiled out */
86 #undef NO_DEBUG_MSGS
88 /* Define if TRACE messages are to be compiled out */
89 #undef NO_TRACE_MSGS
91 /* Define if the struct statfs has the member bavail */
92 #undef STATFS_HAS_BAVAIL
94 /* Define if the struct statfs has the member bfree */
95 #undef STATFS_HAS_BFREE
97 /* Define if we have a working sigaltstack */
98 #undef HAVE_WORKING_SIGALTSTACK
100 /* Define if the struct statfs is defined by <sys/vfs.h> */
101 #undef STATFS_DEFINED_BY_SYS_VFS
103 /* Define if the struct statfs is defined by <sys/statfs.h> */
104 #undef STATFS_DEFINED_BY_SYS_STATFS
106 /* Define if the struct statfs is defined by <sys/mount.h> */
107 #undef STATFS_DEFINED_BY_SYS_MOUNT
109 /* Define if ncurses have the new resizeterm function */
110 #undef HAVE_RESIZETERM
112 /* Define if ncurses have the new getbkgd function */
113 #undef HAVE_GETBKGD
115 /* Define if IPX should use netipx/ipx.h from libc */
116 #undef HAVE_IPX_GNU
118 /* Define if IPX includes are taken from Linux kernel */
119 #undef HAVE_IPX_LINUX
121 /* Define if Mesa is present on the system or not */
122 #undef HAVE_LIBMESAGL
124 /* Define if the system has dynamic link library support with the dl* API */
125 #undef HAVE_DL_API
127 /* The number of bytes in a long long. */
128 #undef SIZEOF_LONG_LONG
130 /* Define if you have the _lwp_create function. */
131 #undef HAVE__LWP_CREATE
133 /* Define if you have the clone function. */
134 #undef HAVE_CLONE
136 /* Define if you have the connect function. */
137 #undef HAVE_CONNECT
139 /* Define if you have the dlopen function. */
140 #undef HAVE_DLOPEN
142 /* Define if you have the gethostbyname function. */
143 #undef HAVE_GETHOSTBYNAME
145 /* Define if you have the getpagesize function. */
146 #undef HAVE_GETPAGESIZE
148 /* Define if you have the memmove function. */
149 #undef HAVE_MEMMOVE
151 /* Define if you have the rfork function. */
152 #undef HAVE_RFORK
154 /* Define if you have the sendmsg function. */
155 #undef HAVE_SENDMSG
157 /* Define if you have the sigaltstack function. */
158 #undef HAVE_SIGALTSTACK
160 /* Define if you have the strerror function. */
161 #undef HAVE_STRERROR
163 /* Define if you have the stricmp function. */
164 #undef HAVE_STRICMP
166 /* Define if you have the tcgetattr function. */
167 #undef HAVE_TCGETATTR
169 /* Define if you have the timegm function. */
170 #undef HAVE_TIMEGM
172 /* Define if you have the usleep function. */
173 #undef HAVE_USLEEP
175 /* Define if you have the vfscanf function. */
176 #undef HAVE_VFSCANF
178 /* Define if you have the wait4 function. */
179 #undef HAVE_WAIT4
181 /* Define if you have the waitpid function. */
182 #undef HAVE_WAITPID
184 /* Define if you have the <GL/gl.h> header file. */
185 #undef HAVE_GL_GL_H
187 /* Define if you have the <GL/glx.h> header file. */
188 #undef HAVE_GL_GLX_H
190 /* Define if you have the <GL/osmesa.h> header file. */
191 #undef HAVE_GL_OSMESA_H
193 /* Define if you have the <X11/Xlib.h> header file. */
194 #undef HAVE_X11_XLIB_H
196 /* Define if you have the <X11/extensions/XShm.h> header file. */
197 #undef HAVE_X11_EXTENSIONS_XSHM_H
199 /* Define if you have the <X11/extensions/xf86dga.h> header file. */
200 #undef HAVE_X11_EXTENSIONS_XF86DGA_H
202 /* Define if you have the <X11/extensions/xf86vmode.h> header file. */
203 #undef HAVE_X11_EXTENSIONS_XF86VMODE_H
205 /* Define if you have the <X11/xpm.h> header file. */
206 #undef HAVE_X11_XPM_H
208 /* Define if you have the <arpa/nameser.h> header file. */
209 #undef HAVE_ARPA_NAMESER_H
211 /* Define if you have the <curses.h> header file. */
212 #undef HAVE_CURSES_H
214 /* Define if you have the <dlfcn.h> header file. */
215 #undef HAVE_DLFCN_H
217 /* Define if you have the <elf.h> header file. */
218 #undef HAVE_ELF_H
220 /* Define if you have the <float.h> header file. */
221 #undef HAVE_FLOAT_H
223 /* Define if you have the <libio.h> header file. */
224 #undef HAVE_LIBIO_H
226 /* Define if you have the <linux/cdrom.h> header file. */
227 #undef HAVE_LINUX_CDROM_H
229 /* Define if you have the <linux/ucdrom.h> header file. */
230 #undef HAVE_LINUX_UCDROM_H
232 /* Define if you have the <machine/soundcard.h> header file. */
233 #undef HAVE_MACHINE_SOUNDCARD_H
235 /* Define if you have the <ncurses.h> header file. */
236 #undef HAVE_NCURSES_H
238 /* Define if you have the <net/if.h> header file. */
239 #undef HAVE_NET_IF_H
241 /* Define if you have the <netinet/in.h> header file. */
242 #undef HAVE_NETINET_IN_H
244 /* Define if you have the <resolv.h> header file. */
245 #undef HAVE_RESOLV_H
247 /* Define if you have the <soundcard.h> header file. */
248 #undef HAVE_SOUNDCARD_H
250 /* Define if you have the <strings.h> header file. */
251 #undef HAVE_STRINGS_H
253 /* Define if you have the <sys/cdio.h> header file. */
254 #undef HAVE_SYS_CDIO_H
256 /* Define if you have the <sys/errno.h> header file. */
257 #undef HAVE_SYS_ERRNO_H
259 /* Define if you have the <sys/file.h> header file. */
260 #undef HAVE_SYS_FILE_H
262 /* Define if you have the <sys/filio.h> header file. */
263 #undef HAVE_SYS_FILIO_H
265 /* Define if you have the <sys/lwp.h> header file. */
266 #undef HAVE_SYS_LWP_H
268 /* Define if you have the <sys/mman.h> header file. */
269 #undef HAVE_SYS_MMAN_H
271 /* Define if you have the <sys/modem.h> header file. */
272 #undef HAVE_SYS_MODEM_H
274 /* Define if you have the <sys/mount.h> header file. */
275 #undef HAVE_SYS_MOUNT_H
277 /* Define if you have the <sys/param.h> header file. */
278 #undef HAVE_SYS_PARAM_H
280 /* Define if you have the <sys/signal.h> header file. */
281 #undef HAVE_SYS_SIGNAL_H
283 /* Define if you have the <sys/sockio.h> header file. */
284 #undef HAVE_SYS_SOCKIO_H
286 /* Define if you have the <sys/soundcard.h> header file. */
287 #undef HAVE_SYS_SOUNDCARD_H
289 /* Define if you have the <sys/statfs.h> header file. */
290 #undef HAVE_SYS_STATFS_H
292 /* Define if you have the <sys/strtio.h> header file. */
293 #undef HAVE_SYS_STRTIO_H
295 /* Define if you have the <sys/syscall.h> header file. */
296 #undef HAVE_SYS_SYSCALL_H
298 /* Define if you have the <sys/vfs.h> header file. */
299 #undef HAVE_SYS_VFS_H
301 /* Define if you have the <syscall.h> header file. */
302 #undef HAVE_SYSCALL_H
304 /* Define if you have the <ucontext.h> header file. */
305 #undef HAVE_UCONTEXT_H
307 /* Define if you have the <unistd.h> header file. */
308 #undef HAVE_UNISTD_H
310 /* Define if you have the <wctype.h> header file. */
311 #undef HAVE_WCTYPE_H
313 /* Define if you have the curses library (-lcurses). */
314 #undef HAVE_LIBCURSES
316 /* Define if you have the i386 library (-li386). */
317 #undef HAVE_LIBI386
319 /* Define if you have the m library (-lm). */
320 #undef HAVE_LIBM
322 /* Define if you have the mmap library (-lmmap). */
323 #undef HAVE_LIBMMAP
325 /* Define if you have the ncurses library (-lncurses). */
326 #undef HAVE_LIBNCURSES
328 /* Define if you have the ossaudio library (-lossaudio). */
329 #undef HAVE_LIBOSSAUDIO
331 /* Define if you have the w library (-lw). */
332 #undef HAVE_LIBW
334 /* Define if you have the xpg4 library (-lxpg4). */
335 #undef HAVE_LIBXPG4