Unicode encodings for PostScript fonts.
[wine] / include / acconfig.h
1 /*
2  * This file is used by 'autoheader' to generate the list of symbols
3  * defined in the 'configure' script.
4  */
5
6 /* Define if .type asm directive must be inside a .def directive */
7 #undef NEED_TYPE_IN_DEF
8
9 /* Define if symbols declared in assembly code need an underscore prefix */
10 #undef NEED_UNDERSCORE_PREFIX
11
12 /* Define to use .string instead of .ascii */
13 #undef HAVE_ASM_STRING
14
15 /* Define if struct msghdr contains msg_accrights */
16 #undef HAVE_MSGHDR_ACCRIGHTS
17
18 /* Define if struct sockaddr_un contains sun_len */
19 #undef HAVE_SOCKADDR_SUN_LEN
20
21 /* Define if you have the XKB extension */
22 #undef HAVE_XKB
23
24 /* Define if you have the Xxf86dga library (-lXxf86dga).  */
25 #undef HAVE_LIBXXF86DGA
26
27 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga).  */
28 #undef HAVE_LIBXXF86DGA2
29
30 /* Define if you have the X Shm extension */
31 #undef HAVE_LIBXXSHM
32
33 /* Define if you have the X Shape extension */
34 #undef HAVE_LIBXSHAPE
35
36 /* Define if you have the Xxf86vm library */
37 #undef HAVE_LIBXXF86VM
38
39 /* Define if you have the Xpm library */
40 #undef HAVE_LIBXXPM
41
42 /* Define if you have the Open Sound system.  */
43 #undef HAVE_OSS
44
45 /* Define if you have the Open Sound system (MIDI interface).  */
46 #undef HAVE_OSS_MIDI
47
48 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT).  */
49 #undef NO_REENTRANT_X11
50
51 /* Define to the name of the function returning erro for reentrant libc */
52 #undef ERRNO_LOCATION
53
54 /* 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
60 /* 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
65
66 /* Define if the struct statfs is defined by <sys/vfs.h> */
67 #undef STATFS_DEFINED_BY_SYS_VFS
68
69 /* Define if the struct statfs is defined by <sys/statfs.h> */
70 #undef STATFS_DEFINED_BY_SYS_STATFS
71
72 /* Define if the struct statfs is defined by <sys/mount.h> */
73 #undef STATFS_DEFINED_BY_SYS_MOUNT
74
75 /* Define if we can use ncurses for full-screen access */
76 #undef HAVE_LIBNCURSES
77
78 /* Define if we can use curses (if no ncurses) for full-screen access */
79 #undef HAVE_LIBCURSES
80
81 /* Define if ncurses have the new resizeterm function */
82 #undef HAVE_RESIZETERM
83
84 /* Define if ncurses have the new getbkgd function */
85 #undef HAVE_GETBKGD
86
87 /* Define if we can a compatible xterm program */
88 #undef XTERM_PROGRAM
89
90 /* Define if IPX should use netipx/ipx.h from libc */
91 #undef HAVE_IPX_GNU
92
93 /* Define if IPX includes are taken from Linux kernel */
94 #undef HAVE_IPX_LINUX
95
96 /* Define if OpenGL is present on the system or not */
97 #undef HAVE_OPENGL
98
99 /* Define if the system has dynamic link library support with the dl* API */
100 #undef HAVE_DL_API
101
102 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
103 #undef HAVE_LINUX_22_JOYSTICK_API
104
105 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
106 #undef HAVE_GLX_GETPROCADDRESS
107
108 /* Define if the OpenGL headers define extension typedefs */
109 #undef HAVE_GLEXT_PROTOTYPES
110
111 /* Define if the X libraries support XVideo */
112 #undef HAVE_XVIDEO
113
114 /* Define if Mesa's OSMesa (off-screen rendering) library is present */
115 #undef HAVE_OSMESA
116
117 /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
118 #undef HAVE_LINUX_GETHOSTBYNAME_R_6
119
120 /* Define if we have linux/input.h AND it contains the INPUT event API */
121 #undef HAVE_CORRECT_LINUXINPUT_H
122
123 /* Define if we have CUPS */
124 #undef HAVE_CUPS