File: config.h.in

package info (click to toggle)
mifluz 0.24.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,536 kB
  • ctags: 5,752
  • sloc: ansic: 40,780; cpp: 16,464; sh: 9,644; makefile: 591; asm: 14
file content (439 lines) | stat: -rw-r--r-- 10,318 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
/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
/*

 Part of the ht://Dig package   <http://www.htdig.org/>
 Copyright (c) 1999, 2000, 2001 The ht://Dig Group
 For copyright details, see the file COPYING in your distribution
 or the GNU General Public License version 2 or later
 <http://www.gnu.org/copyleft/gpl.html>

*/
/* Defined in case the compiler doesn't have TRUE and FALSE constants */

#ifndef TRUE
#define TRUE 1
#endif

#ifndef FALSE
#define FALSE 0
#endif




/* 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 if using `alloca.c'. */
#undef C_ALLOCA

/* Define if you want a debugging version. */
#undef DEBUG

/* Define if you want a version that logs read operations. */
#undef DEBUG_ROP

/* Define if you want a version that logs write operations. */
#undef DEBUG_WOP

/* Define if you want a version with run-time diagnostic checking. */
#undef DIAGNOSTIC

/* Define if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H

/* Define if you have the bool type. */
#undef HAVE_BOOL

/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
#undef HAVE_DIRENT_H

/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define if you C++ compiler doesn't knows false */
#undef HAVE_FALSE

/* Define if fcntl/F_SETFD denies child access to file descriptors. */
#undef HAVE_FCNTL_F_SETFD

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

/* Define if building big-file environment (e.g., AIX, HP/UX, Solaris). */
#undef HAVE_FILE_OFFSET_BITS

/* Define if you have the `getcwd' function. */
#undef HAVE_GETCWD

/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

/* Define if you have the `getuid' function. */
#undef HAVE_GETUID

/* Define if you have the iconv() function. */
#undef HAVE_ICONV

/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define if building big-file environment (Linux). */
#undef HAVE_LARGEFILE_SOURCE

/* Define if you have the `unac' library (-lunac). */
#undef HAVE_LIBUNAC

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

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

/* Define if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H

/* Define if you have the `memcmp' function. */
#undef HAVE_MEMCMP

/* Define if you have the `memcpy' function. */
#undef HAVE_MEMCPY

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

/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define if you have the `mlock' function. */
#undef HAVE_MLOCK

/* Define if you have the `mmap' function. */
#undef HAVE_MMAP

/* Define if you have the `munlock' function. */
#undef HAVE_MUNLOCK

/* Define if you have the `munmap' function. */
#undef HAVE_MUNMAP

/* Mutex */
#undef HAVE_MUTEX_68K_GCC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_AIX_CHECK_LOCK

/* Mutex */
#undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_FCNTL

/* Mutex */
#undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_HPPA_MSEM_INIT

/* Mutex */
#undef HAVE_MUTEX_IA64_GCC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_MSEM_INIT

/* Mutex */
#undef HAVE_MUTEX_PTHREAD

/* Mutex */
#undef HAVE_MUTEX_PTHREADS

/* Mutex */
#undef HAVE_MUTEX_RELIANTUNIX_INITSPIN

/* Mutex */
#undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_SEMA_INIT

/* Mutex */
#undef HAVE_MUTEX_SGI_INIT_LOCK

/* Mutex */
#undef HAVE_MUTEX_SOLARIS_LOCK_TRY

/* Mutex */
#undef HAVE_MUTEX_SOLARIS_LWP

/* Mutex */
#undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_TAS

/* Mutex */
#undef HAVE_MUTEX_THREADS

/* Mutex */
#undef HAVE_MUTEX_UI_THREADS

/* Mutex */
#undef HAVE_MUTEX_UTS_CC_ASSEMBLY

/* Mutex */
#undef HAVE_MUTEX_X86_GCC_ASSEMBLY

/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define if you have the `pread' function. */
#undef HAVE_PREAD

/* Define if you have the `pstat_getdynamic' function. */
#undef HAVE_PSTAT_GETDYNAMIC

/* Define if you have the `pwrite' function. */
#undef HAVE_PWRITE

/* Define if you have the `qsort' function. */
#undef HAVE_QSORT

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

/* Define if you have the `sched_yield' function. */
#undef HAVE_SCHED_YIELD

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

/* Define if you have the `shmget' function. */
#undef HAVE_SHMGET

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

/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR

/* Define if you have the `strdup' function. */
#undef HAVE_STRDUP

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

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

/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Define if you have the `strncoll' function. */
#undef HAVE_STRNCOLL

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

/* Define if the function strptime is declared in <time.h>. */
#undef HAVE_STRPTIME_DECL

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

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

/* Define if you have the `sysconf' function. */
#undef HAVE_SYSCONF

/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H

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

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

/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H

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

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

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

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

/* Define if you have the `timegm' function. */
#undef HAVE_TIMEGM

/* Define if you C++ compiler doesn't knows true. */
#undef HAVE_TRUE

/* Define if you have the <unac.h> header file. */
#undef HAVE_UNAC_H

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

/* Define if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define if you have the `yield' function. */
#undef HAVE_YIELD

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

/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST

/* Name of package */
#undef PACKAGE

/* Define if your sprintf returns a pointer, not a length. */
#undef SPRINTF_RET_CHARPNT

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN

/* 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

/* Version number of package */
#undef VERSION

/* Define if using the dmalloc debugging malloc package */
#undef WITH_DMALLOC

/* Define if your processor stores words with the most significant byte first
   (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
   */
#undef YYTEXT_POINTER

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t

/* Define to `long' if <sys/types.h> does not define. */
#undef off_t

/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t

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

#ifndef HAVE_TRUE
#define true  TRUE
#endif
#ifndef HAVE_FALSE
#define false FALSE
#endif

#ifndef HAVE_BOOL
typedef char bool;
#endif

/*
 * Don't step on the namespace.  Other libraries may have their own
 * implementations of these functions, we don't want to use their
 * implementations or force them to use ours based on the load order.
 */
#ifndef	HAVE_GETCWD
#define	getcwd		__db_Cgetcwd
#endif
#ifndef	HAVE_MEMCMP
#define	memcmp		__db_Cmemcmp
#endif
#ifndef	HAVE_MEMCPY
#define	memcpy		__db_Cmemcpy
#endif
#ifndef	HAVE_MEMMOVE
#define	memmove		__db_Cmemmove
#endif
#ifndef	HAVE_RAISE
#define	raise		__db_Craise
#endif
#ifndef HAVE_SNPRINTF
#define	snprintf	__db_Csnprintf
#endif
#ifndef	HAVE_STRERROR
#define	strerror	__db_Cstrerror
#endif
#ifndef HAVE_VSNPRINTF
#define	vsnprintf	__db_Cvsnprintf
#endif
#ifndef HAVE_STRNCOLL
#define	strncoll	__db_Cstrncoll
#endif

/*
 * Big-file configuration.
 */
#ifdef	HAVE_FILE_OFFSET_BITS
#ifndef _FILE_OFFSET_BITS
#define	_FILE_OFFSET_BITS	64
#endif /* _FILE_OFFSET_BITS */
#endif /* HAVE_FILE_OFFSET_BITS */

#ifdef	HAVE_LARGEFILE_SOURCE
#ifndef _LARGEFILE_SOURCE
#define	_LARGEFILE_SOURCE
#endif /* _LARGEFILE_SOURCE */
#endif /* HAVE_LARGEFILE_SOURCE */