2 * This file is used by 'autoheader' to generate the list of symbols
3 * defined in the 'configure' script.
6 /* Define if .type asm directive must be inside a .def directive */
7 #undef NEED_TYPE_IN_DEF
9 /* Define if symbols declared in assembly code need an underscore prefix */
10 #undef NEED_UNDERSCORE_PREFIX
12 /* Define to use .string instead of .ascii */
13 #undef HAVE_ASM_STRING
15 /* Define if struct msghdr contains msg_accrights */
16 #undef HAVE_MSGHDR_ACCRIGHTS
18 /* Define if struct sockaddr_un contains sun_len */
19 #undef HAVE_SOCKADDR_SUN_LEN
21 /* Define if you have the Xxf86dga library (-lXxf86dga). */
22 #undef HAVE_LIBXXF86DGA
24 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga). */
25 #undef HAVE_LIBXXF86DGA2
27 /* Define if you have the X Shm extension */
30 /* Define if you have the X Shape extension */
33 /* Define if you have the Xxf86vm library */
34 #undef HAVE_LIBXXF86VM
36 /* Define if you have the Xpm library */
39 /* Define if you have the Open Sound system. */
42 /* Define if you have the Open Sound system (MIDI interface). */
45 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
46 #undef NO_REENTRANT_X11
48 /* Define if libc is not reentrant */
49 #undef NO_REENTRANT_LIBC
51 /* Define if libc uses __errno_location for reentrant errno */
52 #undef HAVE__ERRNO_LOCATION
54 /* Define if libc uses __error for reentrant errno */
57 /* Define if libc uses ___errno for reentrant errno */
60 /* Define if libc uses __thr_errno for reentrant errno */
61 #undef HAVE__THR_ERRNO
63 /* Define if all debug messages are to be compiled out */
66 /* Define if TRACE messages are to be compiled out */
69 /* Define if the struct statfs has the member bavail */
70 #undef STATFS_HAS_BAVAIL
72 /* Define if the struct statfs has the member bfree */
73 #undef STATFS_HAS_BFREE
75 /* Define if the struct statfs is defined by <sys/vfs.h> */
76 #undef STATFS_DEFINED_BY_SYS_VFS
78 /* Define if the struct statfs is defined by <sys/statfs.h> */
79 #undef STATFS_DEFINED_BY_SYS_STATFS
81 /* Define if the struct statfs is defined by <sys/mount.h> */
82 #undef STATFS_DEFINED_BY_SYS_MOUNT
84 /* Define if we can use ncurses for full-screen access */
85 #undef HAVE_LIBNCURSES
87 /* Define if we can use curses (if no ncurses) for full-screen access */
90 /* Define if ncurses have the new resizeterm function */
91 #undef HAVE_RESIZETERM
93 /* Define if ncurses have the new getbkgd function */
96 /* Define if we can a compatible xterm program */
99 /* Define if IPX should use netipx/ipx.h from libc */
102 /* Define if IPX includes are taken from Linux kernel */
103 #undef HAVE_IPX_LINUX
105 /* Define if OpenGL is present on the system or not */
108 /* Define if the system has dynamic link library support with the dl* API */
111 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
112 #undef HAVE_LINUX_22_JOYSTICK_API
114 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
115 #undef HAVE_GLX_GETPROCADDRESS
117 /* Define if the OpenGL headers define extension typedefs */
118 #undef HAVE_GLEXT_PROTOTYPES
120 /* Define if the X libraries support XVideo */
123 /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
124 #undef HAVE_LINUX_GETHOSTBYNAME_R_6