1
|
1 /* include/config.h. Generated automatically by configure. */
|
|
2 /* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
|
3
|
|
4 /* Define if using alloca.c. */
|
|
5 /* #undef C_ALLOCA */
|
|
6
|
|
7 /* Define to empty if the keyword does not work. */
|
|
8 /* #undef const */
|
|
9
|
|
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
|
11 This function is required for alloca.c support on those systems. */
|
|
12 /* #undef CRAY_STACKSEG_END */
|
|
13
|
|
14 /* Define if you have alloca, as a function or macro. */
|
|
15 #define HAVE_ALLOCA 1
|
|
16
|
|
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
|
18 #define HAVE_ALLOCA_H 1
|
|
19
|
|
20 /* Define as __inline if that's what the C compiler calls it. */
|
|
21 /* #undef inline */
|
|
22
|
|
23 /* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
24 /* #undef size_t */
|
|
25
|
|
26 /* If using the C implementation of alloca, define if you know the
|
|
27 direction of stack growth for your system; otherwise it will be
|
|
28 automatically deduced at run-time.
|
|
29 STACK_DIRECTION > 0 => grows toward higher addresses
|
|
30 STACK_DIRECTION < 0 => grows toward lower addresses
|
|
31 STACK_DIRECTION = 0 => direction of growth unknown
|
|
32 */
|
|
33 /* #undef STACK_DIRECTION */
|
|
34
|
|
35 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
36 /* #undef STAT_MACROS_BROKEN */
|
|
37
|
|
38 /* Define if you have the ANSI C header files. */
|
|
39 #define STDC_HEADERS 1
|
|
40
|
|
41 /* Define if your processor stores words with the most significant
|
|
42 byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
43 /* #undef WORDS_BIGENDIAN */
|
|
44
|
|
45 /* Define if the X Window System is missing or not being used. */
|
|
46 /* #undef X_DISPLAY_MISSING */
|
|
47
|
|
48 /* Define if symbols declared in assembly code need an underscore prefix */
|
|
49 /* #undef NEED_UNDERSCORE_PREFIX */
|
|
50
|
|
51 /* Define to use .string instead of .ascii */
|
|
52 #define HAVE_ASM_STRING 1
|
|
53
|
|
54 /* Define if struct msghdr contains msg_accrights */
|
|
55 /* #undef HAVE_MSGHDR_ACCRIGHTS */
|
|
56
|
|
57 /* Define if struct sockaddr_un contains sun_len */
|
|
58 /* #undef HAVE_SOCKADDR_SUN_LEN */
|
|
59
|
|
60 /* Define if you have the Xxf86dga library (-lXxf86dga). */
|
|
61 #define HAVE_LIBXXF86DGA 1
|
|
62
|
|
63 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga). */
|
|
64 /* #undef HAVE_LIBXXF86DGA2 */
|
|
65
|
|
66 /* Define if you have the X Shm extension */
|
|
67 #define HAVE_LIBXXSHM 1
|
|
68
|
|
69 /* Define if you have the Xxf86vm library */
|
|
70 #define HAVE_LIBXXF86VM 1
|
|
71
|
|
72 /* Define if you have the Xpm library */
|
|
73 #define HAVE_LIBXXPM 1
|
|
74
|
|
75 /* Define if you have the Open Sound system. */
|
|
76 #define HAVE_OSS 1
|
|
77
|
|
78 /* Define if you have the Open Sound system (MIDI interface). */
|
|
79 #define HAVE_OSS_MIDI 1
|
|
80
|
|
81 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
|
|
82 /* #undef NO_REENTRANT_X11 */
|
|
83
|
|
84 /* Define if libc is not reentrant */
|
|
85 /* #undef NO_REENTRANT_LIBC */
|
|
86
|
|
87 /* Define if libc uses __errno_location for reentrant errno */
|
|
88 #define HAVE__ERRNO_LOCATION 1
|
|
89
|
|
90 /* Define if libc uses __error for reentrant errno */
|
|
91 /* #undef HAVE__ERROR */
|
|
92
|
|
93 /* Define if libc uses ___errno for reentrant errno */
|
|
94 /* #undef HAVE___ERRNO */
|
|
95
|
|
96 /* Define if libc uses __thr_errno for reentrant errno */
|
|
97 /* #undef HAVE__THR_ERRNO */
|
|
98
|
|
99 /* Define if all debug messages are to be compiled out */
|
|
100 /* #undef NO_DEBUG_MSGS */
|
|
101
|
|
102 /* Define if TRACE messages are to be compiled out */
|
|
103 /* #undef NO_TRACE_MSGS */
|
|
104
|
|
105 /* Define if the struct statfs has the member bavail */
|
|
106 #define STATFS_HAS_BAVAIL 1
|
|
107
|
|
108 /* Define if the struct statfs has the member bfree */
|
|
109 #define STATFS_HAS_BFREE 1
|
|
110
|
|
111 /* Define if the struct statfs is defined by <sys/vfs.h> */
|
|
112 #define STATFS_DEFINED_BY_SYS_VFS 1
|
|
113
|
|
114 /* Define if the struct statfs is defined by <sys/statfs.h> */
|
|
115 #define STATFS_DEFINED_BY_SYS_STATFS 1
|
|
116
|
|
117 /* Define if the struct statfs is defined by <sys/mount.h> */
|
|
118 /* #undef STATFS_DEFINED_BY_SYS_MOUNT */
|
|
119
|
|
120 /* Define if ncurses have the new resizeterm function */
|
|
121 #define HAVE_RESIZETERM 1
|
|
122
|
|
123 /* Define if ncurses have the new getbkgd function */
|
|
124 #define HAVE_GETBKGD 1
|
|
125
|
|
126 /* Define if IPX should use netipx/ipx.h from libc */
|
|
127 #define HAVE_IPX_GNU 1
|
|
128
|
|
129 /* Define if IPX includes are taken from Linux kernel */
|
|
130 /* #undef HAVE_IPX_LINUX */
|
|
131
|
|
132 /* Define if Mesa is present on the system or not */
|
|
133 /* #undef HAVE_LIBMESAGL */
|
|
134
|
|
135 /* Define if the system has dynamic link library support with the dl* API */
|
|
136 #define HAVE_DL_API 1
|
|
137
|
|
138 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
|
|
139 #define HAVE_LINUX_22_JOYSTICK_API 1
|
|
140
|
|
141 /* Define if the OpenGL implementation supports the GL_EXT_color_table extension */
|
|
142 /* #undef HAVE_GL_COLOR_TABLE */
|
|
143
|
|
144 /* Define if the OpenGL implementation supports the GL_EXT_paletted_texture extension */
|
|
145 /* #undef HAVE_GL_PALETTED_TEXTURE */
|
|
146
|
|
147 /* The number of bytes in a long long. */
|
|
148 #define SIZEOF_LONG_LONG 8
|
|
149
|
|
150 /* Define if you have the __libc_fork function. */
|
|
151 /* #undef HAVE___LIBC_FORK */
|
|
152
|
|
153 /* Define if you have the _lwp_create function. */
|
|
154 /* #undef HAVE__LWP_CREATE */
|
|
155
|
|
156 /* Define if you have the clone function. */
|
|
157 #define HAVE_CLONE 1
|
|
158
|
|
159 /* Define if you have the connect function. */
|
|
160 #define HAVE_CONNECT 1
|
|
161
|
|
162 /* Define if you have the dlopen function. */
|
|
163 /* #undef HAVE_DLOPEN */
|
|
164
|
|
165 /* Define if you have the gethostbyname function. */
|
|
166 #define HAVE_GETHOSTBYNAME 1
|
|
167
|
|
168 /* Define if you have the getnetbyaddr function. */
|
|
169 #define HAVE_GETNETBYADDR 1
|
|
170
|
|
171 /* Define if you have the getnetbyname function. */
|
|
172 #define HAVE_GETNETBYNAME 1
|
|
173
|
|
174 /* Define if you have the getpagesize function. */
|
|
175 #define HAVE_GETPAGESIZE 1
|
|
176
|
|
177 /* Define if you have the getprotobyname function. */
|
|
178 #define HAVE_GETPROTOBYNAME 1
|
|
179
|
|
180 /* Define if you have the getprotobynumber function. */
|
|
181 #define HAVE_GETPROTOBYNUMBER 1
|
|
182
|
|
183 /* Define if you have the getservbyport function. */
|
|
184 #define HAVE_GETSERVBYPORT 1
|
|
185
|
|
186 /* Define if you have the getsockopt function. */
|
|
187 #define HAVE_GETSOCKOPT 1
|
|
188
|
|
189 /* Define if you have the inet_network function. */
|
|
190 #define HAVE_INET_NETWORK 1
|
|
191
|
|
192 /* Define if you have the memmove function. */
|
|
193 #define HAVE_MEMMOVE 1
|
|
194
|
|
195 /* Define if you have the openpty function. */
|
|
196 #define HAVE_OPENPTY 1
|
|
197
|
|
198 /* Define if you have the rfork function. */
|
|
199 /* #undef HAVE_RFORK */
|
|
200
|
|
201 /* Define if you have the select function. */
|
|
202 #define HAVE_SELECT 1
|
|
203
|
|
204 /* Define if you have the sendmsg function. */
|
|
205 #define HAVE_SENDMSG 1
|
|
206
|
|
207 /* Define if you have the settimeofday function. */
|
|
208 #define HAVE_SETTIMEOFDAY 1
|
|
209
|
|
210 /* Define if you have the sigaltstack function. */
|
|
211 #define HAVE_SIGALTSTACK 1
|
|
212
|
|
213 /* Define if you have the statfs function. */
|
|
214 #define HAVE_STATFS 1
|
|
215
|
|
216 /* Define if you have the strcasecmp function. */
|
|
217 #define HAVE_STRCASECMP 1
|
|
218
|
|
219 /* Define if you have the strerror function. */
|
|
220 #define HAVE_STRERROR 1
|
|
221
|
|
222 /* Define if you have the strncasecmp function. */
|
|
223 #define HAVE_STRNCASECMP 1
|
|
224
|
|
225 /* Define if you have the tcgetattr function. */
|
|
226 #define HAVE_TCGETATTR 1
|
|
227
|
|
228 /* Define if you have the timegm function. */
|
|
229 #define HAVE_TIMEGM 1
|
|
230
|
|
231 /* Define if you have the usleep function. */
|
|
232 #define HAVE_USLEEP 1
|
|
233
|
|
234 /* Define if you have the vfscanf function. */
|
|
235 #define HAVE_VFSCANF 1
|
|
236
|
|
237 /* Define if you have the wait4 function. */
|
|
238 #define HAVE_WAIT4 1
|
|
239
|
|
240 /* Define if you have the waitpid function. */
|
|
241 #define HAVE_WAITPID 1
|
|
242
|
|
243 /* Define if you have the <GL/gl.h> header file. */
|
|
244 /* #undef HAVE_GL_GL_H */
|
|
245
|
|
246 /* Define if you have the <GL/glx.h> header file. */
|
|
247 /* #undef HAVE_GL_GLX_H */
|
|
248
|
|
249 /* Define if you have the <X11/Xlib.h> header file. */
|
|
250 #define HAVE_X11_XLIB_H 1
|
|
251
|
|
252 /* Define if you have the <X11/extensions/XShm.h> header file. */
|
|
253 #define HAVE_X11_EXTENSIONS_XSHM_H 1
|
|
254
|
|
255 /* Define if you have the <X11/extensions/xf86dga.h> header file. */
|
|
256 #define HAVE_X11_EXTENSIONS_XF86DGA_H 1
|
|
257
|
|
258 /* Define if you have the <X11/extensions/xf86vmode.h> header file. */
|
|
259 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
|
|
260
|
|
261 /* Define if you have the <X11/xpm.h> header file. */
|
|
262 #define HAVE_X11_XPM_H 1
|
|
263
|
|
264 /* Define if you have the <a.out.h> header file. */
|
|
265 #define HAVE_A_OUT_H 1
|
|
266
|
|
267 /* Define if you have the <a_out.h> header file. */
|
|
268 #define HAVE_A_OUT_H 1
|
|
269
|
|
270 /* Define if you have the <arpa/inet.h> header file. */
|
|
271 #define HAVE_ARPA_INET_H 1
|
|
272
|
|
273 /* Define if you have the <arpa/nameser.h> header file. */
|
|
274 #define HAVE_ARPA_NAMESER_H 1
|
|
275
|
|
276 /* Define if you have the <curses.h> header file. */
|
|
277 /* #undef HAVE_CURSES_H */
|
|
278
|
|
279 /* Define if you have the <dlfcn.h> header file. */
|
|
280 #define HAVE_DLFCN_H 1
|
|
281
|
|
282 /* Define if you have the <elf.h> header file. */
|
|
283 #define HAVE_ELF_H 1
|
|
284
|
|
285 /* Define if you have the <float.h> header file. */
|
|
286 #define HAVE_FLOAT_H 1
|
|
287
|
|
288 /* Define if you have the <libio.h> header file. */
|
|
289 #define HAVE_LIBIO_H 1
|
|
290
|
|
291 /* Define if you have the <link.h> header file. */
|
|
292 #define HAVE_LINK_H 1
|
|
293
|
|
294 /* Define if you have the <linux/cdrom.h> header file. */
|
|
295 #define HAVE_LINUX_CDROM_H 1
|
|
296
|
|
297 /* Define if you have the <linux/joystick.h> header file. */
|
|
298 #define HAVE_LINUX_JOYSTICK_H 1
|
|
299
|
|
300 /* Define if you have the <linux/ucdrom.h> header file. */
|
|
301 /* #undef HAVE_LINUX_UCDROM_H */
|
|
302
|
|
303 /* Define if you have the <machine/soundcard.h> header file. */
|
|
304 /* #undef HAVE_MACHINE_SOUNDCARD_H */
|
|
305
|
|
306 /* Define if you have the <ncurses.h> header file. */
|
|
307 #define HAVE_NCURSES_H 1
|
|
308
|
|
309 /* Define if you have the <net/if.h> header file. */
|
|
310 #define HAVE_NET_IF_H 1
|
|
311
|
|
312 /* Define if you have the <netinet/in.h> header file. */
|
|
313 #define HAVE_NETINET_IN_H 1
|
|
314
|
|
315 /* Define if you have the <netinet/tcp.h> header file. */
|
|
316 #define HAVE_NETINET_TCP_H 1
|
|
317
|
|
318 /* Define if you have the <pty.h> header file. */
|
|
319 #define HAVE_PTY_H 1
|
|
320
|
|
321 /* Define if you have the <resolv.h> header file. */
|
|
322 #define HAVE_RESOLV_H 1
|
|
323
|
|
324 /* Define if you have the <sched.h> header file. */
|
|
325 #define HAVE_SCHED_H 1
|
|
326
|
|
327 /* Define if you have the <socket.h> header file. */
|
|
328 /* #undef HAVE_SOCKET_H */
|
|
329
|
|
330 /* Define if you have the <soundcard.h> header file. */
|
|
331 /* #undef HAVE_SOUNDCARD_H */
|
|
332
|
|
333 /* Define if you have the <strings.h> header file. */
|
|
334 #define HAVE_STRINGS_H 1
|
|
335
|
|
336 /* Define if you have the <sys/cdio.h> header file. */
|
|
337 /* #undef HAVE_SYS_CDIO_H */
|
|
338
|
|
339 /* Define if you have the <sys/errno.h> header file. */
|
|
340 #define HAVE_SYS_ERRNO_H 1
|
|
341
|
|
342 /* Define if you have the <sys/file.h> header file. */
|
|
343 #define HAVE_SYS_FILE_H 1
|
|
344
|
|
345 /* Define if you have the <sys/filio.h> header file. */
|
|
346 /* #undef HAVE_SYS_FILIO_H */
|
|
347
|
|
348 /* Define if you have the <sys/ipc.h> header file. */
|
|
349 #define HAVE_SYS_IPC_H 1
|
|
350
|
|
351 /* Define if you have the <sys/lwp.h> header file. */
|
|
352 /* #undef HAVE_SYS_LWP_H */
|
|
353
|
|
354 /* Define if you have the <sys/mman.h> header file. */
|
|
355 #define HAVE_SYS_MMAN_H 1
|
|
356
|
|
357 /* Define if you have the <sys/modem.h> header file. */
|
|
358 /* #undef HAVE_SYS_MODEM_H */
|
|
359
|
|
360 /* Define if you have the <sys/mount.h> header file. */
|
|
361 #define HAVE_SYS_MOUNT_H 1
|
|
362
|
|
363 /* Define if you have the <sys/msg.h> header file. */
|
|
364 #define HAVE_SYS_MSG_H 1
|
|
365
|
|
366 /* Define if you have the <sys/param.h> header file. */
|
|
367 #define HAVE_SYS_PARAM_H 1
|
|
368
|
|
369 /* Define if you have the <sys/reg.h> header file. */
|
|
370 #define HAVE_SYS_REG_H 1
|
|
371
|
|
372 /* Define if you have the <sys/shm.h> header file. */
|
|
373 #define HAVE_SYS_SHM_H 1
|
|
374
|
|
375 /* Define if you have the <sys/signal.h> header file. */
|
|
376 #define HAVE_SYS_SIGNAL_H 1
|
|
377
|
|
378 /* Define if you have the <sys/socket.h> header file. */
|
|
379 #define HAVE_SYS_SOCKET_H 1
|
|
380
|
|
381 /* Define if you have the <sys/sockio.h> header file. */
|
|
382 /* #undef HAVE_SYS_SOCKIO_H */
|
|
383
|
|
384 /* Define if you have the <sys/soundcard.h> header file. */
|
|
385 #define HAVE_SYS_SOUNDCARD_H 1
|
|
386
|
|
387 /* Define if you have the <sys/statfs.h> header file. */
|
|
388 #define HAVE_SYS_STATFS_H 1
|
|
389
|
|
390 /* Define if you have the <sys/strtio.h> header file. */
|
|
391 /* #undef HAVE_SYS_STRTIO_H */
|
|
392
|
|
393 /* Define if you have the <sys/syscall.h> header file. */
|
|
394 #define HAVE_SYS_SYSCALL_H 1
|
|
395
|
|
396 /* Define if you have the <sys/v86.h> header file. */
|
|
397 /* #undef HAVE_SYS_V86_H */
|
|
398
|
|
399 /* Define if you have the <sys/v86intr.h> header file. */
|
|
400 /* #undef HAVE_SYS_V86INTR_H */
|
|
401
|
|
402 /* Define if you have the <sys/vfs.h> header file. */
|
|
403 #define HAVE_SYS_VFS_H 1
|
|
404
|
|
405 /* Define if you have the <sys/vm86.h> header file. */
|
|
406 #define HAVE_SYS_VM86_H 1
|
|
407
|
|
408 /* Define if you have the <sys/wait.h> header file. */
|
|
409 #define HAVE_SYS_WAIT_H 1
|
|
410
|
|
411 /* Define if you have the <syscall.h> header file. */
|
|
412 #define HAVE_SYSCALL_H 1
|
|
413
|
|
414 /* Define if you have the <ucontext.h> header file. */
|
|
415 #define HAVE_UCONTEXT_H 1
|
|
416
|
|
417 /* Define if you have the <wctype.h> header file. */
|
|
418 #define HAVE_WCTYPE_H 1
|
|
419
|
|
420 /* Define if you have the curses library (-lcurses). */
|
|
421 /* #undef HAVE_LIBCURSES */
|
|
422
|
|
423 /* Define if you have the i386 library (-li386). */
|
|
424 /* #undef HAVE_LIBI386 */
|
|
425
|
|
426 /* Define if you have the m library (-lm). */
|
|
427 #define HAVE_LIBM 1
|
|
428
|
|
429 /* Define if you have the mmap library (-lmmap). */
|
|
430 /* #undef HAVE_LIBMMAP */
|
|
431
|
|
432 /* Define if you have the ncurses library (-lncurses). */
|
|
433 #define HAVE_LIBNCURSES 1
|
|
434
|
|
435 /* Define if you have the ossaudio library (-lossaudio). */
|
|
436 /* #undef HAVE_LIBOSSAUDIO */
|
|
437
|
|
438 /* Define if you have the w library (-lw). */
|
|
439 /* #undef HAVE_LIBW */
|
|
440
|
|
441 /* Define if you have the xpg4 library (-lxpg4). */
|
|
442 /* #undef HAVE_LIBXPG4 */
|