blob: 6f3bcb219fac2479e3b2488f2a9353d1777d8fe6 [file] [log] [blame]
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +00001/*
2 * This file is used by 'autoheader' to generate the list of symbols
3 * defined in the 'configure' script.
4 */
5
6/* Define if symbols declared in assembly code need an underscore prefix */
7#undef NEED_UNDERSCORE_PREFIX
Alexandre Julliard0623a6f1998-01-18 18:01:49 +00008
9/* Define to use .string instead of .ascii */
10#undef HAVE_ASM_STRING
11
Alexandre Julliard829fe321998-07-26 14:27:39 +000012/* Define if struct msghdr contains msg_accrights */
13#undef HAVE_MSGHDR_ACCRIGHTS
14
Alexandre Julliard0623a6f1998-01-18 18:01:49 +000015/* Define if you have the Xxf86dga library (-lXxf86dga). */
16#undef HAVE_LIBXXF86DGA
17
Lionel Ulmerd94475b1999-09-20 18:42:46 +000018/* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga). */
19#undef HAVE_LIBXXF86DGA2
20
Patrik Stridvallea584721998-11-01 16:22:07 +000021/* Define if you have the X Shm extension */
22#undef HAVE_LIBXXSHM
23
Stephen Crowley399931a1998-12-08 13:10:56 +000024/* Define if you have the Xxf86vm library */
25#undef HAVE_LIBXXF86VM
26
Patrik Stridvall24110281999-02-04 10:09:54 +000027/* Define if you have the Xpm library */
28#undef HAVE_LIBXXPM
29
Alexandre Julliard0623a6f1998-01-18 18:01:49 +000030/* Define if you have the Open Sound system. */
31#undef HAVE_OSS
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000032
Eric Pouech338d3b21999-05-22 18:52:21 +000033/* Define if you have the Open Sound system (MIDI interface). */
34#undef HAVE_OSS_MIDI
35
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000036/* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
37#undef NO_REENTRANT_X11
Alexandre Julliarda69b88b1998-03-15 20:29:56 +000038
Alexandre Julliardd30dfd21998-09-27 18:28:36 +000039/* Define if libc is not reentrant */
40#undef NO_REENTRANT_LIBC
41
Ulrich Weigand715a55e1999-04-18 13:19:56 +000042/* Define if libc uses __errno_location for reentrant errno */
43#undef HAVE__ERRNO_LOCATION
44
45/* Define if libc uses __error for reentrant errno */
46#undef HAVE__ERROR
47
48/* Define if libc uses ___errno for reentrant errno */
49#undef HAVE___ERRNO
50
Ron Recorde977d6c1999-09-05 12:32:05 +000051/* Define if libc uses __thr_errno for reentrant errno */
52#undef HAVE__THR_ERRNO
53
Alexandre Julliardf90efa91998-06-14 15:24:15 +000054/* Define if all debug messages are to be compiled out */
55#undef NO_DEBUG_MSGS
56
57/* Define if TRACE messages are to be compiled out */
58#undef NO_TRACE_MSGS
59
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000060/* Define if the struct statfs has the member bavail */
61#undef STATFS_HAS_BAVAIL
62
63/* Define if the struct statfs has the member bfree */
64#undef STATFS_HAS_BFREE
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000065
66/* Define if we have a working sigaltstack */
67#undef HAVE_WORKING_SIGALTSTACK
68
69/* Define if the struct statfs is defined by <sys/vfs.h> */
70#undef STATFS_DEFINED_BY_SYS_VFS
71
72/* Define if the struct statfs is defined by <sys/statfs.h> */
73#undef STATFS_DEFINED_BY_SYS_STATFS
74
75/* Define if the struct statfs is defined by <sys/mount.h> */
76#undef STATFS_DEFINED_BY_SYS_MOUNT
Joseph Pranevich791cd6a1998-12-02 19:58:08 +000077
Joseph Praneviche884f9c1999-01-03 16:14:34 +000078/* Define if we can use ncurses for full-screen access */
79#undef HAVE_LIBNCURSES
80
81/* Define if we can use curses (if no ncurses) for full-screen access */
82#undef HAVE_LIBCURSES
83
Alexandre Julliard638f1691999-01-17 16:32:32 +000084/* Define if ncurses have the new resizeterm function */
85#undef HAVE_RESIZETERM
86
Michael Vekslerf5445071999-02-25 17:11:05 +000087/* Define if ncurses have the new getbkgd function */
88#undef HAVE_GETBKGD
89
Joseph Praneviche884f9c1999-01-03 16:14:34 +000090/* Define if we can a compatible xterm program */
91#undef XTERM_PROGRAM
Pavel Roskin94d99641998-12-26 11:52:51 +000092
93/* Define if IPX should use netipx/ipx.h from libc */
94#undef HAVE_IPX_GNU
95
96/* Define if IPX includes are taken from Linux kernel */
97#undef HAVE_IPX_LINUX
98
Lionel Ulmer5ff00771999-01-03 17:00:19 +000099/* Define if Mesa is present on the system or not */
Lionel Ulmera1d6d241999-01-30 15:54:43 +0000100#undef HAVE_LIBMESAGL
Marcus Meissnerf070fda1999-04-24 12:02:14 +0000101
102/* Define if the system has dynamic link library support with the dl* API */
103#undef HAVE_DL_API
Marcus Meissner028e9a11999-08-04 15:07:56 +0000104
105/* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
106#undef HAVE_LINUX_22_JOYSTICK_API
Lionel Ulmer48c08162000-01-05 01:51:02 +0000107
108/* Define if the OpenGL implementation supports the GL_EXT_color_table extension */
109#undef HAVE_GL_COLOR_TABLE
110
111/* Define if the OpenGL implementation supports the GL_EXT_paletted_texture extension */
112#undef HAVE_GL_PALETTED_TEXTURE