File: config.h.in

package info (click to toggle)
links2 2.1pre37-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,556 kB
  • ctags: 6,227
  • sloc: ansic: 115,566; sh: 3,335; cpp: 530; makefile: 116; awk: 47; perl: 34
file content (506 lines) | stat: -rw-r--r-- 11,201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
#undef CRAY_STACKSEG_END

/* Define to the type of elements in the array set by `getgroups'.
   Usually this is either `int' or `gid_t'.  */
#undef GETGROUPS_T

/* Define if the `getloadavg' function needs to be run setuid or setgid.  */
#undef GETLOADAVG_PRIVILEGED

/* Define if the `getpgrp' function takes no argument.  */
#undef GETPGRP_VOID

/* Define if you don't have vprintf but do have _doprnt.  */
#undef HAVE_DOPRNT

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#undef HAVE_SYS_WAIT_H

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

/* Define as __inline if that's what the C compiler calls it.  */
#undef inline

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* The number of bytes in a int.  */
#undef SIZEOF_INT

/* The number of bytes in a long.  */
#undef SIZEOF_LONG

/* The number of bytes in a short.  */
#undef SIZEOF_SHORT

/* The number of bytes in a unsigned.  */
#undef SIZEOF_UNSIGNED

/* The number of bytes in a unsigned long.  */
#undef SIZEOF_UNSIGNED_LONG

/* The number of bytes in a unsigned short.  */
#undef SIZEOF_UNSIGNED_SHORT

/* Define if you have the calloc function.  */
#undef HAVE_CALLOC

/* Define if you have the chmod function.  */
#undef HAVE_CHMOD

/* Define if you have the cygwin_conv_to_full_win32_path function.  */
#undef HAVE_CYGWIN_CONV_TO_FULL_WIN32_PATH

/* Define if you have the getpagesize function.  */
#undef HAVE_GETPAGESIZE

/* Define if you have the getpid function.  */
#undef HAVE_GETPID

/* Define if you have the gettimeofday function.  */
#undef HAVE_GETTIMEOFDAY

/* Define if you have the memmove function.  */
#undef HAVE_MEMMOVE

/* Define if you have the mkdir function.  */
#undef HAVE_MKDIR

/* Define if you have the nl_langinfo function.  */
#undef HAVE_NL_LANGINFO

/* Define if you have the png_create_info_struct function.  */
#undef HAVE_PNG_CREATE_INFO_STRUCT

/* Define if you have the png_get_bit_depth function.  */
#undef HAVE_PNG_GET_BIT_DEPTH

/* Define if you have the png_get_color_type function.  */
#undef HAVE_PNG_GET_COLOR_TYPE

/* Define if you have the png_get_gAMA function.  */
#undef HAVE_PNG_GET_GAMA

/* Define if you have the png_get_image_height function.  */
#undef HAVE_PNG_GET_IMAGE_HEIGHT

/* Define if you have the png_get_image_width function.  */
#undef HAVE_PNG_GET_IMAGE_WIDTH

/* Define if you have the png_get_sRGB function.  */
#undef HAVE_PNG_GET_SRGB

/* Define if you have the png_get_valid function.  */
#undef HAVE_PNG_GET_VALID

/* Define if you have the png_set_rgb_to_gray function.  */
#undef HAVE_PNG_SET_RGB_TO_GRAY

/* Define if you have the png_set_strip_alpha function.  */
#undef HAVE_PNG_SET_STRIP_ALPHA

/* Define if you have the popen function.  */
#undef HAVE_POPEN

/* Define if you have the raise function.  */
#undef HAVE_RAISE

/* Define if you have the resume_thread function.  */
#undef HAVE_RESUME_THREAD

/* Define if you have the select function.  */
#undef HAVE_SELECT

/* Define if you have the setlocale function.  */
#undef HAVE_SETLOCALE

/* Define if you have the setpgid function.  */
#undef HAVE_SETPGID

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

/* Define if you have the spawn_thread function.  */
#undef HAVE_SPAWN_THREAD

/* Define if you have the strcspn function.  */
#undef HAVE_STRCSPN

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strptime function.  */
#undef HAVE_STRPTIME

/* Define if you have the strstr function.  */
#undef HAVE_STRSTR

/* Define if you have the strtol function.  */
#undef HAVE_STRTOL

/* Define if you have the strtoll function.  */
#undef HAVE_STRTOLL

/* Define if you have the strtoq function.  */
#undef HAVE_STRTOQ

/* Define if you have the strtoul function.  */
#undef HAVE_STRTOUL

/* Define if you have the tempnam function.  */
#undef HAVE_TEMPNAM

/* Define if you have the uname function.  */
#undef HAVE_UNAME

/* Define if you have the <X11/X.h> header file.  */
#undef HAVE_X11_X_H

/* Define if you have the <X11/Xlib.h> header file.  */
#undef HAVE_X11_XLIB_H

/* Define if you have the <X11/Xlocale.h> header file.  */
#undef HAVE_X11_XLOCALE_H

/* Define if you have the <X11/Xutil.h> header file.  */
#undef HAVE_X11_XUTIL_H

/* Define if you have the <atheos/threads.h> header file.  */
#undef HAVE_ATHEOS_THREADS_H

/* Define if you have the <bzlib.h> header file.  */
#undef HAVE_BZLIB_H

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <endian.h> header file.  */
#undef HAVE_ENDIAN_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <gpm.h> header file.  */
#undef HAVE_GPM_H

/* Define if you have the <gui/bitmap.h> header file.  */
#undef HAVE_GUI_BITMAP_H

/* Define if you have the <gui/desktop.h> header file.  */
#undef HAVE_GUI_DESKTOP_H

/* Define if you have the <gui/view.h> header file.  */
#undef HAVE_GUI_VIEW_H

/* Define if you have the <gui/window.h> header file.  */
#undef HAVE_GUI_WINDOW_H

/* Define if you have the <ieee.h> header file.  */
#undef HAVE_IEEE_H

/* Define if you have the <io.h> header file.  */
#undef HAVE_IO_H

/* Define if you have the <jpeglib.h> header file.  */
#undef HAVE_JPEGLIB_H

/* Define if you have the <langinfo.h> header file.  */
#undef HAVE_LANGINFO_H

/* Define if you have the <libpng/png.h> header file.  */
#undef HAVE_LIBPNG_PNG_H

/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H

/* Define if you have the <linux/fb.h> header file.  */
#undef HAVE_LINUX_FB_H

/* Define if you have the <linux/kd.h> header file.  */
#undef HAVE_LINUX_KD_H

/* Define if you have the <linux/vt.h> header file.  */
#undef HAVE_LINUX_VT_H

/* Define if you have the <math.h> header file.  */
#undef HAVE_MATH_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <netinet/dhcp.h> header file.  */
#undef HAVE_NETINET_DHCP_H

/* Define if you have the <netinet/in_system.h> header file.  */
#undef HAVE_NETINET_IN_SYSTEM_H

/* Define if you have the <netinet/in_systm.h> header file.  */
#undef HAVE_NETINET_IN_SYSTM_H

/* Define if you have the <netinet/ip.h> header file.  */
#undef HAVE_NETINET_IP_H

/* Define if you have the <png.h> header file.  */
#undef HAVE_PNG_H

/* Define if you have the <setjmp.h> header file.  */
#undef HAVE_SETJMP_H

/* Define if you have the <sigaction.h> header file.  */
#undef HAVE_SIGACTION_H

/* Define if you have the <sys/cygwin.h> header file.  */
#undef HAVE_SYS_CYGWIN_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/fmutex.h> header file.  */
#undef HAVE_SYS_FMUTEX_H

/* Define if you have the <sys/ioctl.h> header file.  */
#undef HAVE_SYS_IOCTL_H

/* Define if you have the <sys/mman.h> header file.  */
#undef HAVE_SYS_MMAN_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/resource.h> header file.  */
#undef HAVE_SYS_RESOURCE_H

/* Define if you have the <sys/select.h> header file.  */
#undef HAVE_SYS_SELECT_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <sys/un.h> header file.  */
#undef HAVE_SYS_UN_H

/* Define if you have the <sys/utsname.h> header file.  */
#undef HAVE_SYS_UTSNAME_H

/* Define if you have the <tiffio.h> header file.  */
#undef HAVE_TIFFIO_H

/* Define if you have the <time.h> header file.  */
#undef HAVE_TIME_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <util/application.h> header file.  */
#undef HAVE_UTIL_APPLICATION_H

/* Define if you have the <util/locker.h> header file.  */
#undef HAVE_UTIL_LOCKER_H

/* Define if you have the <values.h> header file.  */
#undef HAVE_VALUES_H

/* Define if you have the <zlib.h> header file.  */
#undef HAVE_ZLIB_H

/* Define if you have the X11 library (-lX11).  */
#undef HAVE_LIBX11

/* Define if you have the atheos library (-latheos).  */
#undef HAVE_LIBATHEOS

/* Define if you have the bz2 library (-lbz2).  */
#undef HAVE_LIBBZ2

/* Define if you have the dl library (-ldl).  */
#undef HAVE_LIBDL

/* Define if you have the gpm library (-lgpm).  */
#undef HAVE_LIBGPM

/* Define if you have the jpeg library (-ljpeg).  */
#undef HAVE_LIBJPEG

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the png library (-lpng).  */
#undef HAVE_LIBPNG

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Define if you have the stdc++ library (-lstdc++).  */
#undef HAVE_LIBSTDC__

/* Define if you have the tiff library (-ltiff).  */
#undef HAVE_LIBTIFF

/* Define if you have the z library (-lz).  */
#undef HAVE_LIBZ

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION


/* Define to 1 if NLS is requested.  */
#undef ENABLE_NLS

/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
#undef HAVE_CATGETS

/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
#undef HAVE_GETTEXT

/* Define if your locale.h file contains LC_MESSAGES.  */
#undef HAVE_LC_MESSAGES

/* Define to 1 if you have the stpcpy function.  */
#undef HAVE_STPCPY

/* */
#undef HAVE_TYPEOF

/* */
#undef HAVE_LONG_LONG

/* */
#undef HAVE_SIGSETJMP

/* */
#undef HAVE_CHMOD

/* */
#undef HAVE_ALARM

/* */
#undef HAVE_CFMAKERAW

/* */
#undef HAVE_GETHOSTBYADDR

/* */
#undef HAVE_DHCP_OPTION

/* */
#undef HAVE_HERROR

/* */
#undef HAVE_BEGINTHREAD

/* */
#undef HAVE_MOUOPEN

/* */
#undef HAVE_READ_KBD

/* */
#undef HAVE_CLONE

/* */
#undef HAVE_PTHREADS

/* */
#undef HAVE_SSL

/* */
#undef HAVE_ZLIB

/* */
#undef HAVE_BZIP2

/* */
#undef X2

/* */
#undef DEBUGLEVEL

/* */
#undef JS

/* */
#undef HAVE_PCRE

/* */
#undef HAVE_REGEX

/* */
#undef CHCEME_FLEXI_LIBU

/* By PerM's ideological comittee */
#undef VERSION

/* */
#undef G

/* */
#undef GRDRV_SVGALIB

/* */
#undef GRDRV_FB

/* */
#undef GRDRV_DIRECTFB

/* */
#undef GRDRV_PMSHELL

/* */
#undef GRDRV_X

/* */
#undef GRDRV_SDL

/* */
#undef GRDRV_ATHEOS

/* */
#undef DONT_INCLUDE_SETJMP

/* Tiff by Brain */
#undef HAVE_TIFF

/* Jpeg by Clock */
#undef HAVE_JPEG

/* */
#undef C_BIG_ENDIAN

/* */
#undef C_LITTLE_ENDIAN

/* */
#undef RENAME_OVER_EXISTING_FILES

/* */
#undef HAVE_SOCKLEN_T