~ubuntu-branches/ubuntu/quantal/gnutls26/quantal-security

« back to all changes in this revision

Viewing changes to lib/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* enable camellia block cipher */
40
40
#undef ENABLE_CAMELLIA
41
41
 
 
42
/* Enable cryptodev support */
 
43
#undef ENABLE_CRYPTODEV
 
44
 
42
45
/* Define to 1 if translation of program messages to the user's native
43
46
   language is requested. */
44
47
#undef ENABLE_NLS
55
58
/* enable PSK authentication */
56
59
#undef ENABLE_PSK
57
60
 
 
61
/* enable SessionTicket extension */
 
62
#undef ENABLE_SESSION_TICKET
 
63
 
58
64
/* enable SRP authentication */
59
65
#undef ENABLE_SRP
60
66
 
61
67
/* Define to 1 if ungetc is broken when used on arbitrary bytes. */
62
68
#undef FUNC_UNGETC_BROKEN
63
69
 
 
70
/* Define to 1 when the gnulib module fseeko should be tested. */
 
71
#undef GNULIB_TEST_FSEEKO
 
72
 
 
73
/* Define to 1 when the gnulib module lseek should be tested. */
 
74
#undef GNULIB_TEST_LSEEK
 
75
 
 
76
/* Define to 1 when the gnulib module memchr should be tested. */
 
77
#undef GNULIB_TEST_MEMCHR
 
78
 
 
79
/* Define to 1 when the gnulib module memmem should be tested. */
 
80
#undef GNULIB_TEST_MEMMEM
 
81
 
 
82
/* Define to 1 when the gnulib module realloc-posix should be tested. */
 
83
#undef GNULIB_TEST_REALLOC_POSIX
 
84
 
 
85
/* Define to 1 when the gnulib module snprintf should be tested. */
 
86
#undef GNULIB_TEST_SNPRINTF
 
87
 
 
88
/* Define to 1 when the gnulib module strverscmp should be tested. */
 
89
#undef GNULIB_TEST_STRVERSCMP
 
90
 
 
91
/* Define to 1 when the gnulib module time_r should be tested. */
 
92
#undef GNULIB_TEST_TIME_R
 
93
 
 
94
/* Define to 1 when the gnulib module vasprintf should be tested. */
 
95
#undef GNULIB_TEST_VASPRINTF
 
96
 
 
97
/* Define to 1 when the gnulib module vsnprintf should be tested. */
 
98
#undef GNULIB_TEST_VSNPRINTF
 
99
 
 
100
/* Make sure we don't use old features in code. */
 
101
#undef GNUTLS_COMPAT_H
 
102
 
64
103
/* Additional cast to bring void* to a type castable to int. */
65
104
#undef GNUTLS_POINTER_TO_INT_CAST
66
105
 
72
111
   */
73
112
#undef HAVE_ALLOCA_H
74
113
 
 
114
/* Define to 1 if you have the <bp-sym.h> header file. */
 
115
#undef HAVE_BP_SYM_H
 
116
 
75
117
/* Define to 1 if you have the <byteswap.h> header file. */
76
118
#undef HAVE_BYTESWAP_H
77
119
 
144
186
/* Define if you have the z library. */
145
187
#undef HAVE_LIBZ
146
188
 
 
189
/* Define to 1 if you have the `localtime_r' function. */
 
190
#undef HAVE_LOCALTIME_R
 
191
 
147
192
/* Define to 1 if the system has the type `long long int'. */
148
193
#undef HAVE_LONG_LONG_INT
149
194
 
150
 
/* Define to 1 if you have the `lstat' function. */
151
 
#undef HAVE_LSTAT
152
 
 
153
195
/* Define to 1 if you have the <lzo1x.h> header file. */
154
196
#undef HAVE_LZO1X_H
155
197
 
156
198
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
157
199
#undef HAVE_LZO_LZO1X_H
158
200
 
 
201
/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
 
202
   config.h and <sys/mman.h>. */
 
203
#undef HAVE_MAP_ANONYMOUS
 
204
 
159
205
/* Define to 1 if you have the `mbrtowc' function. */
160
206
#undef HAVE_MBRTOWC
161
207
 
 
208
/* Define to 1 if you have the `memchr' function. */
 
209
#undef HAVE_MEMCHR
 
210
 
162
211
/* Define to 1 if you have the `memmem' function. */
163
212
#undef HAVE_MEMMEM
164
213
 
165
 
/* Define to 1 if you have the `memmove' function. */
166
 
#undef HAVE_MEMMOVE
167
 
 
168
214
/* Define to 1 if you have the <memory.h> header file. */
169
215
#undef HAVE_MEMORY_H
170
216
 
174
220
/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
175
221
#undef HAVE_MINMAX_IN_SYS_PARAM_H
176
222
 
 
223
/* Define to 1 if you have the `mprotect' function. */
 
224
#undef HAVE_MPROTECT
 
225
 
177
226
/* Define to 1 if you have the <netdb.h> header file. */
178
227
#undef HAVE_NETDB_H
179
228
 
180
229
/* Define to 1 if you have the <random.h> header file. */
181
230
#undef HAVE_RANDOM_H
182
231
 
 
232
/* Define to 1 if accept is declared even after undefining macros. */
 
233
#undef HAVE_RAW_DECL_ACCEPT
 
234
 
 
235
/* Define to 1 if accept4 is declared even after undefining macros. */
 
236
#undef HAVE_RAW_DECL_ACCEPT4
 
237
 
 
238
/* Define to 1 if atoll is declared even after undefining macros. */
 
239
#undef HAVE_RAW_DECL_ATOLL
 
240
 
 
241
/* Define to 1 if bind is declared even after undefining macros. */
 
242
#undef HAVE_RAW_DECL_BIND
 
243
 
 
244
/* Define to 1 if btowc is declared even after undefining macros. */
 
245
#undef HAVE_RAW_DECL_BTOWC
 
246
 
 
247
/* Define to 1 if canonicalize_file_name is declared even after undefining
 
248
   macros. */
 
249
#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
 
250
 
 
251
/* Define to 1 if chown is declared even after undefining macros. */
 
252
#undef HAVE_RAW_DECL_CHOWN
 
253
 
 
254
/* Define to 1 if connect is declared even after undefining macros. */
 
255
#undef HAVE_RAW_DECL_CONNECT
 
256
 
 
257
/* Define to 1 if dprintf is declared even after undefining macros. */
 
258
#undef HAVE_RAW_DECL_DPRINTF
 
259
 
 
260
/* Define to 1 if dup2 is declared even after undefining macros. */
 
261
#undef HAVE_RAW_DECL_DUP2
 
262
 
 
263
/* Define to 1 if dup3 is declared even after undefining macros. */
 
264
#undef HAVE_RAW_DECL_DUP3
 
265
 
 
266
/* Define to 1 if endusershell is declared even after undefining macros. */
 
267
#undef HAVE_RAW_DECL_ENDUSERSHELL
 
268
 
 
269
/* Define to 1 if environ is declared even after undefining macros. */
 
270
#undef HAVE_RAW_DECL_ENVIRON
 
271
 
 
272
/* Define to 1 if euidaccess is declared even after undefining macros. */
 
273
#undef HAVE_RAW_DECL_EUIDACCESS
 
274
 
 
275
/* Define to 1 if faccessat is declared even after undefining macros. */
 
276
#undef HAVE_RAW_DECL_FACCESSAT
 
277
 
 
278
/* Define to 1 if fchdir is declared even after undefining macros. */
 
279
#undef HAVE_RAW_DECL_FCHDIR
 
280
 
 
281
/* Define to 1 if fchmodat is declared even after undefining macros. */
 
282
#undef HAVE_RAW_DECL_FCHMODAT
 
283
 
 
284
/* Define to 1 if fchownat is declared even after undefining macros. */
 
285
#undef HAVE_RAW_DECL_FCHOWNAT
 
286
 
 
287
/* Define to 1 if fpurge is declared even after undefining macros. */
 
288
#undef HAVE_RAW_DECL_FPURGE
 
289
 
 
290
/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
 
291
#undef HAVE_RAW_DECL_FREEADDRINFO
 
292
 
 
293
/* Define to 1 if fseeko is declared even after undefining macros. */
 
294
#undef HAVE_RAW_DECL_FSEEKO
 
295
 
 
296
/* Define to 1 if fstatat is declared even after undefining macros. */
 
297
#undef HAVE_RAW_DECL_FSTATAT
 
298
 
 
299
/* Define to 1 if fsync is declared even after undefining macros. */
 
300
#undef HAVE_RAW_DECL_FSYNC
 
301
 
 
302
/* Define to 1 if ftello is declared even after undefining macros. */
 
303
#undef HAVE_RAW_DECL_FTELLO
 
304
 
 
305
/* Define to 1 if ftruncate is declared even after undefining macros. */
 
306
#undef HAVE_RAW_DECL_FTRUNCATE
 
307
 
 
308
/* Define to 1 if futimens is declared even after undefining macros. */
 
309
#undef HAVE_RAW_DECL_FUTIMENS
 
310
 
 
311
/* Define to 1 if gai_strerror is declared even after undefining macros. */
 
312
#undef HAVE_RAW_DECL_GAI_STRERROR
 
313
 
 
314
/* Define to 1 if getaddrinfo is declared even after undefining macros. */
 
315
#undef HAVE_RAW_DECL_GETADDRINFO
 
316
 
 
317
/* Define to 1 if getcwd is declared even after undefining macros. */
 
318
#undef HAVE_RAW_DECL_GETCWD
 
319
 
 
320
/* Define to 1 if getdelim is declared even after undefining macros. */
 
321
#undef HAVE_RAW_DECL_GETDELIM
 
322
 
 
323
/* Define to 1 if getdomainname is declared even after undefining macros. */
 
324
#undef HAVE_RAW_DECL_GETDOMAINNAME
 
325
 
 
326
/* Define to 1 if getdtablesize is declared even after undefining macros. */
 
327
#undef HAVE_RAW_DECL_GETDTABLESIZE
 
328
 
 
329
/* Define to 1 if getgroups is declared even after undefining macros. */
 
330
#undef HAVE_RAW_DECL_GETGROUPS
 
331
 
 
332
/* Define to 1 if gethostname is declared even after undefining macros. */
 
333
#undef HAVE_RAW_DECL_GETHOSTNAME
 
334
 
 
335
/* Define to 1 if getline is declared even after undefining macros. */
 
336
#undef HAVE_RAW_DECL_GETLINE
 
337
 
 
338
/* Define to 1 if getloadavg is declared even after undefining macros. */
 
339
#undef HAVE_RAW_DECL_GETLOADAVG
 
340
 
 
341
/* Define to 1 if getlogin is declared even after undefining macros. */
 
342
#undef HAVE_RAW_DECL_GETLOGIN
 
343
 
 
344
/* Define to 1 if getlogin_r is declared even after undefining macros. */
 
345
#undef HAVE_RAW_DECL_GETLOGIN_R
 
346
 
 
347
/* Define to 1 if getnameinfo is declared even after undefining macros. */
 
348
#undef HAVE_RAW_DECL_GETNAMEINFO
 
349
 
 
350
/* Define to 1 if getpagesize is declared even after undefining macros. */
 
351
#undef HAVE_RAW_DECL_GETPAGESIZE
 
352
 
 
353
/* Define to 1 if getpeername is declared even after undefining macros. */
 
354
#undef HAVE_RAW_DECL_GETPEERNAME
 
355
 
 
356
/* Define to 1 if getsockname is declared even after undefining macros. */
 
357
#undef HAVE_RAW_DECL_GETSOCKNAME
 
358
 
 
359
/* Define to 1 if getsockopt is declared even after undefining macros. */
 
360
#undef HAVE_RAW_DECL_GETSOCKOPT
 
361
 
 
362
/* Define to 1 if getsubopt is declared even after undefining macros. */
 
363
#undef HAVE_RAW_DECL_GETSUBOPT
 
364
 
 
365
/* Define to 1 if getusershell is declared even after undefining macros. */
 
366
#undef HAVE_RAW_DECL_GETUSERSHELL
 
367
 
 
368
/* Define to 1 if grantpt is declared even after undefining macros. */
 
369
#undef HAVE_RAW_DECL_GRANTPT
 
370
 
 
371
/* Define to 1 if initstat_r is declared even after undefining macros. */
 
372
#undef HAVE_RAW_DECL_INITSTAT_R
 
373
 
 
374
/* Define to 1 if lchmod is declared even after undefining macros. */
 
375
#undef HAVE_RAW_DECL_LCHMOD
 
376
 
 
377
/* Define to 1 if lchown is declared even after undefining macros. */
 
378
#undef HAVE_RAW_DECL_LCHOWN
 
379
 
 
380
/* Define to 1 if link is declared even after undefining macros. */
 
381
#undef HAVE_RAW_DECL_LINK
 
382
 
 
383
/* Define to 1 if linkat is declared even after undefining macros. */
 
384
#undef HAVE_RAW_DECL_LINKAT
 
385
 
 
386
/* Define to 1 if listen is declared even after undefining macros. */
 
387
#undef HAVE_RAW_DECL_LISTEN
 
388
 
 
389
/* Define to 1 if lseek is declared even after undefining macros. */
 
390
#undef HAVE_RAW_DECL_LSEEK
 
391
 
 
392
/* Define to 1 if lstat is declared even after undefining macros. */
 
393
#undef HAVE_RAW_DECL_LSTAT
 
394
 
 
395
/* Define to 1 if mbrlen is declared even after undefining macros. */
 
396
#undef HAVE_RAW_DECL_MBRLEN
 
397
 
 
398
/* Define to 1 if mbrtowc is declared even after undefining macros. */
 
399
#undef HAVE_RAW_DECL_MBRTOWC
 
400
 
 
401
/* Define to 1 if mbsinit is declared even after undefining macros. */
 
402
#undef HAVE_RAW_DECL_MBSINIT
 
403
 
 
404
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
 
405
#undef HAVE_RAW_DECL_MBSNRTOWCS
 
406
 
 
407
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
 
408
#undef HAVE_RAW_DECL_MBSRTOWCS
 
409
 
 
410
/* Define to 1 if memmem is declared even after undefining macros. */
 
411
#undef HAVE_RAW_DECL_MEMMEM
 
412
 
 
413
/* Define to 1 if mempcpy is declared even after undefining macros. */
 
414
#undef HAVE_RAW_DECL_MEMPCPY
 
415
 
 
416
/* Define to 1 if memrchr is declared even after undefining macros. */
 
417
#undef HAVE_RAW_DECL_MEMRCHR
 
418
 
 
419
/* Define to 1 if mkdirat is declared even after undefining macros. */
 
420
#undef HAVE_RAW_DECL_MKDIRAT
 
421
 
 
422
/* Define to 1 if mkdtemp is declared even after undefining macros. */
 
423
#undef HAVE_RAW_DECL_MKDTEMP
 
424
 
 
425
/* Define to 1 if mkfifo is declared even after undefining macros. */
 
426
#undef HAVE_RAW_DECL_MKFIFO
 
427
 
 
428
/* Define to 1 if mkfifoat is declared even after undefining macros. */
 
429
#undef HAVE_RAW_DECL_MKFIFOAT
 
430
 
 
431
/* Define to 1 if mknod is declared even after undefining macros. */
 
432
#undef HAVE_RAW_DECL_MKNOD
 
433
 
 
434
/* Define to 1 if mknodat is declared even after undefining macros. */
 
435
#undef HAVE_RAW_DECL_MKNODAT
 
436
 
 
437
/* Define to 1 if mkostemp is declared even after undefining macros. */
 
438
#undef HAVE_RAW_DECL_MKOSTEMP
 
439
 
 
440
/* Define to 1 if mkostemps is declared even after undefining macros. */
 
441
#undef HAVE_RAW_DECL_MKOSTEMPS
 
442
 
 
443
/* Define to 1 if mkstemp is declared even after undefining macros. */
 
444
#undef HAVE_RAW_DECL_MKSTEMP
 
445
 
 
446
/* Define to 1 if mkstemps is declared even after undefining macros. */
 
447
#undef HAVE_RAW_DECL_MKSTEMPS
 
448
 
 
449
/* Define to 1 if pipe2 is declared even after undefining macros. */
 
450
#undef HAVE_RAW_DECL_PIPE2
 
451
 
 
452
/* Define to 1 if popen is declared even after undefining macros. */
 
453
#undef HAVE_RAW_DECL_POPEN
 
454
 
 
455
/* Define to 1 if pread is declared even after undefining macros. */
 
456
#undef HAVE_RAW_DECL_PREAD
 
457
 
 
458
/* Define to 1 if ptsname is declared even after undefining macros. */
 
459
#undef HAVE_RAW_DECL_PTSNAME
 
460
 
 
461
/* Define to 1 if pwrite is declared even after undefining macros. */
 
462
#undef HAVE_RAW_DECL_PWRITE
 
463
 
 
464
/* Define to 1 if random_r is declared even after undefining macros. */
 
465
#undef HAVE_RAW_DECL_RANDOM_R
 
466
 
 
467
/* Define to 1 if rawmemchr is declared even after undefining macros. */
 
468
#undef HAVE_RAW_DECL_RAWMEMCHR
 
469
 
 
470
/* Define to 1 if readlink is declared even after undefining macros. */
 
471
#undef HAVE_RAW_DECL_READLINK
 
472
 
 
473
/* Define to 1 if readlinkat is declared even after undefining macros. */
 
474
#undef HAVE_RAW_DECL_READLINKAT
 
475
 
 
476
/* Define to 1 if realpath is declared even after undefining macros. */
 
477
#undef HAVE_RAW_DECL_REALPATH
 
478
 
 
479
/* Define to 1 if recv is declared even after undefining macros. */
 
480
#undef HAVE_RAW_DECL_RECV
 
481
 
 
482
/* Define to 1 if recvfrom is declared even after undefining macros. */
 
483
#undef HAVE_RAW_DECL_RECVFROM
 
484
 
 
485
/* Define to 1 if renameat is declared even after undefining macros. */
 
486
#undef HAVE_RAW_DECL_RENAMEAT
 
487
 
 
488
/* Define to 1 if rmdir is declared even after undefining macros. */
 
489
#undef HAVE_RAW_DECL_RMDIR
 
490
 
 
491
/* Define to 1 if rpmatch is declared even after undefining macros. */
 
492
#undef HAVE_RAW_DECL_RPMATCH
 
493
 
 
494
/* Define to 1 if send is declared even after undefining macros. */
 
495
#undef HAVE_RAW_DECL_SEND
 
496
 
 
497
/* Define to 1 if sendto is declared even after undefining macros. */
 
498
#undef HAVE_RAW_DECL_SENDTO
 
499
 
 
500
/* Define to 1 if setenv is declared even after undefining macros. */
 
501
#undef HAVE_RAW_DECL_SETENV
 
502
 
 
503
/* Define to 1 if setsockopt is declared even after undefining macros. */
 
504
#undef HAVE_RAW_DECL_SETSOCKOPT
 
505
 
 
506
/* Define to 1 if setstate_r is declared even after undefining macros. */
 
507
#undef HAVE_RAW_DECL_SETSTATE_R
 
508
 
 
509
/* Define to 1 if setusershell is declared even after undefining macros. */
 
510
#undef HAVE_RAW_DECL_SETUSERSHELL
 
511
 
 
512
/* Define to 1 if shutdown is declared even after undefining macros. */
 
513
#undef HAVE_RAW_DECL_SHUTDOWN
 
514
 
 
515
/* Define to 1 if sleep is declared even after undefining macros. */
 
516
#undef HAVE_RAW_DECL_SLEEP
 
517
 
 
518
/* Define to 1 if snprintf is declared even after undefining macros. */
 
519
#undef HAVE_RAW_DECL_SNPRINTF
 
520
 
 
521
/* Define to 1 if socket is declared even after undefining macros. */
 
522
#undef HAVE_RAW_DECL_SOCKET
 
523
 
 
524
/* Define to 1 if srandom_r is declared even after undefining macros. */
 
525
#undef HAVE_RAW_DECL_SRANDOM_R
 
526
 
 
527
/* Define to 1 if stat is declared even after undefining macros. */
 
528
#undef HAVE_RAW_DECL_STAT
 
529
 
 
530
/* Define to 1 if stpcpy is declared even after undefining macros. */
 
531
#undef HAVE_RAW_DECL_STPCPY
 
532
 
 
533
/* Define to 1 if stpncpy is declared even after undefining macros. */
 
534
#undef HAVE_RAW_DECL_STPNCPY
 
535
 
 
536
/* Define to 1 if strcasecmp is declared even after undefining macros. */
 
537
#undef HAVE_RAW_DECL_STRCASECMP
 
538
 
 
539
/* Define to 1 if strcasestr is declared even after undefining macros. */
 
540
#undef HAVE_RAW_DECL_STRCASESTR
 
541
 
 
542
/* Define to 1 if strchrnul is declared even after undefining macros. */
 
543
#undef HAVE_RAW_DECL_STRCHRNUL
 
544
 
 
545
/* Define to 1 if strdup is declared even after undefining macros. */
 
546
#undef HAVE_RAW_DECL_STRDUP
 
547
 
 
548
/* Define to 1 if strncasecmp is declared even after undefining macros. */
 
549
#undef HAVE_RAW_DECL_STRNCASECMP
 
550
 
 
551
/* Define to 1 if strncat is declared even after undefining macros. */
 
552
#undef HAVE_RAW_DECL_STRNCAT
 
553
 
 
554
/* Define to 1 if strndup is declared even after undefining macros. */
 
555
#undef HAVE_RAW_DECL_STRNDUP
 
556
 
 
557
/* Define to 1 if strnlen is declared even after undefining macros. */
 
558
#undef HAVE_RAW_DECL_STRNLEN
 
559
 
 
560
/* Define to 1 if strpbrk is declared even after undefining macros. */
 
561
#undef HAVE_RAW_DECL_STRPBRK
 
562
 
 
563
/* Define to 1 if strsep is declared even after undefining macros. */
 
564
#undef HAVE_RAW_DECL_STRSEP
 
565
 
 
566
/* Define to 1 if strsignal is declared even after undefining macros. */
 
567
#undef HAVE_RAW_DECL_STRSIGNAL
 
568
 
 
569
/* Define to 1 if strtod is declared even after undefining macros. */
 
570
#undef HAVE_RAW_DECL_STRTOD
 
571
 
 
572
/* Define to 1 if strtok_r is declared even after undefining macros. */
 
573
#undef HAVE_RAW_DECL_STRTOK_R
 
574
 
 
575
/* Define to 1 if strtoll is declared even after undefining macros. */
 
576
#undef HAVE_RAW_DECL_STRTOLL
 
577
 
 
578
/* Define to 1 if strtoull is declared even after undefining macros. */
 
579
#undef HAVE_RAW_DECL_STRTOULL
 
580
 
 
581
/* Define to 1 if strverscmp is declared even after undefining macros. */
 
582
#undef HAVE_RAW_DECL_STRVERSCMP
 
583
 
 
584
/* Define to 1 if symlink is declared even after undefining macros. */
 
585
#undef HAVE_RAW_DECL_SYMLINK
 
586
 
 
587
/* Define to 1 if symlinkat is declared even after undefining macros. */
 
588
#undef HAVE_RAW_DECL_SYMLINKAT
 
589
 
 
590
/* Define to 1 if tmpfile is declared even after undefining macros. */
 
591
#undef HAVE_RAW_DECL_TMPFILE
 
592
 
 
593
/* Define to 1 if ttyname_r is declared even after undefining macros. */
 
594
#undef HAVE_RAW_DECL_TTYNAME_R
 
595
 
 
596
/* Define to 1 if unlink is declared even after undefining macros. */
 
597
#undef HAVE_RAW_DECL_UNLINK
 
598
 
 
599
/* Define to 1 if unlinkat is declared even after undefining macros. */
 
600
#undef HAVE_RAW_DECL_UNLINKAT
 
601
 
 
602
/* Define to 1 if unlockpt is declared even after undefining macros. */
 
603
#undef HAVE_RAW_DECL_UNLOCKPT
 
604
 
 
605
/* Define to 1 if unsetenv is declared even after undefining macros. */
 
606
#undef HAVE_RAW_DECL_UNSETENV
 
607
 
 
608
/* Define to 1 if usleep is declared even after undefining macros. */
 
609
#undef HAVE_RAW_DECL_USLEEP
 
610
 
 
611
/* Define to 1 if utimensat is declared even after undefining macros. */
 
612
#undef HAVE_RAW_DECL_UTIMENSAT
 
613
 
 
614
/* Define to 1 if vdprintf is declared even after undefining macros. */
 
615
#undef HAVE_RAW_DECL_VDPRINTF
 
616
 
 
617
/* Define to 1 if vsnprintf is declared even after undefining macros. */
 
618
#undef HAVE_RAW_DECL_VSNPRINTF
 
619
 
 
620
/* Define to 1 if wcrtomb is declared even after undefining macros. */
 
621
#undef HAVE_RAW_DECL_WCRTOMB
 
622
 
 
623
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
 
624
#undef HAVE_RAW_DECL_WCSNRTOMBS
 
625
 
 
626
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
 
627
#undef HAVE_RAW_DECL_WCSRTOMBS
 
628
 
 
629
/* Define to 1 if wctob is declared even after undefining macros. */
 
630
#undef HAVE_RAW_DECL_WCTOB
 
631
 
 
632
/* Define to 1 if wcwidth is declared even after undefining macros. */
 
633
#undef HAVE_RAW_DECL_WCWIDTH
 
634
 
183
635
/* Define if the 'realloc' function is POSIX compliant. */
184
636
#undef HAVE_REALLOC_POSIX
185
637
 
201
653
/* Define to 1 if you have the `snprintf' function. */
202
654
#undef HAVE_SNPRINTF
203
655
 
 
656
/* Define if the return value of the snprintf function is the number of of
 
657
   bytes (excluding the terminating NUL) that would have been produced if the
 
658
   buffer had been large enough. */
 
659
#undef HAVE_SNPRINTF_RETVAL_C99
 
660
 
204
661
/* Define to 1 if stdbool.h conforms to C99. */
205
662
#undef HAVE_STDBOOL_H
206
663
 
 
664
/* Define to 1 if you have the <stddef.h> header file. */
 
665
#undef HAVE_STDDEF_H
 
666
 
207
667
/* Define to 1 if you have the <stdint.h> header file. */
208
668
#undef HAVE_STDINT_H
209
669
 
247
707
/* Define to 1 if you have the <sys/inttypes.h> header file. */
248
708
#undef HAVE_SYS_INTTYPES_H
249
709
 
 
710
/* Define to 1 if you have the <sys/mman.h> header file. */
 
711
#undef HAVE_SYS_MMAN_H
 
712
 
250
713
/* Define to 1 if you have the <sys/socket.h> header file. */
251
714
#undef HAVE_SYS_SOCKET_H
252
715
 
311
774
   */
312
775
#undef LT_OBJDIR
313
776
 
 
777
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
 
778
#undef MAP_ANONYMOUS
 
779
 
314
780
/* no ssize_t type was found */
315
781
#undef NO_SSIZE_T
316
782
 
383
849
/* Define to 1 if you have the ANSI C header files. */
384
850
#undef STDC_HEADERS
385
851
 
 
852
/* Define to the prefix of C symbols at the assembler and linker level, either
 
853
   an underscore or empty. */
 
854
#undef USER_LABEL_PREFIX
 
855
 
386
856
/* whether to use the LZO compression */
387
857
#undef USE_LZO
388
858
 
483
953
   nothing if this is not supported.  Do not define if restrict is
484
954
   supported directly.  */
485
955
#undef restrict
486
 
/* Work around a bug in Sun C++: it does not support _Restrict, even
487
 
   though the corresponding Sun C compiler does, which causes
488
 
   "#define restrict _Restrict" in the previous line.  Perhaps some future
489
 
   version of Sun C++ will work with _Restrict; if so, it'll probably
490
 
   define __RESTRICT, just as Sun C does.  */
 
956
/* Work around a bug in Sun C++: it does not support _Restrict or
 
957
   __restrict__, even though the corresponding Sun C compiler ends up with
 
958
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
 
959
   previous line.  Perhaps some future version of Sun C++ will work with
 
960
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
491
961
#if defined __SUNPRO_CC && !defined __RESTRICT
492
962
# define _Restrict
 
963
# define __restrict__
493
964
#endif
494
965
 
495
966
/* Define to `unsigned int' if <sys/types.h> does not define. */
498
969
/* type to use in place of socklen_t if not defined */
499
970
#undef socklen_t
500
971
 
501
 
/* Define as a marker that can be attached to function parameter declarations
502
 
   for parameters that are not used.  This helps to reduce warnings, such as
503
 
   from GCC -Wunused-parameter.  */
 
972
/* Define as a marker that can be attached to declarations that might not
 
973
    be used.  This helps to reduce warnings, such as from
 
974
    GCC -Wunused-parameter.  */
504
975
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
505
 
# define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
 
976
# define _GL_UNUSED __attribute__ ((__unused__))
506
977
#else
507
 
# define _UNUSED_PARAMETER_
 
978
# define _GL_UNUSED
508
979
#endif
 
980
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
 
981
   is a misnomer outside of parameter lists.  */
 
982
#define _UNUSED_PARAMETER_ _GL_UNUSED
509
983