~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-19 00:00:09 UTC
  • mfrom: (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20111019000009-8p33w3wz4b1rdri0
Tags: 1.13-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
  - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
* Dropped changes, superseded in Debian:
  - Keep build dependencies in main:
    + debian/control: remove info2man build-dep
    + debian/patches/series: disable wget-infopod_generated_manpage
  - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
    can depend on it.
* Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
  it.
* Add a second build pass for the udeb, so we can build without libidn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Define if the compiler is building for multiple architectures of Apple
4
 
   platforms at once. */
5
 
#undef AA_APPLE_UNIVERSAL_BUILD
6
 
 
7
3
/* Define if building universal (internal helper macro) */
8
4
#undef AC_APPLE_UNIVERSAL_BUILD
9
5
 
30
26
/* Define to 1 if using `alloca.c'. */
31
27
#undef C_ALLOCA
32
28
 
 
29
/* Define to 1 if // is a file system root distinct from /. */
 
30
#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
 
31
 
33
32
/* Define if you want the debug output support compiled in. */
34
33
#undef ENABLE_DEBUG
35
34
 
52
51
/* Define if you want the Opie support for FTP compiled in. */
53
52
#undef ENABLE_OPIE
54
53
 
55
 
/* Define to 1 when using the gnulib module getopt-gnu. */
56
 
#undef GNULIB_GETOPT_GNU
 
54
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
 
55
#undef FCNTL_DUPFD_BUGGY
 
56
 
 
57
/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
 
58
   dot component. */
 
59
#undef FUNC_MKDIR_DOT_BUG
 
60
 
 
61
/* Define to 1 if futimesat mishandles a NULL file name. */
 
62
#undef FUTIMESAT_NULL_BUG
 
63
 
 
64
/* Define if gettimeofday clobbers the localtime buffer. */
 
65
#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
 
66
 
 
67
/* Define this to 'void' or 'struct timezone' to match the system's
 
68
   declaration of the second argument to gettimeofday. */
 
69
#undef GETTIMEOFDAY_TIMEZONE
 
70
 
 
71
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
72
   whether the gnulib module fd-safer-flag shall be considered present. */
 
73
#undef GNULIB_FD_SAFER_FLAG
 
74
 
 
75
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
76
   whether the gnulib module pipe2-safer shall be considered present. */
 
77
#undef GNULIB_PIPE2_SAFER
 
78
 
 
79
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
80
   whether the gnulib module sigpipe shall be considered present. */
 
81
#undef GNULIB_SIGPIPE
 
82
 
 
83
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
84
   whether the gnulib module snprintf shall be considered present. */
 
85
#undef GNULIB_SNPRINTF
 
86
 
 
87
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
88
   whether the gnulib module strerror shall be considered present. */
 
89
#undef GNULIB_STRERROR
 
90
 
 
91
/* Define to 1 when the gnulib module accept should be tested. */
 
92
#undef GNULIB_TEST_ACCEPT
 
93
 
 
94
/* Define to 1 when the gnulib module bind should be tested. */
 
95
#undef GNULIB_TEST_BIND
 
96
 
 
97
/* Define to 1 when the gnulib module cloexec should be tested. */
 
98
#undef GNULIB_TEST_CLOEXEC
 
99
 
 
100
/* Define to 1 when the gnulib module close should be tested. */
 
101
#undef GNULIB_TEST_CLOSE
 
102
 
 
103
/* Define to 1 when the gnulib module connect should be tested. */
 
104
#undef GNULIB_TEST_CONNECT
 
105
 
 
106
/* Define to 1 when the gnulib module dup2 should be tested. */
 
107
#undef GNULIB_TEST_DUP2
 
108
 
 
109
/* Define to 1 when the gnulib module environ should be tested. */
 
110
#undef GNULIB_TEST_ENVIRON
 
111
 
 
112
/* Define to 1 when the gnulib module fcntl should be tested. */
 
113
#undef GNULIB_TEST_FCNTL
 
114
 
 
115
/* Define to 1 when the gnulib module fseek should be tested. */
 
116
#undef GNULIB_TEST_FSEEK
 
117
 
 
118
/* Define to 1 when the gnulib module fseeko should be tested. */
 
119
#undef GNULIB_TEST_FSEEKO
 
120
 
 
121
/* Define to 1 when the gnulib module futimens should be tested. */
 
122
#undef GNULIB_TEST_FUTIMENS
 
123
 
 
124
/* Define to 1 when the gnulib module getaddrinfo should be tested. */
 
125
#undef GNULIB_TEST_GETADDRINFO
 
126
 
 
127
/* Define to 1 when the gnulib module getdelim should be tested. */
 
128
#undef GNULIB_TEST_GETDELIM
 
129
 
 
130
/* Define to 1 when the gnulib module getdtablesize should be tested. */
 
131
#undef GNULIB_TEST_GETDTABLESIZE
 
132
 
 
133
/* Define to 1 when the gnulib module getline should be tested. */
 
134
#undef GNULIB_TEST_GETLINE
 
135
 
 
136
/* Define to 1 when the gnulib module getopt-gnu should be tested. */
 
137
#undef GNULIB_TEST_GETOPT_GNU
 
138
 
 
139
/* Define to 1 when the gnulib module getpeername should be tested. */
 
140
#undef GNULIB_TEST_GETPEERNAME
 
141
 
 
142
/* Define to 1 when the gnulib module getsockname should be tested. */
 
143
#undef GNULIB_TEST_GETSOCKNAME
 
144
 
 
145
/* Define to 1 when the gnulib module gettimeofday should be tested. */
 
146
#undef GNULIB_TEST_GETTIMEOFDAY
 
147
 
 
148
/* Define to 1 when the gnulib module ioctl should be tested. */
 
149
#undef GNULIB_TEST_IOCTL
 
150
 
 
151
/* Define to 1 when the gnulib module listen should be tested. */
 
152
#undef GNULIB_TEST_LISTEN
 
153
 
 
154
/* Define to 1 when the gnulib module lseek should be tested. */
 
155
#undef GNULIB_TEST_LSEEK
 
156
 
 
157
/* Define to 1 when the gnulib module lstat should be tested. */
 
158
#undef GNULIB_TEST_LSTAT
 
159
 
 
160
/* Define to 1 when the gnulib module malloc-posix should be tested. */
 
161
#undef GNULIB_TEST_MALLOC_POSIX
 
162
 
 
163
/* Define to 1 when the gnulib module mbrtowc should be tested. */
 
164
#undef GNULIB_TEST_MBRTOWC
 
165
 
 
166
/* Define to 1 when the gnulib module mbsinit should be tested. */
 
167
#undef GNULIB_TEST_MBSINIT
 
168
 
 
169
/* Define to 1 when the gnulib module mbtowc should be tested. */
 
170
#undef GNULIB_TEST_MBTOWC
 
171
 
 
172
/* Define to 1 when the gnulib module memchr should be tested. */
 
173
#undef GNULIB_TEST_MEMCHR
 
174
 
 
175
/* Define to 1 when the gnulib module open should be tested. */
 
176
#undef GNULIB_TEST_OPEN
 
177
 
 
178
/* Define to 1 when the gnulib module pipe2 should be tested. */
 
179
#undef GNULIB_TEST_PIPE2
 
180
 
 
181
/* Define to 1 when the gnulib module posix_spawnattr_destroy should be
 
182
   tested. */
 
183
#undef GNULIB_TEST_POSIX_SPAWNATTR_DESTROY
 
184
 
 
185
/* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
 
186
   */
 
187
#undef GNULIB_TEST_POSIX_SPAWNATTR_INIT
 
188
 
 
189
/* Define to 1 when the gnulib module posix_spawnattr_setflags should be
 
190
   tested. */
 
191
#undef GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS
 
192
 
 
193
/* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
 
194
   tested. */
 
195
#undef GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK
 
196
 
 
197
/* Define to 1 when the gnulib module posix_spawnp should be tested. */
 
198
#undef GNULIB_TEST_POSIX_SPAWNP
 
199
 
 
200
/* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
 
201
   be tested. */
 
202
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
 
203
 
 
204
/* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
 
205
   be tested. */
 
206
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
 
207
 
 
208
/* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
 
209
   be tested. */
 
210
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
 
211
 
 
212
/* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
 
213
   be tested. */
 
214
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY
 
215
 
 
216
/* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
 
217
   tested. */
 
218
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT
 
219
 
 
220
/* Define to 1 when the gnulib module rawmemchr should be tested. */
 
221
#undef GNULIB_TEST_RAWMEMCHR
 
222
 
 
223
/* Define to 1 when the gnulib module realloc-posix should be tested. */
 
224
#undef GNULIB_TEST_REALLOC_POSIX
 
225
 
 
226
/* Define to 1 when the gnulib module recv should be tested. */
 
227
#undef GNULIB_TEST_RECV
 
228
 
 
229
/* Define to 1 when the gnulib module select should be tested. */
 
230
#undef GNULIB_TEST_SELECT
 
231
 
 
232
/* Define to 1 when the gnulib module send should be tested. */
 
233
#undef GNULIB_TEST_SEND
 
234
 
 
235
/* Define to 1 when the gnulib module setsockopt should be tested. */
 
236
#undef GNULIB_TEST_SETSOCKOPT
 
237
 
 
238
/* Define to 1 when the gnulib module sigaction should be tested. */
 
239
#undef GNULIB_TEST_SIGACTION
 
240
 
 
241
/* Define to 1 when the gnulib module sigprocmask should be tested. */
 
242
#undef GNULIB_TEST_SIGPROCMASK
 
243
 
 
244
/* Define to 1 when the gnulib module snprintf should be tested. */
 
245
#undef GNULIB_TEST_SNPRINTF
 
246
 
 
247
/* Define to 1 when the gnulib module socket should be tested. */
 
248
#undef GNULIB_TEST_SOCKET
 
249
 
 
250
/* Define to 1 when the gnulib module stat should be tested. */
 
251
#undef GNULIB_TEST_STAT
 
252
 
 
253
/* Define to 1 when the gnulib module strcasestr should be tested. */
 
254
#undef GNULIB_TEST_STRCASESTR
 
255
 
 
256
/* Define to 1 when the gnulib module strchrnul should be tested. */
 
257
#undef GNULIB_TEST_STRCHRNUL
 
258
 
 
259
/* Define to 1 when the gnulib module strerror should be tested. */
 
260
#undef GNULIB_TEST_STRERROR
 
261
 
 
262
/* Define to 1 when the gnulib module strerror_r should be tested. */
 
263
#undef GNULIB_TEST_STRERROR_R
 
264
 
 
265
/* Define to 1 when the gnulib module vasprintf should be tested. */
 
266
#undef GNULIB_TEST_VASPRINTF
 
267
 
 
268
/* Define to 1 when the gnulib module waitpid should be tested. */
 
269
#undef GNULIB_TEST_WAITPID
 
270
 
 
271
/* Define to 1 when the gnulib module write should be tested. */
 
272
#undef GNULIB_TEST_WRITE
57
273
 
58
274
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
59
275
   may be supplied by this distribution. */
63
279
   */
64
280
#undef HAVE_ALLOCA_H
65
281
 
 
282
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
283
#undef HAVE_ARPA_INET_H
 
284
 
66
285
/* Define to 1 if you have the <bp-sym.h> header file. */
67
286
#undef HAVE_BP_SYM_H
68
287
 
69
 
/* Define when using built-in MD5. */
70
 
#undef HAVE_BUILTIN_MD5
 
288
/* Define to 1 if you have the `catgets' function. */
 
289
#undef HAVE_CATGETS
71
290
 
72
291
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
73
292
   CoreFoundation framework. */
80
299
/* Define to 1 if you have the `clock_gettime' function. */
81
300
#undef HAVE_CLOCK_GETTIME
82
301
 
 
302
/* Define to 1 if you have the `clock_settime' function. */
 
303
#undef HAVE_CLOCK_SETTIME
 
304
 
 
305
/* Define to 1 if you have the `confstr' function. */
 
306
#undef HAVE_CONFSTR
 
307
 
83
308
/* Define if the GNU dcgettext() function is already present or preinstalled.
84
309
   */
85
310
#undef HAVE_DCGETTEXT
86
311
 
 
312
/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
 
313
   you don't. */
 
314
#undef HAVE_DECL_CLEARERR_UNLOCKED
 
315
 
 
316
/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
 
317
   don't. */
 
318
#undef HAVE_DECL_FEOF_UNLOCKED
 
319
 
 
320
/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
 
321
   you don't. */
 
322
#undef HAVE_DECL_FERROR_UNLOCKED
 
323
 
87
324
/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
88
325
   you don't. */
89
326
#undef HAVE_DECL_FFLUSH_UNLOCKED
90
327
 
 
328
/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
 
329
   you don't. */
 
330
#undef HAVE_DECL_FGETS_UNLOCKED
 
331
 
91
332
/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
92
333
   don't. */
93
334
#undef HAVE_DECL_FLOCKFILE
94
335
 
 
336
/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
 
337
   you don't. */
 
338
#undef HAVE_DECL_FPUTC_UNLOCKED
 
339
 
95
340
/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
96
341
   you don't. */
97
342
#undef HAVE_DECL_FPUTS_UNLOCKED
98
343
 
 
344
/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
 
345
   you don't. */
 
346
#undef HAVE_DECL_FREAD_UNLOCKED
 
347
 
 
348
/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
 
349
   don't. */
 
350
#undef HAVE_DECL_FREEADDRINFO
 
351
 
 
352
/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
 
353
   */
 
354
#undef HAVE_DECL_FSEEKO
 
355
 
99
356
/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
100
357
   don't. */
101
358
#undef HAVE_DECL_FUNLOCKFILE
102
359
 
 
360
/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
 
361
   you don't. */
 
362
#undef HAVE_DECL_FWRITE_UNLOCKED
 
363
 
 
364
/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
 
365
   don't. */
 
366
#undef HAVE_DECL_GAI_STRERROR
 
367
 
 
368
/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
 
369
   don't. */
 
370
#undef HAVE_DECL_GAI_STRERRORA
 
371
 
 
372
/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
 
373
   don't. */
 
374
#undef HAVE_DECL_GETADDRINFO
 
375
 
 
376
/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
 
377
   you don't. */
 
378
#undef HAVE_DECL_GETCHAR_UNLOCKED
 
379
 
103
380
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
104
381
   don't. */
105
382
#undef HAVE_DECL_GETC_UNLOCKED
116
393
   don't. */
117
394
#undef HAVE_DECL_GETLINE
118
395
 
 
396
/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
 
397
   don't. */
 
398
#undef HAVE_DECL_GETNAMEINFO
 
399
 
119
400
/* Define to 1 if you have the declaration of `getpass', and to 0 if you
120
401
   don't. */
121
402
#undef HAVE_DECL_GETPASS
124
405
   don't. */
125
406
#undef HAVE_DECL_H_ERRNO
126
407
 
 
408
/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
 
409
   don't. */
 
410
#undef HAVE_DECL_INET_NTOP
 
411
 
 
412
/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
 
413
   don't. */
 
414
#undef HAVE_DECL_MBRTOWC
 
415
 
 
416
/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
 
417
   don't. */
 
418
#undef HAVE_DECL_MBSINIT
 
419
 
 
420
/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
 
421
   you don't. */
 
422
#undef HAVE_DECL_PUTCHAR_UNLOCKED
 
423
 
127
424
/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
128
425
   don't. */
129
426
#undef HAVE_DECL_PUTC_UNLOCKED
130
427
 
131
 
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
 
428
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
132
429
   don't. */
133
 
#undef HAVE_DECL_STRERROR
 
430
#undef HAVE_DECL_SNPRINTF
134
431
 
135
432
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
136
433
   don't. */
137
434
#undef HAVE_DECL_STRERROR_R
138
435
 
139
 
/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
140
 
   don't. */
141
 
#undef HAVE_DECL_STRNCASECMP
 
436
/* Define to 1 if you have the declaration of `towlower', and to 0 if you
 
437
   don't. */
 
438
#undef HAVE_DECL_TOWLOWER
 
439
 
 
440
/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
 
441
   don't. */
 
442
#undef HAVE_DECL__SNPRINTF
142
443
 
143
444
/* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
144
445
   don't. */
147
448
/* Define to 1 if you have the `drand48' function. */
148
449
#undef HAVE_DRAND48
149
450
 
150
 
/* Define to 1 if you have the <errno.h> header file. */
151
 
#undef HAVE_ERRNO_H
 
451
/* Define to 1 if you have the 'dup2' function. */
 
452
#undef HAVE_DUP2
 
453
 
 
454
/* Define if you have the declaration of environ. */
 
455
#undef HAVE_ENVIRON_DECL
 
456
 
 
457
/* Define to 1 if you have the `fcntl' function. */
 
458
#undef HAVE_FCNTL
 
459
 
 
460
/* Define to 1 if you have the <features.h> header file. */
 
461
#undef HAVE_FEATURES_H
152
462
 
153
463
/* Define to 1 if you have the `flockfile' function. */
154
464
#undef HAVE_FLOCKFILE
162
472
/* Define to 1 if you have the `funlockfile' function. */
163
473
#undef HAVE_FUNLOCKFILE
164
474
 
165
 
/* Define to 1 if you have the `getaddrinfo' function. */
166
 
#undef HAVE_GETADDRINFO
 
475
/* Define to 1 if you have the `futimens' function. */
 
476
#undef HAVE_FUTIMENS
 
477
 
 
478
/* Define to 1 if you have the `futimes' function. */
 
479
#undef HAVE_FUTIMES
 
480
 
 
481
/* Define to 1 if you have the `futimesat' function. */
 
482
#undef HAVE_FUTIMESAT
167
483
 
168
484
/* Define to 1 if you have the `getdelim' function. */
169
485
#undef HAVE_GETDELIM
170
486
 
 
487
/* Define to 1 if you have the `getdtablesize' function. */
 
488
#undef HAVE_GETDTABLESIZE
 
489
 
171
490
/* Define to 1 if you have the `gethostbyname' function. */
172
491
#undef HAVE_GETHOSTBYNAME
173
492
 
180
499
/* Define to 1 if you have the `getpagesize' function. */
181
500
#undef HAVE_GETPAGESIZE
182
501
 
 
502
/* Define to 1 if you have the `getservbyname' function. */
 
503
#undef HAVE_GETSERVBYNAME
 
504
 
183
505
/* Define if the GNU gettext() function is already present or preinstalled. */
184
506
#undef HAVE_GETTEXT
185
507
 
 
508
/* Define to 1 if you have the `gettimeofday' function. */
 
509
#undef HAVE_GETTIMEOFDAY
 
510
 
186
511
/* Define if you have the iconv() function and it works. */
187
512
#undef HAVE_ICONV
188
513
 
 
514
/* Define to 1 if you have the <iconv.h> header file. */
 
515
#undef HAVE_ICONV_H
 
516
 
189
517
/* Define to 1 if you have the `inet_ntoa' function. */
190
518
#undef HAVE_INET_NTOA
191
519
 
 
520
/* Define to 1 if you have the `inet_ntop' function. */
 
521
#undef HAVE_INET_NTOP
 
522
 
192
523
/* Define to 1 if the compiler supports one of the keywords 'inline',
193
524
   '__inline__', '__inline' and effectively inlines functions marked as such.
194
525
   */
197
528
/* Define to 1 if the system has the type `int64_t'. */
198
529
#undef HAVE_INT64_T
199
530
 
 
531
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
 
532
#undef HAVE_INTMAX_T
 
533
 
200
534
/* Define to 1 if the system has the type `intptr_t'. */
201
535
#undef HAVE_INTPTR_T
202
536
 
203
537
/* Define to 1 if you have the <inttypes.h> header file. */
204
538
#undef HAVE_INTTYPES_H
205
539
 
 
540
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
 
541
   declares uintmax_t. */
 
542
#undef HAVE_INTTYPES_H_WITH_UINTMAX
 
543
 
 
544
/* Define to 1 if you have the `ioctl' function. */
 
545
#undef HAVE_IOCTL
 
546
 
 
547
/* Define to 1 if <sys/socket.h> defines AF_INET. */
 
548
#undef HAVE_IPV4
 
549
 
 
550
/* Define to 1 if <sys/socket.h> defines AF_INET6. */
 
551
#undef HAVE_IPV6
 
552
 
206
553
/* Define to 1 if you have the `isatty' function. */
207
554
#undef HAVE_ISATTY
208
555
 
212
559
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
213
560
#undef HAVE_LANGINFO_CODESET
214
561
 
 
562
/* Define to 1 if you have the `crypto' library (-lcrypto). */
 
563
#undef HAVE_LIBCRYPTO
 
564
 
215
565
/* Define to 1 if you have the `dl' library (-ldl). */
216
566
#undef HAVE_LIBDL
217
567
 
218
 
/* Define if you have the gnutls library. */
 
568
/* Define to 1 if you have the `eay32' library (-leay32). */
 
569
#undef HAVE_LIBEAY32
 
570
 
 
571
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
 
572
#undef HAVE_LIBGCRYPT
 
573
 
 
574
/* Define to 1 if you have the `gnutls' library (-lgnutls). */
219
575
#undef HAVE_LIBGNUTLS
220
576
 
 
577
/* Define to 1 if you have the `gpg-error' library (-lgpg-error). */
 
578
#undef HAVE_LIBGPG_ERROR
 
579
 
221
580
/* Define to 1 if you have the `nsl' library (-lnsl). */
222
581
#undef HAVE_LIBNSL
223
582
 
227
586
/* Define to 1 if you have the `socket' library (-lsocket). */
228
587
#undef HAVE_LIBSOCKET
229
588
 
230
 
/* Define if you have the ssl library. */
 
589
/* Define to 1 if you have the `ssl' library (-lssl). */
231
590
#undef HAVE_LIBSSL
232
591
 
 
592
/* Define to 1 if you have the `ssl32' library (-lssl32). */
 
593
#undef HAVE_LIBSSL32
 
594
 
 
595
/* Define to 1 if you have the `z' library (-lz). */
 
596
#undef HAVE_LIBZ
 
597
 
233
598
/* Define to 1 if the system has the type `long long int'. */
234
599
#undef HAVE_LONG_LONG_INT
235
600
 
 
601
/* Define to 1 if you have the `lstat' function. */
 
602
#undef HAVE_LSTAT
 
603
 
 
604
/* Define to 1 if you have the `lutimes' function. */
 
605
#undef HAVE_LUTIMES
 
606
 
 
607
/* Define if the 'malloc' function is POSIX compliant. */
 
608
#undef HAVE_MALLOC_POSIX
 
609
 
236
610
/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
237
611
   config.h and <sys/mman.h>. */
238
612
#undef HAVE_MAP_ANONYMOUS
249
623
/* Define to 1 if you have the `mbtowc' function. */
250
624
#undef HAVE_MBTOWC
251
625
 
252
 
/* Define if we're compiling support for MD5. */
253
 
#undef HAVE_MD5
254
 
 
255
 
/* Define to 1 if you have the `memchr' function. */
256
 
#undef HAVE_MEMCHR
257
 
 
258
626
/* Define to 1 if you have the <memory.h> header file. */
259
627
#undef HAVE_MEMORY_H
260
628
 
270
638
/* Define if you have the nanosleep function. */
271
639
#undef HAVE_NANOSLEEP
272
640
 
273
 
/* Define when using OpenSSL MD5. */
274
 
#undef HAVE_OPENSSL_MD5
275
 
 
276
 
/* Define to 1 if you have the <OS.h> header file. */
277
 
#undef HAVE_OS_H
 
641
/* Define to 1 if you have the `nanotime' function. */
 
642
#undef HAVE_NANOTIME
 
643
 
 
644
/* Define to 1 if you have the <netdb.h> header file. */
 
645
#undef HAVE_NETDB_H
 
646
 
 
647
/* Define to 1 if you have the <netinet/in.h> header file. */
 
648
#undef HAVE_NETINET_IN_H
 
649
 
 
650
/* Define to 1 if you have the <paths.h> header file. */
 
651
#undef HAVE_PATHS_H
 
652
 
 
653
/* Define to 1 if you have the `pipe' function. */
 
654
#undef HAVE_PIPE
 
655
 
 
656
/* Define to 1 if you have the `pipe2' function. */
 
657
#undef HAVE_PIPE2
 
658
 
 
659
/* Define to 1 if you have the `posix_spawn' function. */
 
660
#undef HAVE_POSIX_SPAWN
 
661
 
 
662
/* Define to 1 if the system has the type `posix_spawnattr_t'. */
 
663
#undef HAVE_POSIX_SPAWNATTR_T
 
664
 
 
665
/* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
 
666
#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
 
667
 
 
668
/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
 
669
#undef HAVE_PTHREAD_MUTEX_RECURSIVE
 
670
 
 
671
/* Define if the POSIX multithreading library has read/write locks. */
 
672
#undef HAVE_PTHREAD_RWLOCK
278
673
 
279
674
/* Define to 1 if you have the <pwd.h> header file. */
280
675
#undef HAVE_PWD_H
281
676
 
282
 
/* Define to 1 if you have the <random.h> header file. */
283
 
#undef HAVE_RANDOM_H
 
677
/* Define to 1 if you have the `rawmemchr' function. */
 
678
#undef HAVE_RAWMEMCHR
 
679
 
 
680
/* Define to 1 if accept is declared even after undefining macros. */
 
681
#undef HAVE_RAW_DECL_ACCEPT
 
682
 
 
683
/* Define to 1 if accept4 is declared even after undefining macros. */
 
684
#undef HAVE_RAW_DECL_ACCEPT4
 
685
 
 
686
/* Define to 1 if atoll is declared even after undefining macros. */
 
687
#undef HAVE_RAW_DECL_ATOLL
 
688
 
 
689
/* Define to 1 if bind is declared even after undefining macros. */
 
690
#undef HAVE_RAW_DECL_BIND
 
691
 
 
692
/* Define to 1 if btowc is declared even after undefining macros. */
 
693
#undef HAVE_RAW_DECL_BTOWC
 
694
 
 
695
/* Define to 1 if canonicalize_file_name is declared even after undefining
 
696
   macros. */
 
697
#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
 
698
 
 
699
/* Define to 1 if chown is declared even after undefining macros. */
 
700
#undef HAVE_RAW_DECL_CHOWN
 
701
 
 
702
/* Define to 1 if connect is declared even after undefining macros. */
 
703
#undef HAVE_RAW_DECL_CONNECT
 
704
 
 
705
/* Define to 1 if dprintf is declared even after undefining macros. */
 
706
#undef HAVE_RAW_DECL_DPRINTF
 
707
 
 
708
/* Define to 1 if dup2 is declared even after undefining macros. */
 
709
#undef HAVE_RAW_DECL_DUP2
 
710
 
 
711
/* Define to 1 if dup3 is declared even after undefining macros. */
 
712
#undef HAVE_RAW_DECL_DUP3
 
713
 
 
714
/* Define to 1 if endusershell is declared even after undefining macros. */
 
715
#undef HAVE_RAW_DECL_ENDUSERSHELL
 
716
 
 
717
/* Define to 1 if environ is declared even after undefining macros. */
 
718
#undef HAVE_RAW_DECL_ENVIRON
 
719
 
 
720
/* Define to 1 if euidaccess is declared even after undefining macros. */
 
721
#undef HAVE_RAW_DECL_EUIDACCESS
 
722
 
 
723
/* Define to 1 if faccessat is declared even after undefining macros. */
 
724
#undef HAVE_RAW_DECL_FACCESSAT
 
725
 
 
726
/* Define to 1 if fchdir is declared even after undefining macros. */
 
727
#undef HAVE_RAW_DECL_FCHDIR
 
728
 
 
729
/* Define to 1 if fchmodat is declared even after undefining macros. */
 
730
#undef HAVE_RAW_DECL_FCHMODAT
 
731
 
 
732
/* Define to 1 if fchownat is declared even after undefining macros. */
 
733
#undef HAVE_RAW_DECL_FCHOWNAT
 
734
 
 
735
/* Define to 1 if fcntl is declared even after undefining macros. */
 
736
#undef HAVE_RAW_DECL_FCNTL
 
737
 
 
738
/* Define to 1 if ffsl is declared even after undefining macros. */
 
739
#undef HAVE_RAW_DECL_FFSL
 
740
 
 
741
/* Define to 1 if ffsll is declared even after undefining macros. */
 
742
#undef HAVE_RAW_DECL_FFSLL
 
743
 
 
744
/* Define to 1 if fpurge is declared even after undefining macros. */
 
745
#undef HAVE_RAW_DECL_FPURGE
 
746
 
 
747
/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
 
748
#undef HAVE_RAW_DECL_FREEADDRINFO
 
749
 
 
750
/* Define to 1 if fseeko is declared even after undefining macros. */
 
751
#undef HAVE_RAW_DECL_FSEEKO
 
752
 
 
753
/* Define to 1 if fstatat is declared even after undefining macros. */
 
754
#undef HAVE_RAW_DECL_FSTATAT
 
755
 
 
756
/* Define to 1 if fsync is declared even after undefining macros. */
 
757
#undef HAVE_RAW_DECL_FSYNC
 
758
 
 
759
/* Define to 1 if ftello is declared even after undefining macros. */
 
760
#undef HAVE_RAW_DECL_FTELLO
 
761
 
 
762
/* Define to 1 if ftruncate is declared even after undefining macros. */
 
763
#undef HAVE_RAW_DECL_FTRUNCATE
 
764
 
 
765
/* Define to 1 if futimens is declared even after undefining macros. */
 
766
#undef HAVE_RAW_DECL_FUTIMENS
 
767
 
 
768
/* Define to 1 if gai_strerror is declared even after undefining macros. */
 
769
#undef HAVE_RAW_DECL_GAI_STRERROR
 
770
 
 
771
/* Define to 1 if getaddrinfo is declared even after undefining macros. */
 
772
#undef HAVE_RAW_DECL_GETADDRINFO
 
773
 
 
774
/* Define to 1 if getcwd is declared even after undefining macros. */
 
775
#undef HAVE_RAW_DECL_GETCWD
 
776
 
 
777
/* Define to 1 if getdelim is declared even after undefining macros. */
 
778
#undef HAVE_RAW_DECL_GETDELIM
 
779
 
 
780
/* Define to 1 if getdomainname is declared even after undefining macros. */
 
781
#undef HAVE_RAW_DECL_GETDOMAINNAME
 
782
 
 
783
/* Define to 1 if getdtablesize is declared even after undefining macros. */
 
784
#undef HAVE_RAW_DECL_GETDTABLESIZE
 
785
 
 
786
/* Define to 1 if getgroups is declared even after undefining macros. */
 
787
#undef HAVE_RAW_DECL_GETGROUPS
 
788
 
 
789
/* Define to 1 if gethostname is declared even after undefining macros. */
 
790
#undef HAVE_RAW_DECL_GETHOSTNAME
 
791
 
 
792
/* Define to 1 if getline is declared even after undefining macros. */
 
793
#undef HAVE_RAW_DECL_GETLINE
 
794
 
 
795
/* Define to 1 if getloadavg is declared even after undefining macros. */
 
796
#undef HAVE_RAW_DECL_GETLOADAVG
 
797
 
 
798
/* Define to 1 if getlogin is declared even after undefining macros. */
 
799
#undef HAVE_RAW_DECL_GETLOGIN
 
800
 
 
801
/* Define to 1 if getlogin_r is declared even after undefining macros. */
 
802
#undef HAVE_RAW_DECL_GETLOGIN_R
 
803
 
 
804
/* Define to 1 if getnameinfo is declared even after undefining macros. */
 
805
#undef HAVE_RAW_DECL_GETNAMEINFO
 
806
 
 
807
/* Define to 1 if getpagesize is declared even after undefining macros. */
 
808
#undef HAVE_RAW_DECL_GETPAGESIZE
 
809
 
 
810
/* Define to 1 if getpeername is declared even after undefining macros. */
 
811
#undef HAVE_RAW_DECL_GETPEERNAME
 
812
 
 
813
/* Define to 1 if getsockname is declared even after undefining macros. */
 
814
#undef HAVE_RAW_DECL_GETSOCKNAME
 
815
 
 
816
/* Define to 1 if getsockopt is declared even after undefining macros. */
 
817
#undef HAVE_RAW_DECL_GETSOCKOPT
 
818
 
 
819
/* Define to 1 if getsubopt is declared even after undefining macros. */
 
820
#undef HAVE_RAW_DECL_GETSUBOPT
 
821
 
 
822
/* Define to 1 if gettimeofday is declared even after undefining macros. */
 
823
#undef HAVE_RAW_DECL_GETTIMEOFDAY
 
824
 
 
825
/* Define to 1 if getusershell is declared even after undefining macros. */
 
826
#undef HAVE_RAW_DECL_GETUSERSHELL
 
827
 
 
828
/* Define to 1 if grantpt is declared even after undefining macros. */
 
829
#undef HAVE_RAW_DECL_GRANTPT
 
830
 
 
831
/* Define to 1 if group_member is declared even after undefining macros. */
 
832
#undef HAVE_RAW_DECL_GROUP_MEMBER
 
833
 
 
834
/* Define to 1 if inet_ntop is declared even after undefining macros. */
 
835
#undef HAVE_RAW_DECL_INET_NTOP
 
836
 
 
837
/* Define to 1 if inet_pton is declared even after undefining macros. */
 
838
#undef HAVE_RAW_DECL_INET_PTON
 
839
 
 
840
/* Define to 1 if initstat_r is declared even after undefining macros. */
 
841
#undef HAVE_RAW_DECL_INITSTAT_R
 
842
 
 
843
/* Define to 1 if ioctl is declared even after undefining macros. */
 
844
#undef HAVE_RAW_DECL_IOCTL
 
845
 
 
846
/* Define to 1 if iswctype is declared even after undefining macros. */
 
847
#undef HAVE_RAW_DECL_ISWCTYPE
 
848
 
 
849
/* Define to 1 if lchmod is declared even after undefining macros. */
 
850
#undef HAVE_RAW_DECL_LCHMOD
 
851
 
 
852
/* Define to 1 if lchown is declared even after undefining macros. */
 
853
#undef HAVE_RAW_DECL_LCHOWN
 
854
 
 
855
/* Define to 1 if link is declared even after undefining macros. */
 
856
#undef HAVE_RAW_DECL_LINK
 
857
 
 
858
/* Define to 1 if linkat is declared even after undefining macros. */
 
859
#undef HAVE_RAW_DECL_LINKAT
 
860
 
 
861
/* Define to 1 if listen is declared even after undefining macros. */
 
862
#undef HAVE_RAW_DECL_LISTEN
 
863
 
 
864
/* Define to 1 if lseek is declared even after undefining macros. */
 
865
#undef HAVE_RAW_DECL_LSEEK
 
866
 
 
867
/* Define to 1 if lstat is declared even after undefining macros. */
 
868
#undef HAVE_RAW_DECL_LSTAT
 
869
 
 
870
/* Define to 1 if mbrlen is declared even after undefining macros. */
 
871
#undef HAVE_RAW_DECL_MBRLEN
 
872
 
 
873
/* Define to 1 if mbrtowc is declared even after undefining macros. */
 
874
#undef HAVE_RAW_DECL_MBRTOWC
 
875
 
 
876
/* Define to 1 if mbsinit is declared even after undefining macros. */
 
877
#undef HAVE_RAW_DECL_MBSINIT
 
878
 
 
879
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
 
880
#undef HAVE_RAW_DECL_MBSNRTOWCS
 
881
 
 
882
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
 
883
#undef HAVE_RAW_DECL_MBSRTOWCS
 
884
 
 
885
/* Define to 1 if memmem is declared even after undefining macros. */
 
886
#undef HAVE_RAW_DECL_MEMMEM
 
887
 
 
888
/* Define to 1 if mempcpy is declared even after undefining macros. */
 
889
#undef HAVE_RAW_DECL_MEMPCPY
 
890
 
 
891
/* Define to 1 if memrchr is declared even after undefining macros. */
 
892
#undef HAVE_RAW_DECL_MEMRCHR
 
893
 
 
894
/* Define to 1 if mkdirat is declared even after undefining macros. */
 
895
#undef HAVE_RAW_DECL_MKDIRAT
 
896
 
 
897
/* Define to 1 if mkdtemp is declared even after undefining macros. */
 
898
#undef HAVE_RAW_DECL_MKDTEMP
 
899
 
 
900
/* Define to 1 if mkfifo is declared even after undefining macros. */
 
901
#undef HAVE_RAW_DECL_MKFIFO
 
902
 
 
903
/* Define to 1 if mkfifoat is declared even after undefining macros. */
 
904
#undef HAVE_RAW_DECL_MKFIFOAT
 
905
 
 
906
/* Define to 1 if mknod is declared even after undefining macros. */
 
907
#undef HAVE_RAW_DECL_MKNOD
 
908
 
 
909
/* Define to 1 if mknodat is declared even after undefining macros. */
 
910
#undef HAVE_RAW_DECL_MKNODAT
 
911
 
 
912
/* Define to 1 if mkostemp is declared even after undefining macros. */
 
913
#undef HAVE_RAW_DECL_MKOSTEMP
 
914
 
 
915
/* Define to 1 if mkostemps is declared even after undefining macros. */
 
916
#undef HAVE_RAW_DECL_MKOSTEMPS
 
917
 
 
918
/* Define to 1 if mkstemp is declared even after undefining macros. */
 
919
#undef HAVE_RAW_DECL_MKSTEMP
 
920
 
 
921
/* Define to 1 if mkstemps is declared even after undefining macros. */
 
922
#undef HAVE_RAW_DECL_MKSTEMPS
 
923
 
 
924
/* Define to 1 if openat is declared even after undefining macros. */
 
925
#undef HAVE_RAW_DECL_OPENAT
 
926
 
 
927
/* Define to 1 if pipe is declared even after undefining macros. */
 
928
#undef HAVE_RAW_DECL_PIPE
 
929
 
 
930
/* Define to 1 if pipe2 is declared even after undefining macros. */
 
931
#undef HAVE_RAW_DECL_PIPE2
 
932
 
 
933
/* Define to 1 if popen is declared even after undefining macros. */
 
934
#undef HAVE_RAW_DECL_POPEN
 
935
 
 
936
/* Define to 1 if posix_spawn is declared even after undefining macros. */
 
937
#undef HAVE_RAW_DECL_POSIX_SPAWN
 
938
 
 
939
/* Define to 1 if posix_spawnattr_destroy is declared even after undefining
 
940
   macros. */
 
941
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY
 
942
 
 
943
/* Define to 1 if posix_spawnattr_getflags is declared even after undefining
 
944
   macros. */
 
945
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS
 
946
 
 
947
/* Define to 1 if posix_spawnattr_getpgroup is declared even after undefining
 
948
   macros. */
 
949
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP
 
950
 
 
951
/* Define to 1 if posix_spawnattr_getschedparam is declared even after
 
952
   undefining macros. */
 
953
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM
 
954
 
 
955
/* Define to 1 if posix_spawnattr_getschedpolicy is declared even after
 
956
   undefining macros. */
 
957
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY
 
958
 
 
959
/* Define to 1 if posix_spawnattr_getsigdefault is declared even after
 
960
   undefining macros. */
 
961
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT
 
962
 
 
963
/* Define to 1 if posix_spawnattr_getsigmask is declared even after undefining
 
964
   macros. */
 
965
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK
 
966
 
 
967
/* Define to 1 if posix_spawnattr_init is declared even after undefining
 
968
   macros. */
 
969
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT
 
970
 
 
971
/* Define to 1 if posix_spawnattr_setflags is declared even after undefining
 
972
   macros. */
 
973
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS
 
974
 
 
975
/* Define to 1 if posix_spawnattr_setpgroup is declared even after undefining
 
976
   macros. */
 
977
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP
 
978
 
 
979
/* Define to 1 if posix_spawnattr_setschedparam is declared even after
 
980
   undefining macros. */
 
981
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM
 
982
 
 
983
/* Define to 1 if posix_spawnattr_setschedpolicy is declared even after
 
984
   undefining macros. */
 
985
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY
 
986
 
 
987
/* Define to 1 if posix_spawnattr_setsigdefault is declared even after
 
988
   undefining macros. */
 
989
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT
 
990
 
 
991
/* Define to 1 if posix_spawnattr_setsigmask is declared even after undefining
 
992
   macros. */
 
993
#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK
 
994
 
 
995
/* Define to 1 if posix_spawnp is declared even after undefining macros. */
 
996
#undef HAVE_RAW_DECL_POSIX_SPAWNP
 
997
 
 
998
/* Define to 1 if posix_spawn_file_actions_addclose is declared even after
 
999
   undefining macros. */
 
1000
#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
 
1001
 
 
1002
/* Define to 1 if posix_spawn_file_actions_adddup2 is declared even after
 
1003
   undefining macros. */
 
1004
#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
 
1005
 
 
1006
/* Define to 1 if posix_spawn_file_actions_addopen is declared even after
 
1007
   undefining macros. */
 
1008
#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
 
1009
 
 
1010
/* Define to 1 if posix_spawn_file_actions_destroy is declared even after
 
1011
   undefining macros. */
 
1012
#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY
 
1013
 
 
1014
/* Define to 1 if posix_spawn_file_actions_init is declared even after
 
1015
   undefining macros. */
 
1016
#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT
 
1017
 
 
1018
/* Define to 1 if pread is declared even after undefining macros. */
 
1019
#undef HAVE_RAW_DECL_PREAD
 
1020
 
 
1021
/* Define to 1 if pselect is declared even after undefining macros. */
 
1022
#undef HAVE_RAW_DECL_PSELECT
 
1023
 
 
1024
/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
 
1025
#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
 
1026
 
 
1027
/* Define to 1 if ptsname is declared even after undefining macros. */
 
1028
#undef HAVE_RAW_DECL_PTSNAME
 
1029
 
 
1030
/* Define to 1 if pwrite is declared even after undefining macros. */
 
1031
#undef HAVE_RAW_DECL_PWRITE
 
1032
 
 
1033
/* Define to 1 if random_r is declared even after undefining macros. */
 
1034
#undef HAVE_RAW_DECL_RANDOM_R
 
1035
 
 
1036
/* Define to 1 if rawmemchr is declared even after undefining macros. */
 
1037
#undef HAVE_RAW_DECL_RAWMEMCHR
 
1038
 
 
1039
/* Define to 1 if readlink is declared even after undefining macros. */
 
1040
#undef HAVE_RAW_DECL_READLINK
 
1041
 
 
1042
/* Define to 1 if readlinkat is declared even after undefining macros. */
 
1043
#undef HAVE_RAW_DECL_READLINKAT
 
1044
 
 
1045
/* Define to 1 if realpath is declared even after undefining macros. */
 
1046
#undef HAVE_RAW_DECL_REALPATH
 
1047
 
 
1048
/* Define to 1 if recv is declared even after undefining macros. */
 
1049
#undef HAVE_RAW_DECL_RECV
 
1050
 
 
1051
/* Define to 1 if recvfrom is declared even after undefining macros. */
 
1052
#undef HAVE_RAW_DECL_RECVFROM
 
1053
 
 
1054
/* Define to 1 if renameat is declared even after undefining macros. */
 
1055
#undef HAVE_RAW_DECL_RENAMEAT
 
1056
 
 
1057
/* Define to 1 if rmdir is declared even after undefining macros. */
 
1058
#undef HAVE_RAW_DECL_RMDIR
 
1059
 
 
1060
/* Define to 1 if rpmatch is declared even after undefining macros. */
 
1061
#undef HAVE_RAW_DECL_RPMATCH
 
1062
 
 
1063
/* Define to 1 if select is declared even after undefining macros. */
 
1064
#undef HAVE_RAW_DECL_SELECT
 
1065
 
 
1066
/* Define to 1 if send is declared even after undefining macros. */
 
1067
#undef HAVE_RAW_DECL_SEND
 
1068
 
 
1069
/* Define to 1 if sendto is declared even after undefining macros. */
 
1070
#undef HAVE_RAW_DECL_SENDTO
 
1071
 
 
1072
/* Define to 1 if setenv is declared even after undefining macros. */
 
1073
#undef HAVE_RAW_DECL_SETENV
 
1074
 
 
1075
/* Define to 1 if setsockopt is declared even after undefining macros. */
 
1076
#undef HAVE_RAW_DECL_SETSOCKOPT
 
1077
 
 
1078
/* Define to 1 if setstate_r is declared even after undefining macros. */
 
1079
#undef HAVE_RAW_DECL_SETSTATE_R
 
1080
 
 
1081
/* Define to 1 if setusershell is declared even after undefining macros. */
 
1082
#undef HAVE_RAW_DECL_SETUSERSHELL
 
1083
 
 
1084
/* Define to 1 if shutdown is declared even after undefining macros. */
 
1085
#undef HAVE_RAW_DECL_SHUTDOWN
 
1086
 
 
1087
/* Define to 1 if sigaction is declared even after undefining macros. */
 
1088
#undef HAVE_RAW_DECL_SIGACTION
 
1089
 
 
1090
/* Define to 1 if sigaddset is declared even after undefining macros. */
 
1091
#undef HAVE_RAW_DECL_SIGADDSET
 
1092
 
 
1093
/* Define to 1 if sigdelset is declared even after undefining macros. */
 
1094
#undef HAVE_RAW_DECL_SIGDELSET
 
1095
 
 
1096
/* Define to 1 if sigemptyset is declared even after undefining macros. */
 
1097
#undef HAVE_RAW_DECL_SIGEMPTYSET
 
1098
 
 
1099
/* Define to 1 if sigfillset is declared even after undefining macros. */
 
1100
#undef HAVE_RAW_DECL_SIGFILLSET
 
1101
 
 
1102
/* Define to 1 if sigismember is declared even after undefining macros. */
 
1103
#undef HAVE_RAW_DECL_SIGISMEMBER
 
1104
 
 
1105
/* Define to 1 if sigpending is declared even after undefining macros. */
 
1106
#undef HAVE_RAW_DECL_SIGPENDING
 
1107
 
 
1108
/* Define to 1 if sigprocmask is declared even after undefining macros. */
 
1109
#undef HAVE_RAW_DECL_SIGPROCMASK
 
1110
 
 
1111
/* Define to 1 if sleep is declared even after undefining macros. */
 
1112
#undef HAVE_RAW_DECL_SLEEP
 
1113
 
 
1114
/* Define to 1 if snprintf is declared even after undefining macros. */
 
1115
#undef HAVE_RAW_DECL_SNPRINTF
 
1116
 
 
1117
/* Define to 1 if socket is declared even after undefining macros. */
 
1118
#undef HAVE_RAW_DECL_SOCKET
 
1119
 
 
1120
/* Define to 1 if srandom_r is declared even after undefining macros. */
 
1121
#undef HAVE_RAW_DECL_SRANDOM_R
 
1122
 
 
1123
/* Define to 1 if stat is declared even after undefining macros. */
 
1124
#undef HAVE_RAW_DECL_STAT
 
1125
 
 
1126
/* Define to 1 if stpcpy is declared even after undefining macros. */
 
1127
#undef HAVE_RAW_DECL_STPCPY
 
1128
 
 
1129
/* Define to 1 if stpncpy is declared even after undefining macros. */
 
1130
#undef HAVE_RAW_DECL_STPNCPY
 
1131
 
 
1132
/* Define to 1 if strcasestr is declared even after undefining macros. */
 
1133
#undef HAVE_RAW_DECL_STRCASESTR
 
1134
 
 
1135
/* Define to 1 if strchrnul is declared even after undefining macros. */
 
1136
#undef HAVE_RAW_DECL_STRCHRNUL
 
1137
 
 
1138
/* Define to 1 if strdup is declared even after undefining macros. */
 
1139
#undef HAVE_RAW_DECL_STRDUP
 
1140
 
 
1141
/* Define to 1 if strerror_r is declared even after undefining macros. */
 
1142
#undef HAVE_RAW_DECL_STRERROR_R
 
1143
 
 
1144
/* Define to 1 if strncat is declared even after undefining macros. */
 
1145
#undef HAVE_RAW_DECL_STRNCAT
 
1146
 
 
1147
/* Define to 1 if strndup is declared even after undefining macros. */
 
1148
#undef HAVE_RAW_DECL_STRNDUP
 
1149
 
 
1150
/* Define to 1 if strnlen is declared even after undefining macros. */
 
1151
#undef HAVE_RAW_DECL_STRNLEN
 
1152
 
 
1153
/* Define to 1 if strpbrk is declared even after undefining macros. */
 
1154
#undef HAVE_RAW_DECL_STRPBRK
 
1155
 
 
1156
/* Define to 1 if strsep is declared even after undefining macros. */
 
1157
#undef HAVE_RAW_DECL_STRSEP
 
1158
 
 
1159
/* Define to 1 if strsignal is declared even after undefining macros. */
 
1160
#undef HAVE_RAW_DECL_STRSIGNAL
 
1161
 
 
1162
/* Define to 1 if strtod is declared even after undefining macros. */
 
1163
#undef HAVE_RAW_DECL_STRTOD
 
1164
 
 
1165
/* Define to 1 if strtok_r is declared even after undefining macros. */
 
1166
#undef HAVE_RAW_DECL_STRTOK_R
 
1167
 
 
1168
/* Define to 1 if strtoll is declared even after undefining macros. */
 
1169
#undef HAVE_RAW_DECL_STRTOLL
 
1170
 
 
1171
/* Define to 1 if strtoull is declared even after undefining macros. */
 
1172
#undef HAVE_RAW_DECL_STRTOULL
 
1173
 
 
1174
/* Define to 1 if strverscmp is declared even after undefining macros. */
 
1175
#undef HAVE_RAW_DECL_STRVERSCMP
 
1176
 
 
1177
/* Define to 1 if symlink is declared even after undefining macros. */
 
1178
#undef HAVE_RAW_DECL_SYMLINK
 
1179
 
 
1180
/* Define to 1 if symlinkat is declared even after undefining macros. */
 
1181
#undef HAVE_RAW_DECL_SYMLINKAT
 
1182
 
 
1183
/* Define to 1 if tmpfile is declared even after undefining macros. */
 
1184
#undef HAVE_RAW_DECL_TMPFILE
 
1185
 
 
1186
/* Define to 1 if towctrans is declared even after undefining macros. */
 
1187
#undef HAVE_RAW_DECL_TOWCTRANS
 
1188
 
 
1189
/* Define to 1 if ttyname_r is declared even after undefining macros. */
 
1190
#undef HAVE_RAW_DECL_TTYNAME_R
 
1191
 
 
1192
/* Define to 1 if unlink is declared even after undefining macros. */
 
1193
#undef HAVE_RAW_DECL_UNLINK
 
1194
 
 
1195
/* Define to 1 if unlinkat is declared even after undefining macros. */
 
1196
#undef HAVE_RAW_DECL_UNLINKAT
 
1197
 
 
1198
/* Define to 1 if unlockpt is declared even after undefining macros. */
 
1199
#undef HAVE_RAW_DECL_UNLOCKPT
 
1200
 
 
1201
/* Define to 1 if unsetenv is declared even after undefining macros. */
 
1202
#undef HAVE_RAW_DECL_UNSETENV
 
1203
 
 
1204
/* Define to 1 if usleep is declared even after undefining macros. */
 
1205
#undef HAVE_RAW_DECL_USLEEP
 
1206
 
 
1207
/* Define to 1 if utimensat is declared even after undefining macros. */
 
1208
#undef HAVE_RAW_DECL_UTIMENSAT
 
1209
 
 
1210
/* Define to 1 if vdprintf is declared even after undefining macros. */
 
1211
#undef HAVE_RAW_DECL_VDPRINTF
 
1212
 
 
1213
/* Define to 1 if vsnprintf is declared even after undefining macros. */
 
1214
#undef HAVE_RAW_DECL_VSNPRINTF
 
1215
 
 
1216
/* Define to 1 if waitpid is declared even after undefining macros. */
 
1217
#undef HAVE_RAW_DECL_WAITPID
 
1218
 
 
1219
/* Define to 1 if wcpcpy is declared even after undefining macros. */
 
1220
#undef HAVE_RAW_DECL_WCPCPY
 
1221
 
 
1222
/* Define to 1 if wcpncpy is declared even after undefining macros. */
 
1223
#undef HAVE_RAW_DECL_WCPNCPY
 
1224
 
 
1225
/* Define to 1 if wcrtomb is declared even after undefining macros. */
 
1226
#undef HAVE_RAW_DECL_WCRTOMB
 
1227
 
 
1228
/* Define to 1 if wcscasecmp is declared even after undefining macros. */
 
1229
#undef HAVE_RAW_DECL_WCSCASECMP
 
1230
 
 
1231
/* Define to 1 if wcscat is declared even after undefining macros. */
 
1232
#undef HAVE_RAW_DECL_WCSCAT
 
1233
 
 
1234
/* Define to 1 if wcschr is declared even after undefining macros. */
 
1235
#undef HAVE_RAW_DECL_WCSCHR
 
1236
 
 
1237
/* Define to 1 if wcscmp is declared even after undefining macros. */
 
1238
#undef HAVE_RAW_DECL_WCSCMP
 
1239
 
 
1240
/* Define to 1 if wcscoll is declared even after undefining macros. */
 
1241
#undef HAVE_RAW_DECL_WCSCOLL
 
1242
 
 
1243
/* Define to 1 if wcscpy is declared even after undefining macros. */
 
1244
#undef HAVE_RAW_DECL_WCSCPY
 
1245
 
 
1246
/* Define to 1 if wcscspn is declared even after undefining macros. */
 
1247
#undef HAVE_RAW_DECL_WCSCSPN
 
1248
 
 
1249
/* Define to 1 if wcsdup is declared even after undefining macros. */
 
1250
#undef HAVE_RAW_DECL_WCSDUP
 
1251
 
 
1252
/* Define to 1 if wcslen is declared even after undefining macros. */
 
1253
#undef HAVE_RAW_DECL_WCSLEN
 
1254
 
 
1255
/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
 
1256
#undef HAVE_RAW_DECL_WCSNCASECMP
 
1257
 
 
1258
/* Define to 1 if wcsncat is declared even after undefining macros. */
 
1259
#undef HAVE_RAW_DECL_WCSNCAT
 
1260
 
 
1261
/* Define to 1 if wcsncmp is declared even after undefining macros. */
 
1262
#undef HAVE_RAW_DECL_WCSNCMP
 
1263
 
 
1264
/* Define to 1 if wcsncpy is declared even after undefining macros. */
 
1265
#undef HAVE_RAW_DECL_WCSNCPY
 
1266
 
 
1267
/* Define to 1 if wcsnlen is declared even after undefining macros. */
 
1268
#undef HAVE_RAW_DECL_WCSNLEN
 
1269
 
 
1270
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
 
1271
#undef HAVE_RAW_DECL_WCSNRTOMBS
 
1272
 
 
1273
/* Define to 1 if wcspbrk is declared even after undefining macros. */
 
1274
#undef HAVE_RAW_DECL_WCSPBRK
 
1275
 
 
1276
/* Define to 1 if wcsrchr is declared even after undefining macros. */
 
1277
#undef HAVE_RAW_DECL_WCSRCHR
 
1278
 
 
1279
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
 
1280
#undef HAVE_RAW_DECL_WCSRTOMBS
 
1281
 
 
1282
/* Define to 1 if wcsspn is declared even after undefining macros. */
 
1283
#undef HAVE_RAW_DECL_WCSSPN
 
1284
 
 
1285
/* Define to 1 if wcsstr is declared even after undefining macros. */
 
1286
#undef HAVE_RAW_DECL_WCSSTR
 
1287
 
 
1288
/* Define to 1 if wcstok is declared even after undefining macros. */
 
1289
#undef HAVE_RAW_DECL_WCSTOK
 
1290
 
 
1291
/* Define to 1 if wcswidth is declared even after undefining macros. */
 
1292
#undef HAVE_RAW_DECL_WCSWIDTH
 
1293
 
 
1294
/* Define to 1 if wcsxfrm is declared even after undefining macros. */
 
1295
#undef HAVE_RAW_DECL_WCSXFRM
 
1296
 
 
1297
/* Define to 1 if wctob is declared even after undefining macros. */
 
1298
#undef HAVE_RAW_DECL_WCTOB
 
1299
 
 
1300
/* Define to 1 if wctrans is declared even after undefining macros. */
 
1301
#undef HAVE_RAW_DECL_WCTRANS
 
1302
 
 
1303
/* Define to 1 if wctype is declared even after undefining macros. */
 
1304
#undef HAVE_RAW_DECL_WCTYPE
 
1305
 
 
1306
/* Define to 1 if wcwidth is declared even after undefining macros. */
 
1307
#undef HAVE_RAW_DECL_WCWIDTH
 
1308
 
 
1309
/* Define to 1 if wmemchr is declared even after undefining macros. */
 
1310
#undef HAVE_RAW_DECL_WMEMCHR
 
1311
 
 
1312
/* Define to 1 if wmemcmp is declared even after undefining macros. */
 
1313
#undef HAVE_RAW_DECL_WMEMCMP
 
1314
 
 
1315
/* Define to 1 if wmemcpy is declared even after undefining macros. */
 
1316
#undef HAVE_RAW_DECL_WMEMCPY
 
1317
 
 
1318
/* Define to 1 if wmemmove is declared even after undefining macros. */
 
1319
#undef HAVE_RAW_DECL_WMEMMOVE
 
1320
 
 
1321
/* Define to 1 if wmemset is declared even after undefining macros. */
 
1322
#undef HAVE_RAW_DECL_WMEMSET
 
1323
 
 
1324
/* Define to 1 if _Exit is declared even after undefining macros. */
 
1325
#undef HAVE_RAW_DECL__EXIT
284
1326
 
285
1327
/* Define if the 'realloc' function is POSIX compliant. */
286
1328
#undef HAVE_REALLOC_POSIX
287
1329
 
 
1330
/* Define to 1 if the system has the type `sa_family_t'. */
 
1331
#undef HAVE_SA_FAMILY_T
 
1332
 
 
1333
/* Define to 1 if you have the <sched.h> header file. */
 
1334
#undef HAVE_SCHED_H
 
1335
 
 
1336
/* Define to 1 if you have the `sched_setparam' function. */
 
1337
#undef HAVE_SCHED_SETPARAM
 
1338
 
 
1339
/* Define to 1 if you have the `sched_setscheduler' function. */
 
1340
#undef HAVE_SCHED_SETSCHEDULER
 
1341
 
 
1342
/* Define to 1 if you have the `setegid' function. */
 
1343
#undef HAVE_SETEGID
 
1344
 
 
1345
/* Define to 1 if you have the `seteuid' function. */
 
1346
#undef HAVE_SETEUID
 
1347
 
 
1348
/* Define to 1 if you have the `shutdown' function. */
 
1349
#undef HAVE_SHUTDOWN
 
1350
 
 
1351
/* Define to 1 if you have the `sigaction' function. */
 
1352
#undef HAVE_SIGACTION
 
1353
 
 
1354
/* Define to 1 if you have the `sigaltstack' function. */
 
1355
#undef HAVE_SIGALTSTACK
 
1356
 
288
1357
/* Define to 1 if you have the `sigblock' function. */
289
1358
#undef HAVE_SIGBLOCK
290
1359
 
 
1360
/* Define to 1 if the system has the type `siginfo_t'. */
 
1361
#undef HAVE_SIGINFO_T
 
1362
 
 
1363
/* Define to 1 if you have the `siginterrupt' function. */
 
1364
#undef HAVE_SIGINTERRUPT
 
1365
 
291
1366
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
292
1367
#undef HAVE_SIGNED_SIG_ATOMIC_T
293
1368
 
300
1375
/* Define to 1 if you have the `sigsetjmp' function. */
301
1376
#undef HAVE_SIGSETJMP
302
1377
 
 
1378
/* Define to 1 if the system has the type `sigset_t'. */
 
1379
#undef HAVE_SIGSET_T
 
1380
 
303
1381
/* Define to 1 if the system has the type `sig_atomic_t'. */
304
1382
#undef HAVE_SIG_ATOMIC_T
305
1383
 
 
1384
/* Define to 1 if you have the `sleep' function. */
 
1385
#undef HAVE_SLEEP
 
1386
 
306
1387
/* Define to 1 if you have the `snprintf' function. */
307
1388
#undef HAVE_SNPRINTF
308
1389
 
 
1390
/* Define if the return value of the snprintf function is the number of of
 
1391
   bytes (excluding the terminating NUL) that would have been produced if the
 
1392
   buffer had been large enough. */
 
1393
#undef HAVE_SNPRINTF_RETVAL_C99
 
1394
 
309
1395
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
310
1396
#undef HAVE_SOCKADDR_IN6_SCOPE_ID
311
1397
 
312
 
/* Define when using Solaris MD5. */
313
 
#undef HAVE_SOLARIS_MD5
 
1398
/* Define to 1 if you have the <spawn.h> header file. */
 
1399
#undef HAVE_SPAWN_H
314
1400
 
315
1401
/* Define to 1 if stdbool.h conforms to C99. */
316
1402
#undef HAVE_STDBOOL_H
317
1403
 
318
 
/* Define to 1 if you have the <stddef.h> header file. */
319
 
#undef HAVE_STDDEF_H
320
 
 
321
1404
/* Define to 1 if you have the <stdint.h> header file. */
322
1405
#undef HAVE_STDINT_H
323
1406
 
 
1407
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
 
1408
   uintmax_t. */
 
1409
#undef HAVE_STDINT_H_WITH_UINTMAX
 
1410
 
324
1411
/* Define to 1 if you have the <stdio_ext.h> header file. */
325
1412
#undef HAVE_STDIO_EXT_H
326
1413
 
327
 
/* Define to 1 if you have the <stdio.h> header file. */
328
 
#undef HAVE_STDIO_H
329
 
 
330
1414
/* Define to 1 if you have the <stdlib.h> header file. */
331
1415
#undef HAVE_STDLIB_H
332
1416
 
336
1420
/* Define to 1 if you have the `strcasestr' function. */
337
1421
#undef HAVE_STRCASESTR
338
1422
 
 
1423
/* Define to 1 if you have the `strchrnul' function. */
 
1424
#undef HAVE_STRCHRNUL
 
1425
 
339
1426
/* Define to 1 if you have the `strdup' function. */
340
1427
#undef HAVE_STRDUP
341
1428
 
351
1438
/* Define to 1 if you have the `strncasecmp' function. */
352
1439
#undef HAVE_STRNCASECMP
353
1440
 
 
1441
/* Define to 1 if you have the `strnlen' function. */
 
1442
#undef HAVE_STRNLEN
 
1443
 
354
1444
/* Define to 1 if you have the `strptime' function. */
355
1445
#undef HAVE_STRPTIME
356
1446
 
357
1447
/* Define to 1 if you have the `strtoll' function. */
358
1448
#undef HAVE_STRTOLL
359
1449
 
360
 
/* Define to 1 if the system has the type `struct random_data'. */
361
 
#undef HAVE_STRUCT_RANDOM_DATA
 
1450
/* Define to 1 if the system has the type `struct addrinfo'. */
 
1451
#undef HAVE_STRUCT_ADDRINFO
 
1452
 
 
1453
/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
 
1454
#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
362
1455
 
363
1456
/* Define to 1 if the system has the type `struct sockaddr_in6'. */
364
1457
#undef HAVE_STRUCT_SOCKADDR_IN6
365
1458
 
 
1459
/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
 
1460
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
 
1461
 
366
1462
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
367
1463
#undef HAVE_STRUCT_SOCKADDR_STORAGE
368
1464
 
 
1465
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
 
1466
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
 
1467
 
 
1468
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
 
1469
#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
 
1470
 
 
1471
/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
 
1472
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
 
1473
 
 
1474
/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
 
1475
#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
 
1476
 
 
1477
/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
 
1478
#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
 
1479
 
 
1480
/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
 
1481
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
 
1482
 
 
1483
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
 
1484
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
 
1485
 
 
1486
/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
 
1487
#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
 
1488
 
369
1489
/* Define to 1 if the system has the type `struct utimbuf'. */
370
1490
#undef HAVE_STRUCT_UTIMBUF
371
1491
 
396
1516
/* Define to 1 if you have the <sys/stat.h> header file. */
397
1517
#undef HAVE_SYS_STAT_H
398
1518
 
 
1519
/* Define to 1 if you have the <sys/timeb.h> header file. */
 
1520
#undef HAVE_SYS_TIMEB_H
 
1521
 
399
1522
/* Define to 1 if you have the <sys/time.h> header file. */
400
1523
#undef HAVE_SYS_TIME_H
401
1524
 
402
1525
/* Define to 1 if you have the <sys/types.h> header file. */
403
1526
#undef HAVE_SYS_TYPES_H
404
1527
 
 
1528
/* Define to 1 if you have the <sys/uio.h> header file. */
 
1529
#undef HAVE_SYS_UIO_H
 
1530
 
405
1531
/* Define to 1 if you have the <sys/utime.h> header file. */
406
1532
#undef HAVE_SYS_UTIME_H
407
1533
 
 
1534
/* Define to 1 if you have the <sys/wait.h> header file. */
 
1535
#undef HAVE_SYS_WAIT_H
 
1536
 
408
1537
/* Define to 1 if you have the `tcgetattr' function. */
409
1538
#undef HAVE_TCGETATTR
410
1539
 
417
1546
/* Define to 1 if you have the `timegm' function. */
418
1547
#undef HAVE_TIMEGM
419
1548
 
 
1549
/* Define to 1 if you have the `towlower' function. */
 
1550
#undef HAVE_TOWLOWER
 
1551
 
420
1552
/* Define to 1 if the system has the type `uint32_t'. */
421
1553
#undef HAVE_UINT32_T
422
1554
 
432
1564
/* Define to 1 if you have the `usleep' function. */
433
1565
#undef HAVE_USLEEP
434
1566
 
 
1567
/* Define to 1 if you have the `utimensat' function. */
 
1568
#undef HAVE_UTIMENSAT
 
1569
 
435
1570
/* Define to 1 if you have the <utime.h> header file. */
436
1571
#undef HAVE_UTIME_H
437
1572
 
 
1573
/* Define to 1 if you have the `vasnprintf' function. */
 
1574
#undef HAVE_VASNPRINTF
 
1575
 
438
1576
/* Define to 1 if you have the `vasprintf' function. */
439
1577
#undef HAVE_VASPRINTF
440
1578
 
 
1579
/* Define to 1 if you have the `vfork' function. */
 
1580
#undef HAVE_VFORK
 
1581
 
441
1582
/* Define to 1 if you have the `vsnprintf' function. */
442
1583
#undef HAVE_VSNPRINTF
443
1584
 
 
1585
/* Define to 1 if you have the `waitid' function. */
 
1586
#undef HAVE_WAITID
 
1587
 
444
1588
/* Define to 1 if you have the <wchar.h> header file. */
445
1589
#undef HAVE_WCHAR_H
446
1590
 
447
1591
/* Define if you have the 'wchar_t' type. */
448
1592
#undef HAVE_WCHAR_T
449
1593
 
 
1594
/* Define to 1 if you have the `wcrtomb' function. */
 
1595
#undef HAVE_WCRTOMB
 
1596
 
 
1597
/* Define to 1 if you have the `wcslen' function. */
 
1598
#undef HAVE_WCSLEN
 
1599
 
 
1600
/* Define to 1 if you have the `wcsnlen' function. */
 
1601
#undef HAVE_WCSNLEN
 
1602
 
450
1603
/* Define to 1 if you have the <wctype.h> header file. */
451
1604
#undef HAVE_WCTYPE_H
452
1605
 
462
1615
/* Define if fnmatch.h can be included. */
463
1616
#undef HAVE_WORKING_FNMATCH_H
464
1617
 
 
1618
/* Define to 1 if O_NOATIME works. */
 
1619
#undef HAVE_WORKING_O_NOATIME
 
1620
 
 
1621
/* Define to 1 if O_NOFOLLOW works. */
 
1622
#undef HAVE_WORKING_O_NOFOLLOW
 
1623
 
 
1624
/* Define if utimes works properly. */
 
1625
#undef HAVE_WORKING_UTIMES
 
1626
 
 
1627
/* Define to 1 if you have the <ws2tcpip.h> header file. */
 
1628
#undef HAVE_WS2TCPIP_H
 
1629
 
465
1630
/* Define to 1 if the system has the type `_Bool'. */
466
1631
#undef HAVE__BOOL
467
1632
 
 
1633
/* Define to 1 if you have the `_ftime' function. */
 
1634
#undef HAVE__FTIME
 
1635
 
468
1636
/* Define to 1 if you have the `__fsetlocking' function. */
469
1637
#undef HAVE___FSETLOCKING
470
1638
 
 
1639
/* Define to 1 if you have the `__xpg_strerror_r' function. */
 
1640
#undef HAVE___XPG_STRERROR_R
 
1641
 
471
1642
/* Define as const if the declaration of iconv() needs const. */
472
1643
#undef ICONV_CONST
473
1644
 
474
1645
/* Define to 1 if lseek does not detect pipes. */
475
1646
#undef LSEEK_PIPE_BROKEN
476
1647
 
 
1648
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
1649
   slash. */
 
1650
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
1651
 
477
1652
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
478
1653
#undef MAP_ANONYMOUS
479
1654
 
 
1655
/* Define if the mbrtowc function has the NULL pwc argument bug. */
 
1656
#undef MBRTOWC_NULL_ARG1_BUG
 
1657
 
480
1658
/* Define if the mbrtowc function has the NULL string argument bug. */
481
 
#undef MBRTOWC_NULL_ARG_BUG
 
1659
#undef MBRTOWC_NULL_ARG2_BUG
482
1660
 
483
1661
/* Define if the mbrtowc function does not return 0 for a NUL character. */
484
1662
#undef MBRTOWC_NUL_RETVAL_BUG
489
1667
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
490
1668
#undef NO_MINUS_C_MINUS_O
491
1669
 
 
1670
/* Define to 1 if open() fails to recognize a trailing slash. */
 
1671
#undef OPEN_TRAILING_SLASH_BUG
 
1672
 
492
1673
/* Define to be the name of the operating system. */
493
1674
#undef OS_TYPE
494
1675
 
507
1688
/* Define to the one symbol short name of this package. */
508
1689
#undef PACKAGE_TARNAME
509
1690
 
 
1691
/* Define to the home page for this package. */
 
1692
#undef PACKAGE_URL
 
1693
 
510
1694
/* Define to the version of this package. */
511
1695
#undef PACKAGE_VERSION
512
1696
 
 
1697
/* Define to the type that is the result of default argument promotions of
 
1698
   type mode_t. */
 
1699
#undef PROMOTED_MODE_T
 
1700
 
 
1701
/* Define if the pthread_in_use() detection is hard. */
 
1702
#undef PTHREAD_IN_USE_DETECTION_HARD
 
1703
 
513
1704
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
514
1705
   'ptrdiff_t'. */
515
1706
#undef PTRDIFF_T_SUFFIX
516
1707
 
517
 
/* Define this to 1 if strerror is broken. */
518
 
#undef REPLACE_STRERROR
 
1708
/* Define to 1 if stat needs help when passed a directory name with a trailing
 
1709
   slash */
 
1710
#undef REPLACE_FUNC_STAT_DIR
 
1711
 
 
1712
/* Define to 1 if stat needs help when passed a file name with a trailing
 
1713
   slash */
 
1714
#undef REPLACE_FUNC_STAT_FILE
 
1715
 
 
1716
/* Define to 1 if strerror(0) does not return a message implying success. */
 
1717
#undef REPLACE_STRERROR_0
 
1718
 
 
1719
/* Define if vasnprintf exists but is overridden by gnulib. */
 
1720
#undef REPLACE_VASNPRINTF
519
1721
 
520
1722
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
521
1723
   'sig_atomic_t'. */
539
1741
/* The size of `void *', as computed by sizeof. */
540
1742
#undef SIZEOF_VOID_P
541
1743
 
 
1744
/* Define as the maximum value of type 'size_t', if the system doesn't define
 
1745
   it. */
 
1746
#ifndef SIZE_MAX
 
1747
# undef SIZE_MAX
 
1748
#endif
 
1749
 
542
1750
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
543
1751
   'size_t'. */
544
1752
#undef SIZE_T_SUFFIX
546
1754
/* If using the C implementation of alloca, define if you know the
547
1755
   direction of stack growth for your system; otherwise it will be
548
1756
   automatically deduced at runtime.
549
 
        STACK_DIRECTION > 0 => grows toward higher addresses
550
 
        STACK_DIRECTION < 0 => grows toward lower addresses
551
 
        STACK_DIRECTION = 0 => direction of growth unknown */
 
1757
        STACK_DIRECTION > 0 => grows toward higher addresses
 
1758
        STACK_DIRECTION < 0 => grows toward lower addresses
 
1759
        STACK_DIRECTION = 0 => direction of growth unknown */
552
1760
#undef STACK_DIRECTION
553
1761
 
 
1762
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
 
1763
#undef STAT_MACROS_BROKEN
 
1764
 
554
1765
/* Define to 1 if you have the ANSI C header files. */
555
1766
#undef STDC_HEADERS
556
1767
 
557
1768
/* Define to 1 if strerror_r returns char *. */
558
1769
#undef STRERROR_R_CHAR_P
559
1770
 
 
1771
/* Define to 1 if the type of the st_atim member of a struct stat is struct
 
1772
   timespec. */
 
1773
#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
 
1774
 
 
1775
/* Define to the prefix of C symbols at the assembler and linker level, either
 
1776
   an underscore or empty. */
 
1777
#undef USER_LABEL_PREFIX
 
1778
 
 
1779
/* Define if the POSIX multithreading library can be used. */
 
1780
#undef USE_POSIX_THREADS
 
1781
 
 
1782
/* Define if references to the POSIX multithreading library should be made
 
1783
   weak. */
 
1784
#undef USE_POSIX_THREADS_WEAK
 
1785
 
 
1786
/* Define if the GNU Pth multithreading library can be used. */
 
1787
#undef USE_PTH_THREADS
 
1788
 
 
1789
/* Define if references to the GNU Pth multithreading library should be made
 
1790
   weak. */
 
1791
#undef USE_PTH_THREADS_WEAK
 
1792
 
 
1793
/* Define if the old Solaris multithreading library can be used. */
 
1794
#undef USE_SOLARIS_THREADS
 
1795
 
 
1796
/* Define if references to the old Solaris multithreading library should be
 
1797
   made weak. */
 
1798
#undef USE_SOLARIS_THREADS_WEAK
 
1799
 
 
1800
/* Define to 1 if you want getc etc. to use unlocked I/O if available.
 
1801
   Unlocked I/O can improve performance in unithreaded apps, but it is not
 
1802
   safe for multithreaded apps. */
 
1803
#undef USE_UNLOCKED_IO
 
1804
 
 
1805
/* Define if the Win32 multithreading API can be used. */
 
1806
#undef USE_WIN32_THREADS
 
1807
 
560
1808
/* Version number of package */
561
1809
#undef VERSION
562
1810
 
564
1812
   'wchar_t'. */
565
1813
#undef WCHAR_T_SUFFIX
566
1814
 
 
1815
/* Define if WSAStartup is needed. */
 
1816
#undef WINDOWS_SOCKETS
 
1817
 
567
1818
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
568
1819
   'wint_t'. */
569
1820
#undef WINT_T_SUFFIX
584
1835
   `char[]'. */
585
1836
#undef YYTEXT_POINTER
586
1837
 
 
1838
/* Enable large inode numbers on Mac OS X.  */
 
1839
#ifndef _DARWIN_USE_64_BIT_INODE
 
1840
# define _DARWIN_USE_64_BIT_INODE 1
 
1841
#endif
 
1842
 
587
1843
/* Number of bits in a file offset, on hosts where this is settable. */
588
1844
#undef _FILE_OFFSET_BITS
589
1845
 
596
1852
/* Define to 1 if on MINIX. */
597
1853
#undef _MINIX
598
1854
 
 
1855
/* The _Noreturn keyword of draft C1X.  */
 
1856
#ifndef _Noreturn
 
1857
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
 
1858
      || 0x5110 <= __SUNPRO_C)
 
1859
#  define _Noreturn __attribute__ ((__noreturn__))
 
1860
# elif 1200 <= _MSC_VER
 
1861
#  define _Noreturn __declspec (noreturn)
 
1862
# else
 
1863
#  define _Noreturn
 
1864
# endif
 
1865
#endif
 
1866
 
 
1867
 
599
1868
/* Define to 2 if the system does not provide POSIX.1 features except with
600
1869
   this defined. */
601
1870
#undef _POSIX_1_SOURCE
602
1871
 
 
1872
/* Define to 1 in order to get the POSIX compatible declarations of socket
 
1873
   functions. */
 
1874
#undef _POSIX_PII_SOCKET
 
1875
 
603
1876
/* Define to 1 if you need to in order for `stat' and other things to work. */
604
1877
#undef _POSIX_SOURCE
605
1878
 
610
1883
#ifndef _ALL_SOURCE
611
1884
# undef _ALL_SOURCE
612
1885
#endif
 
1886
/* Enable general extensions on MacOS X.  */
 
1887
#ifndef _DARWIN_C_SOURCE
 
1888
# undef _DARWIN_C_SOURCE
 
1889
#endif
613
1890
/* Enable GNU extensions on systems that have them.  */
614
1891
#ifndef _GNU_SOURCE
615
1892
# undef _GNU_SOURCE
638
1915
/* Define to a replacement function name for getpass(). */
639
1916
#undef getpass
640
1917
 
 
1918
/* Define to `int' if <sys/types.h> doesn't define. */
 
1919
#undef gid_t
 
1920
 
 
1921
/* Define to rpl_gmtime if the replacement function should be used. */
 
1922
#undef gmtime
 
1923
 
641
1924
/* Define to `__inline__' or `__inline' if that's what the C compiler
642
1925
   calls it, or to nothing if 'inline' is not supported under any name.  */
643
1926
#ifndef __cplusplus
644
1927
#undef inline
645
1928
#endif
646
1929
 
 
1930
/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
 
1931
#undef intmax_t
 
1932
 
647
1933
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
648
1934
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
649
1935
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
654
1940
# define __GNUC_STDC_INLINE__ 1
655
1941
#endif
656
1942
 
 
1943
/* Define to rpl_localtime if the replacement function should be used. */
 
1944
#undef localtime
 
1945
 
657
1946
/* Define to a type if <wchar.h> does not define. */
658
1947
#undef mbstate_t
659
1948
 
660
1949
/* Define to `int' if <sys/types.h> does not define. */
 
1950
#undef mode_t
 
1951
 
 
1952
/* Define to the type of st_nlink in struct stat, or a supertype. */
 
1953
#undef nlink_t
 
1954
 
 
1955
/* Define to `int' if <sys/types.h> does not define. */
661
1956
#undef pid_t
662
1957
 
 
1958
/* Define as the type of the result of subtracting two pointers, if the system
 
1959
   doesn't define it. */
 
1960
#undef ptrdiff_t
 
1961
 
663
1962
/* Define to the equivalent of the C99 'restrict' keyword, or to
664
1963
   nothing if this is not supported.  Do not define if restrict is
665
1964
   supported directly.  */
666
1965
#undef restrict
667
 
/* Work around a bug in Sun C++: it does not support _Restrict, even
668
 
   though the corresponding Sun C compiler does, which causes
669
 
   "#define restrict _Restrict" in the previous line.  Perhaps some future
670
 
   version of Sun C++ will work with _Restrict; if so, it'll probably
671
 
   define __RESTRICT, just as Sun C does.  */
 
1966
/* Work around a bug in Sun C++: it does not support _Restrict or
 
1967
   __restrict__, even though the corresponding Sun C compiler ends up with
 
1968
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
 
1969
   previous line.  Perhaps some future version of Sun C++ will work with
 
1970
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
672
1971
#if defined __SUNPRO_CC && !defined __RESTRICT
673
1972
# define _Restrict
 
1973
# define __restrict__
674
1974
#endif
675
1975
 
 
1976
/* Define as an integer type suitable for memory locations that can be
 
1977
   accessed atomically even in the presence of asynchnonous signals. */
 
1978
#undef sig_atomic_t
 
1979
 
676
1980
/* Define to `unsigned int' if <sys/types.h> does not define. */
677
1981
#undef size_t
678
1982
 
679
 
/* Define to int or size_t on systems without socklen_t. */
 
1983
/* type to use in place of socklen_t if not defined */
680
1984
#undef socklen_t
681
1985
 
682
 
/* Define as a marker that can be attached to function parameter declarations
683
 
   for parameters that are not used.  This helps to reduce warnings, such as
684
 
   from GCC -Wunused-parameter.  */
 
1986
/* Define to `int' if <sys/types.h> doesn't define. */
 
1987
#undef uid_t
 
1988
 
 
1989
/* Define as a marker that can be attached to declarations that might not
 
1990
    be used.  This helps to reduce warnings, such as from
 
1991
    GCC -Wunused-parameter.  */
685
1992
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
686
 
# define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
687
 
#else
688
 
# define _UNUSED_PARAMETER_
 
1993
# define _GL_UNUSED __attribute__ ((__unused__))
 
1994
#else
 
1995
# define _GL_UNUSED
 
1996
#endif
 
1997
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
 
1998
   is a misnomer outside of parameter lists.  */
 
1999
#define _UNUSED_PARAMETER_ _GL_UNUSED
 
2000
 
 
2001
/* The __pure__ attribute was added in gcc 2.96.  */
 
2002
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
 
2003
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
 
2004
#else
 
2005
# define _GL_ATTRIBUTE_PURE /* empty */
 
2006
#endif
 
2007
 
 
2008
/* The __const__ attribute was added in gcc 2.95.  */
 
2009
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
 
2010
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
 
2011
#else
 
2012
# define _GL_ATTRIBUTE_CONST /* empty */
689
2013
#endif
690
2014
 
691
2015