config.h.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. /* include/config.h.in. Generated from configure.ac by autoheader. */
  2. #define __WINE_CONFIG_H
  3. /* Specifies the compiler flag that forces a short wchar_t */
  4. #undef CC_FLAG_SHORT_WCHAR
  5. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  6. systems. This function is required for `alloca.c' support on those systems.
  7. */
  8. #undef CRAY_STACKSEG_END
  9. /* Define to 1 if using `alloca.c'. */
  10. #undef C_ALLOCA
  11. /* Define to 1 if you have `alloca', as a function or macro. */
  12. #undef HAVE_ALLOCA
  13. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  14. */
  15. #undef HAVE_ALLOCA_H
  16. /* Define if you have ALSA 1.x including devel headers */
  17. #undef HAVE_ALSA
  18. /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
  19. #undef HAVE_ALSA_ASOUNDLIB_H
  20. /* Define to 1 if you have the <arpa/inet.h> header file. */
  21. #undef HAVE_ARPA_INET_H
  22. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  23. #undef HAVE_ARPA_NAMESER_H
  24. /* Define if you have ARTS sound server */
  25. #undef HAVE_ARTS
  26. /* Define if the assembler keyword .size is accepted */
  27. #undef HAVE_ASM_DOT_SIZE
  28. /* Define to 1 if you have the <audio/audiolib.h> header file. */
  29. #undef HAVE_AUDIO_AUDIOLIB_H
  30. /* Define to 1 if you have the <audio/soundlib.h> header file. */
  31. #undef HAVE_AUDIO_SOUNDLIB_H
  32. /* Define to 1 if you have the <capi20.h> header file. */
  33. #undef HAVE_CAPI20_H
  34. /* Define if you have capi4linux libs and headers */
  35. #undef HAVE_CAPI4LINUX
  36. /* Define to 1 if you have the `chsize' function. */
  37. #undef HAVE_CHSIZE
  38. /* Define to 1 if you have the `clone' function. */
  39. #undef HAVE_CLONE
  40. /* Define to 1 if you have the `connect' function. */
  41. #undef HAVE_CONNECT
  42. /* Define if we have linux/input.h AND it contains the INPUT event API */
  43. #undef HAVE_CORRECT_LINUXINPUT_H
  44. /* Define to 1 if you have the <cups/cups.h> header file. */
  45. #undef HAVE_CUPS_CUPS_H
  46. /* Define to 1 if you have the <curses.h> header file. */
  47. #undef HAVE_CURSES_H
  48. /* Define to 1 if you have the <direct.h> header file. */
  49. #undef HAVE_DIRECT_H
  50. /* Define to 1 if you have the <dlfcn.h> header file. */
  51. #undef HAVE_DLFCN_H
  52. /* Define if you have dlopen */
  53. #undef HAVE_DLOPEN
  54. /* Define to 1 if you have the <elf.h> header file. */
  55. #undef HAVE_ELF_H
  56. /* Define to 1 if you have the `epoll_create' function. */
  57. #undef HAVE_EPOLL_CREATE
  58. /* Define to 1 if you have the `ffs' function. */
  59. #undef HAVE_FFS
  60. /* Define to 1 if you have the `finite' function. */
  61. #undef HAVE_FINITE
  62. /* Define to 1 if you have the <float.h> header file. */
  63. #undef HAVE_FLOAT_H
  64. /* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
  65. #undef HAVE_FONTCONFIG_FONTCONFIG_H
  66. /* Define to 1 if you have the `fork' function. */
  67. #undef HAVE_FORK
  68. /* Define to 1 if you have the `fpclass' function. */
  69. #undef HAVE_FPCLASS
  70. /* Define if FreeType 2 is installed */
  71. #undef HAVE_FREETYPE
  72. /* Define to 1 if you have the <freetype/freetype.h> header file. */
  73. #undef HAVE_FREETYPE_FREETYPE_H
  74. /* Define to 1 if you have the <freetype/ftglyph.h> header file. */
  75. #undef HAVE_FREETYPE_FTGLYPH_H
  76. /* Define to 1 if you have the <freetype/ftnames.h> header file. */
  77. #undef HAVE_FREETYPE_FTNAMES_H
  78. /* Define to 1 if you have the <freetype/ftoutln.h> header file. */
  79. #undef HAVE_FREETYPE_FTOUTLN_H
  80. /* Define to 1 if you have the <freetype/ftsnames.h> header file. */
  81. #undef HAVE_FREETYPE_FTSNAMES_H
  82. /* Define if you have the <freetype/fttrigon.h> header file. */
  83. #undef HAVE_FREETYPE_FTTRIGON_H
  84. /* Define to 1 if you have the <freetype/ftwinfnt.h> header file. */
  85. #undef HAVE_FREETYPE_FTWINFNT_H
  86. /* Define to 1 if you have the <freetype/internal/sfnt.h> header file. */
  87. #undef HAVE_FREETYPE_INTERNAL_SFNT_H
  88. /* Define to 1 if you have the <freetype/ttnameid.h> header file. */
  89. #undef HAVE_FREETYPE_TTNAMEID_H
  90. /* Define to 1 if you have the <freetype/tttables.h> header file. */
  91. #undef HAVE_FREETYPE_TTTABLES_H
  92. /* Define to 1 if the system has the type `fsblkcnt_t'. */
  93. #undef HAVE_FSBLKCNT_T
  94. /* Define to 1 if the system has the type `fsfilcnt_t'. */
  95. #undef HAVE_FSFILCNT_T
  96. /* Define to 1 if you have the `fstatfs' function. */
  97. #undef HAVE_FSTATFS
  98. /* Define to 1 if you have the `fstatvfs' function. */
  99. #undef HAVE_FSTATVFS
  100. /* Define to 1 if you have the <ft2build.h> header file. */
  101. #undef HAVE_FT2BUILD_H
  102. /* Define to 1 if you have the `ftruncate' function. */
  103. #undef HAVE_FTRUNCATE
  104. /* Define to 1 if you have the `futimes' function. */
  105. #undef HAVE_FUTIMES
  106. /* Define to 1 if you have the `gethostbyname' function. */
  107. #undef HAVE_GETHOSTBYNAME
  108. /* Define to 1 if you have the `getnetbyname' function. */
  109. #undef HAVE_GETNETBYNAME
  110. /* Define to 1 if you have the <getopt.h> header file. */
  111. #undef HAVE_GETOPT_H
  112. /* Define to 1 if you have the `getopt_long' function. */
  113. #undef HAVE_GETOPT_LONG
  114. /* Define to 1 if you have the `getpagesize' function. */
  115. #undef HAVE_GETPAGESIZE
  116. /* Define to 1 if you have the `getprotobyname' function. */
  117. #undef HAVE_GETPROTOBYNAME
  118. /* Define to 1 if you have the `getprotobynumber' function. */
  119. #undef HAVE_GETPROTOBYNUMBER
  120. /* Define to 1 if you have the `getpwuid' function. */
  121. #undef HAVE_GETPWUID
  122. /* Define to 1 if you have the `getservbyport' function. */
  123. #undef HAVE_GETSERVBYPORT
  124. /* Define to 1 if you have the `gettid' function. */
  125. #undef HAVE_GETTID
  126. /* Define to 1 if you have the `gettimeofday' function. */
  127. #undef HAVE_GETTIMEOFDAY
  128. /* Define to 1 if you have the `getuid' function. */
  129. #undef HAVE_GETUID
  130. /* Define to 1 if you have the <gif_lib.h> header file. */
  131. #undef HAVE_GIF_LIB_H
  132. /* Define to 1 if you have the <GL/glext.h> header file. */
  133. #undef HAVE_GL_GLEXT_H
  134. /* Define to 1 if you have the <GL/glx.h> header file. */
  135. #undef HAVE_GL_GLX_H
  136. /* Define to 1 if you have the <GL/gl.h> header file. */
  137. #undef HAVE_GL_GL_H
  138. /* Define to 1 if the ICU libraries are installed */
  139. #undef HAVE_ICU
  140. /* Define to 1 if you have the <ieeefp.h> header file. */
  141. #undef HAVE_IEEEFP_H
  142. /* Define to 1 if you have the `inet_aton' function. */
  143. #undef HAVE_INET_ATON
  144. /* Define to 1 if you have the `inet_network' function. */
  145. #undef HAVE_INET_NETWORK
  146. /* Define to 1 if you have the <inttypes.h> header file. */
  147. #undef HAVE_INTTYPES_H
  148. /* Define to 1 if you have the <io.h> header file. */
  149. #undef HAVE_IO_H
  150. /* Define if IPX should use netipx/ipx.h from libc */
  151. #undef HAVE_IPX_GNU
  152. /* Define if IPX includes are taken from Linux kernel */
  153. #undef HAVE_IPX_LINUX
  154. /* Define to 1 if you have the `iswalnum' function. */
  155. #undef HAVE_ISWALNUM
  156. /* Define to 1 if you have the <jack/jack.h> header file. */
  157. #undef HAVE_JACK_JACK_H
  158. /* Define to 1 if you have the <jpeglib.h> header file. */
  159. #undef HAVE_JPEGLIB_H
  160. /* Define to 1 if you have the <lcms.h> header file. */
  161. #undef HAVE_LCMS_H
  162. /* Define to 1 if you have the <lcms/lcms.h> header file. */
  163. #undef HAVE_LCMS_LCMS_H
  164. /* Define if you have libaudioIO */
  165. #undef HAVE_LIBAUDIOIO
  166. /* Define to 1 if you have the <libaudioio.h> header file. */
  167. #undef HAVE_LIBAUDIOIO_H
  168. /* Define if you have the curses library (-lcurses) */
  169. #undef HAVE_LIBCURSES
  170. /* Define to 1 if you have the `i386' library (-li386). */
  171. #undef HAVE_LIBI386
  172. /* Define if you have the ncurses library (-lncurses) */
  173. #undef HAVE_LIBNCURSES
  174. /* Define to 1 if you have the `nsl' library (-lnsl). */
  175. #undef HAVE_LIBNSL
  176. /* Define to 1 if you have the `ossaudio' library (-lossaudio). */
  177. #undef HAVE_LIBOSSAUDIO
  178. /* Define to 1 if you have the `poll' library (-lpoll). */
  179. #undef HAVE_LIBPOLL
  180. /* Define to 1 if you have the `resolv' library (-lresolv). */
  181. #undef HAVE_LIBRESOLV
  182. /* Define to 1 if you have the `socket' library (-lsocket). */
  183. #undef HAVE_LIBSOCKET
  184. /* Define to 1 if you have the `w' library (-lw). */
  185. #undef HAVE_LIBW
  186. /* Define to 1 if you have the `xpg4' library (-lxpg4). */
  187. #undef HAVE_LIBXPG4
  188. /* Define if you have the Xrandr library */
  189. #undef HAVE_LIBXRANDR
  190. /* Define if you have the X Shape extension */
  191. #undef HAVE_LIBXSHAPE
  192. /* Define if you have the Xxf86dga library version 2 */
  193. #undef HAVE_LIBXXF86DGA2
  194. /* Define if you have the Xxf86vm library */
  195. #undef HAVE_LIBXXF86VM
  196. /* Define if you have the X Shm extension */
  197. #undef HAVE_LIBXXSHM
  198. /* Define to 1 if you have the <link.h> header file. */
  199. #undef HAVE_LINK_H
  200. /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
  201. #undef HAVE_LINUX_22_JOYSTICK_API
  202. /* Define to 1 if you have the <linux/capi.h> header file. */
  203. #undef HAVE_LINUX_CAPI_H
  204. /* Define to 1 if you have the <linux/cdrom.h> header file. */
  205. #undef HAVE_LINUX_CDROM_H
  206. /* Define to 1 if you have the <linux/compiler.h> header file. */
  207. #undef HAVE_LINUX_COMPILER_H
  208. /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
  209. #undef HAVE_LINUX_GETHOSTBYNAME_R_6
  210. /* Define to 1 if you have the <linux/hdreg.h> header file. */
  211. #undef HAVE_LINUX_HDREG_H
  212. /* Define to 1 if you have the <linux/input.h> header file. */
  213. #undef HAVE_LINUX_INPUT_H
  214. /* Define to 1 if you have the <linux/ioctl.h> header file. */
  215. #undef HAVE_LINUX_IOCTL_H
  216. /* Define to 1 if you have the <linux/joystick.h> header file. */
  217. #undef HAVE_LINUX_JOYSTICK_H
  218. /* Define to 1 if you have the <linux/major.h> header file. */
  219. #undef HAVE_LINUX_MAJOR_H
  220. /* Define to 1 if you have the <linux/param.h> header file. */
  221. #undef HAVE_LINUX_PARAM_H
  222. /* Define to 1 if you have the <linux/serial.h> header file. */
  223. #undef HAVE_LINUX_SERIAL_H
  224. /* Define to 1 if you have the <linux/ucdrom.h> header file. */
  225. #undef HAVE_LINUX_UCDROM_H
  226. /* Define to 1 if the system has the type `long long'. */
  227. #undef HAVE_LONG_LONG
  228. /* Define to 1 if you have the `lstat' function. */
  229. #undef HAVE_LSTAT
  230. /* Define to 1 if you have the <machine/cpu.h> header file. */
  231. #undef HAVE_MACHINE_CPU_H
  232. /* Define to 1 if you have the <machine/soundcard.h> header file. */
  233. #undef HAVE_MACHINE_SOUNDCARD_H
  234. /* Define to 1 if you have the `memmove' function. */
  235. #undef HAVE_MEMMOVE
  236. /* Define to 1 if you have the <memory.h> header file. */
  237. #undef HAVE_MEMORY_H
  238. /* Define to 1 if you have the `mmap' function. */
  239. #undef HAVE_MMAP
  240. /* Define to 1 if you have the <mntent.h> header file. */
  241. #undef HAVE_MNTENT_H
  242. /* Define to 1 if the system has the type `mode_t'. */
  243. #undef HAVE_MODE_T
  244. /* Define if you have NAS including devel headers */
  245. #undef HAVE_NAS
  246. /* Define to 1 if you have the <ncurses.h> header file. */
  247. #undef HAVE_NCURSES_H
  248. /* Define to 1 if you have the <netdb.h> header file. */
  249. #undef HAVE_NETDB_H
  250. /* Define to 1 if you have the <netinet/in.h> header file. */
  251. #undef HAVE_NETINET_IN_H
  252. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  253. #undef HAVE_NETINET_IN_SYSTM_H
  254. /* Define to 1 if you have the <netinet/tcp_fsm.h> header file. */
  255. #undef HAVE_NETINET_TCP_FSM_H
  256. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  257. #undef HAVE_NETINET_TCP_H
  258. /* Define to 1 if you have the <net/if_arp.h> header file. */
  259. #undef HAVE_NET_IF_ARP_H
  260. /* Define to 1 if you have the <net/if_dl.h> header file. */
  261. #undef HAVE_NET_IF_DL_H
  262. /* Define to 1 if you have the <net/if.h> header file. */
  263. #undef HAVE_NET_IF_H
  264. /* Define to 1 if you have the <net/if_types.h> header file. */
  265. #undef HAVE_NET_IF_TYPES_H
  266. /* Define to 1 if you have the <net/route.h> header file. */
  267. #undef HAVE_NET_ROUTE_H
  268. /* Define to 1 if the system has the type `off_t'. */
  269. #undef HAVE_OFF_T
  270. /* Define if OpenGL is present on the system */
  271. #undef HAVE_OPENGL
  272. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  273. #undef HAVE_OPENSSL_SSL_H
  274. /* Define if you have the Open Sound system */
  275. #undef HAVE_OSS
  276. /* Define if you have the Open Sound system (MIDI interface) */
  277. #undef HAVE_OSS_MIDI
  278. /* Define to 1 if you have the `pclose' function. */
  279. #undef HAVE_PCLOSE
  280. /* Define to 1 if the system has the type `pid_t'. */
  281. #undef HAVE_PID_T
  282. /* Define to 1 if you have the `popen' function. */
  283. #undef HAVE_POPEN
  284. /* Define if we can use ppdev.h for parallel port access */
  285. #undef HAVE_PPDEV
  286. /* Define to 1 if you have the `pread' function. */
  287. #undef HAVE_PREAD
  288. /* Define to 1 if you have the <process.h> header file. */
  289. #undef HAVE_PROCESS_H
  290. /* Define to 1 if you have the `pthread_getattr_np' function. */
  291. #undef HAVE_PTHREAD_GETATTR_NP
  292. /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
  293. #undef HAVE_PTHREAD_GET_STACKADDR_NP
  294. /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
  295. #undef HAVE_PTHREAD_GET_STACKSIZE_NP
  296. /* Define to 1 if you have the <pthread.h> header file. */
  297. #undef HAVE_PTHREAD_H
  298. /* Define to 1 if the system has the type `pthread_rwlockattr_t'. */
  299. #undef HAVE_PTHREAD_RWLOCKATTR_T
  300. /* Define to 1 if the system has the type `pthread_rwlock_t'. */
  301. #undef HAVE_PTHREAD_RWLOCK_T
  302. /* Define to 1 if you have the <pwd.h> header file. */
  303. #undef HAVE_PWD_H
  304. /* Define to 1 if you have the `pwrite' function. */
  305. #undef HAVE_PWRITE
  306. /* Define to 1 if you have the `readlink' function. */
  307. #undef HAVE_READLINK
  308. /* Define to 1 if you have the <regex.h> header file. */
  309. #undef HAVE_REGEX_H
  310. /* Define to 1 if you have the <resolv.h> header file. */
  311. #undef HAVE_RESOLV_H
  312. /* Define to 1 if you have the `rfork' function. */
  313. #undef HAVE_RFORK
  314. /* Define if we have SANE development environment */
  315. #undef HAVE_SANE
  316. /* Define to 1 if you have the <sched.h> header file. */
  317. #undef HAVE_SCHED_H
  318. /* Define to 1 if you have the `sched_yield' function. */
  319. #undef HAVE_SCHED_YIELD
  320. /* Define to 1 if you have the <scsi/scsi.h> header file. */
  321. #undef HAVE_SCSI_SCSI_H
  322. /* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */
  323. #undef HAVE_SCSI_SCSI_IOCTL_H
  324. /* Define to 1 if you have the <scsi/sg.h> header file. */
  325. #undef HAVE_SCSI_SG_H
  326. /* Define to 1 if you have the `select' function. */
  327. #undef HAVE_SELECT
  328. /* Define to 1 if you have the `sendmsg' function. */
  329. #undef HAVE_SENDMSG
  330. /* Define to 1 if you have the `settimeofday' function. */
  331. #undef HAVE_SETTIMEOFDAY
  332. /* Define if sigaddset is supported */
  333. #undef HAVE_SIGADDSET
  334. /* Define to 1 if you have the `sigaltstack' function. */
  335. #undef HAVE_SIGALTSTACK
  336. /* Define to 1 if `si_fd' is member of `siginfo_t'. */
  337. #undef HAVE_SIGINFO_T_SI_FD
  338. /* Define to 1 if you have the `sigprocmask' function. */
  339. #undef HAVE_SIGPROCMASK
  340. /* Define to 1 if you have the sigsetjmp (and siglongjmp) function */
  341. #undef HAVE_SIGSETJMP
  342. /* Define to 1 if the system has the type `sigset_t'. */
  343. #undef HAVE_SIGSET_T
  344. /* Define to 1 if the system has the type `size_t'. */
  345. #undef HAVE_SIZE_T
  346. /* Define to 1 if you have the `snprintf' function. */
  347. #undef HAVE_SNPRINTF
  348. /* Define to 1 if you have the <soundcard.h> header file. */
  349. #undef HAVE_SOUNDCARD_H
  350. /* Define to 1 if you have the `spawnvp' function. */
  351. #undef HAVE_SPAWNVP
  352. /* Define to 1 if the system has the type `ssize_t'. */
  353. #undef HAVE_SSIZE_T
  354. /* Define to 1 if you have the `statfs' function. */
  355. #undef HAVE_STATFS
  356. /* Define to 1 if you have the `statvfs' function. */
  357. #undef HAVE_STATVFS
  358. /* Define to 1 if you have the <stdint.h> header file. */
  359. #undef HAVE_STDINT_H
  360. /* Define to 1 if you have the <stdlib.h> header file. */
  361. #undef HAVE_STDLIB_H
  362. /* Define to 1 if you have the `strcasecmp' function. */
  363. #undef HAVE_STRCASECMP
  364. /* Define to 1 if you have the `strerror' function. */
  365. #undef HAVE_STRERROR
  366. /* Define to 1 if you have the <strings.h> header file. */
  367. #undef HAVE_STRINGS_H
  368. /* Define to 1 if you have the <string.h> header file. */
  369. #undef HAVE_STRING_H
  370. /* Define to 1 if you have the `strncasecmp' function. */
  371. #undef HAVE_STRNCASECMP
  372. /* Define to 1 if `msg_accrights' is member of `struct msghdr'. */
  373. #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
  374. /* Define to 1 if `name' is member of `struct option'. */
  375. #undef HAVE_STRUCT_OPTION_NAME
  376. /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
  377. #undef HAVE_STRUCT_SOCKADDR_SA_LEN
  378. /* Define to 1 if `sun_len' is member of `struct sockaddr_un'. */
  379. #undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
  380. /* Define to 1 if `f_bavail' is member of `struct statfs'. */
  381. #undef HAVE_STRUCT_STATFS_F_BAVAIL
  382. /* Define to 1 if `f_bfree' is member of `struct statfs'. */
  383. #undef HAVE_STRUCT_STATFS_F_BFREE
  384. /* Define to 1 if `f_favail' is member of `struct statfs'. */
  385. #undef HAVE_STRUCT_STATFS_F_FAVAIL
  386. /* Define to 1 if `f_ffree' is member of `struct statfs'. */
  387. #undef HAVE_STRUCT_STATFS_F_FFREE
  388. /* Define to 1 if `f_frsize' is member of `struct statfs'. */
  389. #undef HAVE_STRUCT_STATFS_F_FRSIZE
  390. /* Define to 1 if `f_namelen' is member of `struct statfs'. */
  391. #undef HAVE_STRUCT_STATFS_F_NAMELEN
  392. /* Define to 1 if `f_blocks' is member of `struct statvfs'. */
  393. #undef HAVE_STRUCT_STATVFS_F_BLOCKS
  394. /* Define to 1 if `st_blocks' is member of `struct stat'. */
  395. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  396. /* Define to 1 if you have the <syscall.h> header file. */
  397. #undef HAVE_SYSCALL_H
  398. /* Define to 1 if you have the <sys/asoundlib.h> header file. */
  399. #undef HAVE_SYS_ASOUNDLIB_H
  400. /* Define to 1 if you have the <sys/cdio.h> header file. */
  401. #undef HAVE_SYS_CDIO_H
  402. /* Define to 1 if you have the <sys/elf32.h> header file. */
  403. #undef HAVE_SYS_ELF32_H
  404. /* Define to 1 if you have the <sys/epoll.h> header file. */
  405. #undef HAVE_SYS_EPOLL_H
  406. /* Define to 1 if you have the <sys/errno.h> header file. */
  407. #undef HAVE_SYS_ERRNO_H
  408. /* Define to 1 if you have the <sys/exec_elf.h> header file. */
  409. #undef HAVE_SYS_EXEC_ELF_H
  410. /* Define to 1 if you have the <sys/filio.h> header file. */
  411. #undef HAVE_SYS_FILIO_H
  412. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  413. #undef HAVE_SYS_IOCTL_H
  414. /* Define to 1 if you have the <sys/ipc.h> header file. */
  415. #undef HAVE_SYS_IPC_H
  416. /* Define to 1 if you have the <sys/link.h> header file. */
  417. #undef HAVE_SYS_LINK_H
  418. /* Define to 1 if you have the <sys/lwp.h> header file. */
  419. #undef HAVE_SYS_LWP_H
  420. /* Define to 1 if you have the <sys/mman.h> header file. */
  421. #undef HAVE_SYS_MMAN_H
  422. /* Define to 1 if you have the <sys/modem.h> header file. */
  423. #undef HAVE_SYS_MODEM_H
  424. /* Define to 1 if you have the <sys/mount.h> header file. */
  425. #undef HAVE_SYS_MOUNT_H
  426. /* Define to 1 if you have the <sys/msg.h> header file. */
  427. #undef HAVE_SYS_MSG_H
  428. /* Define to 1 if you have the <sys/param.h> header file. */
  429. #undef HAVE_SYS_PARAM_H
  430. /* Define to 1 if you have the <sys/poll.h> header file. */
  431. #undef HAVE_SYS_POLL_H
  432. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  433. #undef HAVE_SYS_PTRACE_H
  434. /* Define to 1 if you have the <sys/reg.h> header file. */
  435. #undef HAVE_SYS_REG_H
  436. /* Define to 1 if you have the <sys/scsiio.h> header file. */
  437. #undef HAVE_SYS_SCSIIO_H
  438. /* Define to 1 if you have the <sys/shm.h> header file. */
  439. #undef HAVE_SYS_SHM_H
  440. /* Define to 1 if you have the <sys/signal.h> header file. */
  441. #undef HAVE_SYS_SIGNAL_H
  442. /* Define to 1 if you have the <sys/socket.h> header file. */
  443. #undef HAVE_SYS_SOCKET_H
  444. /* Define to 1 if you have the <sys/sockio.h> header file. */
  445. #undef HAVE_SYS_SOCKIO_H
  446. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  447. #undef HAVE_SYS_SOUNDCARD_H
  448. /* Define to 1 if you have the <sys/statfs.h> header file. */
  449. #undef HAVE_SYS_STATFS_H
  450. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  451. #undef HAVE_SYS_STATVFS_H
  452. /* Define to 1 if you have the <sys/stat.h> header file. */
  453. #undef HAVE_SYS_STAT_H
  454. /* Define to 1 if you have the <sys/strtio.h> header file. */
  455. #undef HAVE_SYS_STRTIO_H
  456. /* Define to 1 if you have the <sys/syscall.h> header file. */
  457. #undef HAVE_SYS_SYSCALL_H
  458. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  459. #undef HAVE_SYS_SYSCTL_H
  460. /* Define to 1 if you have the <sys/times.h> header file. */
  461. #undef HAVE_SYS_TIMES_H
  462. /* Define to 1 if you have the <sys/time.h> header file. */
  463. #undef HAVE_SYS_TIME_H
  464. /* Define to 1 if you have the <sys/types.h> header file. */
  465. #undef HAVE_SYS_TYPES_H
  466. /* Define to 1 if you have the <sys/uio.h> header file. */
  467. #undef HAVE_SYS_UIO_H
  468. /* Define to 1 if you have the <sys/un.h> header file. */
  469. #undef HAVE_SYS_UN_H
  470. /* Define to 1 if you have the <sys/user.h> header file. */
  471. #undef HAVE_SYS_USER_H
  472. /* Define to 1 if you have the <sys/vfs.h> header file. */
  473. #undef HAVE_SYS_VFS_H
  474. /* Define to 1 if you have the <sys/vm86.h> header file. */
  475. #undef HAVE_SYS_VM86_H
  476. /* Define to 1 if you have the <sys/wait.h> header file. */
  477. #undef HAVE_SYS_WAIT_H
  478. /* Define to 1 if you have the `tcgetattr' function. */
  479. #undef HAVE_TCGETATTR
  480. /* Define to 1 if you have the <termios.h> header file. */
  481. #undef HAVE_TERMIOS_H
  482. /* Define to 1 if you have the `timegm' function. */
  483. #undef HAVE_TIMEGM
  484. /* Define to 1 if you have the <ucontext.h> header file. */
  485. #undef HAVE_UCONTEXT_H
  486. /* Define to 1 if you have the <unicode/ubidi.h> header file. */
  487. #undef HAVE_UNICODE_UBIDI_H
  488. /* Define to 1 if you have the <unistd.h> header file. */
  489. #undef HAVE_UNISTD_H
  490. /* Define to 1 if you have the `usleep' function. */
  491. #undef HAVE_USLEEP
  492. /* Define to 1 if you have the <utime.h> header file. */
  493. #undef HAVE_UTIME_H
  494. /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
  495. #undef HAVE_VALGRIND_MEMCHECK_H
  496. /* Define if we have va_copy */
  497. #undef HAVE_VA_COPY
  498. /* Define to 1 if you have the `vsnprintf' function. */
  499. #undef HAVE_VSNPRINTF
  500. /* Define to 1 if you have the `wait4' function. */
  501. #undef HAVE_WAIT4
  502. /* Define to 1 if you have the `waitpid' function. */
  503. #undef HAVE_WAITPID
  504. /* Define to 1 if you have the <X11/extensions/shape.h> header file. */
  505. #undef HAVE_X11_EXTENSIONS_SHAPE_H
  506. /* Define to 1 if you have the <X11/extensions/xf86dga.h> header file. */
  507. #undef HAVE_X11_EXTENSIONS_XF86DGA_H
  508. /* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
  509. #undef HAVE_X11_EXTENSIONS_XF86VMODE_H
  510. /* Define to 1 if you have the <X11/extensions/XInput.h> header file. */
  511. #undef HAVE_X11_EXTENSIONS_XINPUT_H
  512. /* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
  513. #undef HAVE_X11_EXTENSIONS_XRANDR_H
  514. /* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */
  515. #undef HAVE_X11_EXTENSIONS_XRENDER_H
  516. /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
  517. #undef HAVE_X11_EXTENSIONS_XSHM_H
  518. /* Define to 1 if you have the <X11/XKBlib.h> header file. */
  519. #undef HAVE_X11_XKBLIB_H
  520. /* Define to 1 if you have the <X11/Xlib.h> header file. */
  521. #undef HAVE_X11_XLIB_H
  522. /* Define to 1 if you have the <X11/Xutil.h> header file. */
  523. #undef HAVE_X11_XUTIL_H
  524. /* Define if you have the XKB extension */
  525. #undef HAVE_XKB
  526. /* Define if Xrender has the XRenderSetPictureTransform function */
  527. #undef HAVE_XRENDERSETPICTURETRANSFORM
  528. /* Define to 1 if you have the `_lwp_create' function. */
  529. #undef HAVE__LWP_CREATE
  530. /* Define to 1 if you have the `_lwp_self' function. */
  531. #undef HAVE__LWP_SELF
  532. /* Define to 1 if you have the `_pclose' function. */
  533. #undef HAVE__PCLOSE
  534. /* Define to 1 if you have the `_popen' function. */
  535. #undef HAVE__POPEN
  536. /* Define to 1 if you have the `_snprintf' function. */
  537. #undef HAVE__SNPRINTF
  538. /* Define to 1 if you have the `_spawnvp' function. */
  539. #undef HAVE__SPAWNVP
  540. /* Define to 1 if you have the `_stricmp' function. */
  541. #undef HAVE__STRICMP
  542. /* Define to 1 if you have the `_strnicmp' function. */
  543. #undef HAVE__STRNICMP
  544. /* Define to 1 if you have the `_vsnprintf' function. */
  545. #undef HAVE__VSNPRINTF
  546. /* Define if we have __va_copy */
  547. #undef HAVE___VA_COPY
  548. /* Define to the address where bug reports for this package should be sent. */
  549. #undef PACKAGE_BUGREPORT
  550. /* Define to the full name of this package. */
  551. #undef PACKAGE_NAME
  552. /* Define to the full name and version of this package. */
  553. #undef PACKAGE_STRING
  554. /* Define to the one symbol short name of this package. */
  555. #undef PACKAGE_TARNAME
  556. /* Define to the version of this package. */
  557. #undef PACKAGE_VERSION
  558. /* Define to the soname of the libcapi20 library. */
  559. #undef SONAME_LIBCAPI20
  560. /* Define to the soname of the libcrypto library. */
  561. #undef SONAME_LIBCRYPTO
  562. /* Define to the soname of the libcups library. */
  563. #undef SONAME_LIBCUPS
  564. /* Define to the soname of the libcurses library. */
  565. #undef SONAME_LIBCURSES
  566. /* Define to the soname of the libfontconfig library. */
  567. #undef SONAME_LIBFONTCONFIG
  568. /* Define to the soname of the libfreetype library. */
  569. #undef SONAME_LIBFREETYPE
  570. /* Define to the soname of the libgif library. */
  571. #undef SONAME_LIBGIF
  572. /* Define to the soname of the libGL library. */
  573. #undef SONAME_LIBGL
  574. /* Define to the soname of the libjack library. */
  575. #undef SONAME_LIBJACK
  576. /* Define to the soname of the libjpeg library. */
  577. #undef SONAME_LIBJPEG
  578. /* Define to the soname of the liblcms library. */
  579. #undef SONAME_LIBLCMS
  580. /* Define to the soname of the libncurses library. */
  581. #undef SONAME_LIBNCURSES
  582. /* Define to the soname of the libssl library. */
  583. #undef SONAME_LIBSSL
  584. /* Define to the soname of the libtxc_dxtn library. */
  585. #undef SONAME_LIBTXC_DXTN
  586. /* Define to the soname of the libungif library. */
  587. #undef SONAME_LIBUNGIF
  588. /* Define to the soname of the libX11 library. */
  589. #undef SONAME_LIBX11
  590. /* Define to the soname of the libXext library. */
  591. #undef SONAME_LIBXEXT
  592. /* Define to the soname of the libXi library. */
  593. #undef SONAME_LIBXI
  594. /* Define to the soname of the libXrandr library. */
  595. #undef SONAME_LIBXRANDR
  596. /* Define to the soname of the libXrender library. */
  597. #undef SONAME_LIBXRENDER
  598. /* If using the C implementation of alloca, define if you know the
  599. direction of stack growth for your system; otherwise it will be
  600. automatically deduced at run-time.
  601. STACK_DIRECTION > 0 => grows toward higher addresses
  602. STACK_DIRECTION < 0 => grows toward lower addresses
  603. STACK_DIRECTION = 0 => direction of growth unknown */
  604. #undef STACK_DIRECTION
  605. /* Define if the struct statfs is defined by <sys/mount.h> */
  606. #undef STATFS_DEFINED_BY_SYS_MOUNT
  607. /* Define if the struct statfs is defined by <sys/statfs.h> */
  608. #undef STATFS_DEFINED_BY_SYS_STATFS
  609. /* Define if the struct statfs is defined by <sys/vfs.h> */
  610. #undef STATFS_DEFINED_BY_SYS_VFS
  611. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  612. #undef STAT_MACROS_BROKEN
  613. /* Define to 1 if you have the ANSI C header files. */
  614. #undef STDC_HEADERS
  615. /* Define to 1 if the X Window System is missing or not being used. */
  616. #undef X_DISPLAY_MISSING
  617. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  618. `char[]'. */
  619. #undef YYTEXT_POINTER
  620. /* Set this to 64 to enable 64-bit file support on Linux */
  621. #undef _FILE_OFFSET_BITS
  622. /* Define to a macro to generate an assembly function directive */
  623. #undef __ASM_FUNC
  624. /* Define to a macro to generate an assembly name from a C symbol */
  625. #undef __ASM_NAME
  626. /* Define to the assembler keyword used to specify a word value */
  627. #undef __ASM_SHORT
  628. /* Define to the assembler keyword used to specify an ASCII string */
  629. #undef __ASM_STRING
  630. /* Define to empty if `const' does not conform to ANSI C. */
  631. #undef const
  632. /* Define to `__inline__' or `__inline' if that's what the C compiler
  633. calls it, or to nothing if 'inline' is not supported under any name. */
  634. #ifndef __cplusplus
  635. #undef inline
  636. #endif