~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/config.hin

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
/* Define to 1 if chown mishandles trailing slash. */
42
42
#undef CHOWN_TRAILING_SLASH_BUG
43
43
 
44
 
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
45
 
   systems. This function is required for `alloca.c' support on those systems.
 
44
/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
 
45
   systems. This function is required for 'alloca.c' support on those systems.
46
46
   */
47
47
#undef CRAY_STACKSEG_END
48
48
 
49
 
/* Define to 1 if using `alloca.c'. */
 
49
/* Define to 1 if using 'alloca.c'. */
50
50
#undef C_ALLOCA
51
51
 
52
52
/* Define as the bit index in the word where to find bit 0 of the exponent of
66
66
   YYYYMM, specifying the year and month the standard was adopted. If not
67
67
   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
68
68
   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
69
 
   programs like `head', `tail', and `sort' accept obsolete options like `+10'
70
 
   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
71
 
   these standard programs treat leading-`+' operands as file names and
72
 
   require modern usages like `-n 10' instead of `-10'. Whether defined here
 
69
   programs like 'head', 'tail', and 'sort' accept obsolete options like '+10'
 
70
   and '-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
 
71
   these standard programs treat leading-'+' operands as file names and
 
72
   require modern usages like '-n 10' instead of '-10'. Whether defined here
73
73
   or not, the default can be overridden at run time via the _POSIX2_VERSION
74
74
   environment variable. */
75
75
#undef DEFAULT_POSIX2_VERSION
109
109
#undef FCNTL_DUPFD_BUGGY
110
110
 
111
111
/* Define to nothing if C supports flexible array members, and to 1 if it does
112
 
   not. That way, with a declaration like `struct s { int n; double
 
112
   not. That way, with a declaration like 'struct s { int n; double
113
113
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
114
114
   compilers. When computing the size of such an object, don't use 'sizeof
115
115
   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
133
133
/* Define to 1 if fopen() fails to recognize a trailing slash. */
134
134
#undef FOPEN_TRAILING_SLASH_BUG
135
135
 
136
 
/* Define to 1 if fstatat (..., 0) does not work, as in AIX 7.1. */
137
 
#undef FSTATAT_ZERO_FLAG_BROKEN
 
136
/* Enable compile-time and run-time bounds-checking, and some warnings,
 
137
      without upsetting glibc 2.15+. */
 
138
   #if defined __OPTIMIZE__ && __OPTIMIZE__
 
139
   # define _FORTIFY_SOURCE 2
 
140
   #endif
 
141
  
138
142
 
139
143
/* Define to 1 if the system's ftello function has the Solaris bug. */
140
144
#undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
171
175
   declaration of the second argument to gettimeofday. */
172
176
#undef GETTIMEOFDAY_TIMEZONE
173
177
 
174
 
/* Define to make the limit macros in <stdint.h> visible. */
175
 
#undef GL_TRIGGER_STDC_LIMIT_MACROS
176
 
 
177
178
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
178
179
   whether the gnulib module areadlinkat shall be considered present. */
179
180
#undef GNULIB_AREADLINKAT
203
204
#undef GNULIB_FACCESSAT
204
205
 
205
206
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
207
   whether the gnulib module fchmodat shall be considered present. */
 
208
#undef GNULIB_FCHMODAT
 
209
 
 
210
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
211
   whether the gnulib module fchownat shall be considered present. */
 
212
#undef GNULIB_FCHOWNAT
 
213
 
 
214
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
206
215
   whether the gnulib module fcntl-safer shall be considered present. */
207
216
#undef GNULIB_FCNTL_SAFER
208
217
 
235
244
#undef GNULIB_FREOPEN_SAFER
236
245
 
237
246
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
247
   whether the gnulib module fscanf shall be considered present. */
 
248
#undef GNULIB_FSCANF
 
249
 
 
250
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
251
   whether the gnulib module fstatat shall be considered present. */
 
252
#undef GNULIB_FSTATAT
 
253
 
 
254
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
238
255
   whether the gnulib module getcwd shall be considered present. */
239
256
#undef GNULIB_GETCWD
240
257
 
243
260
#undef GNULIB_MALLOC_GNU
244
261
 
245
262
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
263
   whether the gnulib module openat shall be considered present. */
 
264
#undef GNULIB_OPENAT
 
265
 
 
266
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
246
267
   whether the gnulib module openat-safer shall be considered present. */
247
268
#undef GNULIB_OPENAT_SAFER
248
269
 
 
270
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
271
   whether the gnulib module pipe2-safer shall be considered present. */
 
272
#undef GNULIB_PIPE2_SAFER
 
273
 
249
274
/* enable some gnulib portability checks */
250
275
#undef GNULIB_PORTCHECK
251
276
 
254
279
#undef GNULIB_REALLOC_GNU
255
280
 
256
281
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
282
   whether the gnulib module scanf shall be considered present. */
 
283
#undef GNULIB_SCANF
 
284
 
 
285
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
257
286
   whether the gnulib module snprintf shall be considered present. */
258
287
#undef GNULIB_SNPRINTF
259
288
 
280
309
   */
281
310
#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
282
311
 
 
312
/* Define to 1 when the gnulib module chdir should be tested. */
 
313
#undef GNULIB_TEST_CHDIR
 
314
 
283
315
/* Define to 1 when the gnulib module chown should be tested. */
284
316
#undef GNULIB_TEST_CHOWN
285
317
 
289
321
/* Define to 1 when the gnulib module close should be tested. */
290
322
#undef GNULIB_TEST_CLOSE
291
323
 
 
324
/* Define to 1 when the gnulib module closedir should be tested. */
 
325
#undef GNULIB_TEST_CLOSEDIR
 
326
 
292
327
/* Define to 1 when the gnulib module connect should be tested. */
293
328
#undef GNULIB_TEST_CONNECT
294
329
 
295
330
/* Define to 1 when the gnulib module dirfd should be tested. */
296
331
#undef GNULIB_TEST_DIRFD
297
332
 
 
333
/* Define to 1 when the gnulib module dup should be tested. */
 
334
#undef GNULIB_TEST_DUP
 
335
 
298
336
/* Define to 1 when the gnulib module dup2 should be tested. */
299
337
#undef GNULIB_TEST_DUP2
300
338
 
310
348
/* Define to 1 when the gnulib module fchdir should be tested. */
311
349
#undef GNULIB_TEST_FCHDIR
312
350
 
 
351
/* Define to 1 when the gnulib module fchmodat should be tested. */
 
352
#undef GNULIB_TEST_FCHMODAT
 
353
 
 
354
/* Define to 1 when the gnulib module fchownat should be tested. */
 
355
#undef GNULIB_TEST_FCHOWNAT
 
356
 
313
357
/* Define to 1 when the gnulib module fclose should be tested. */
314
358
#undef GNULIB_TEST_FCLOSE
315
359
 
316
360
/* Define to 1 when the gnulib module fcntl should be tested. */
317
361
#undef GNULIB_TEST_FCNTL
318
362
 
 
363
/* Define to 1 when the gnulib module fdatasync should be tested. */
 
364
#undef GNULIB_TEST_FDATASYNC
 
365
 
 
366
/* Define to 1 when the gnulib module fdopen should be tested. */
 
367
#undef GNULIB_TEST_FDOPEN
 
368
 
319
369
/* Define to 1 when the gnulib module fdopendir should be tested. */
320
370
#undef GNULIB_TEST_FDOPENDIR
321
371
 
343
393
/* Define to 1 when the gnulib module fseeko should be tested. */
344
394
#undef GNULIB_TEST_FSEEKO
345
395
 
 
396
/* Define to 1 when the gnulib module fstat should be tested. */
 
397
#undef GNULIB_TEST_FSTAT
 
398
 
 
399
/* Define to 1 when the gnulib module fstatat should be tested. */
 
400
#undef GNULIB_TEST_FSTATAT
 
401
 
346
402
/* Define to 1 when the gnulib module fsync should be tested. */
347
403
#undef GNULIB_TEST_FSYNC
348
404
 
352
408
/* Define to 1 when the gnulib module ftello should be tested. */
353
409
#undef GNULIB_TEST_FTELLO
354
410
 
 
411
/* Define to 1 when the gnulib module ftruncate should be tested. */
 
412
#undef GNULIB_TEST_FTRUNCATE
 
413
 
355
414
/* Define to 1 when the gnulib module futimens should be tested. */
356
415
#undef GNULIB_TEST_FUTIMENS
357
416
 
379
438
/* Define to 1 when the gnulib module getloadavg should be tested. */
380
439
#undef GNULIB_TEST_GETLOADAVG
381
440
 
 
441
/* Define to 1 when the gnulib module getlogin should be tested. */
 
442
#undef GNULIB_TEST_GETLOGIN
 
443
 
382
444
/* Define to 1 when the gnulib module getopt-gnu should be tested. */
383
445
#undef GNULIB_TEST_GETOPT_GNU
384
446
 
397
459
/* Define to 1 when the gnulib module ioctl should be tested. */
398
460
#undef GNULIB_TEST_IOCTL
399
461
 
 
462
/* Define to 1 when the gnulib module isatty should be tested. */
 
463
#undef GNULIB_TEST_ISATTY
 
464
 
400
465
/* Define to 1 when the gnulib module iswblank should be tested. */
401
466
#undef GNULIB_TEST_ISWBLANK
402
467
 
415
480
/* Define to 1 when the gnulib module listen should be tested. */
416
481
#undef GNULIB_TEST_LISTEN
417
482
 
 
483
/* Define to 1 when the gnulib module localeconv should be tested. */
 
484
#undef GNULIB_TEST_LOCALECONV
 
485
 
418
486
/* Define to 1 when the gnulib module lseek should be tested. */
419
487
#undef GNULIB_TEST_LSEEK
420
488
 
457
525
/* Define to 1 when the gnulib module memrchr should be tested. */
458
526
#undef GNULIB_TEST_MEMRCHR
459
527
 
 
528
/* Define to 1 when the gnulib module mkfifo should be tested. */
 
529
#undef GNULIB_TEST_MKFIFO
 
530
 
 
531
/* Define to 1 when the gnulib module mknod should be tested. */
 
532
#undef GNULIB_TEST_MKNOD
 
533
 
460
534
/* Define to 1 when the gnulib module mkstemp should be tested. */
461
535
#undef GNULIB_TEST_MKSTEMP
462
536
 
472
546
/* Define to 1 when the gnulib module open should be tested. */
473
547
#undef GNULIB_TEST_OPEN
474
548
 
 
549
/* Define to 1 when the gnulib module openat should be tested. */
 
550
#undef GNULIB_TEST_OPENAT
 
551
 
 
552
/* Define to 1 when the gnulib module opendir should be tested. */
 
553
#undef GNULIB_TEST_OPENDIR
 
554
 
475
555
/* Define to 1 when the gnulib module perror should be tested. */
476
556
#undef GNULIB_TEST_PERROR
477
557
 
478
558
/* Define to 1 when the gnulib module pipe should be tested. */
479
559
#undef GNULIB_TEST_PIPE
480
560
 
 
561
/* Define to 1 when the gnulib module pipe2 should be tested. */
 
562
#undef GNULIB_TEST_PIPE2
 
563
 
 
564
/* Define to 1 when the gnulib module posix_spawnattr_destroy should be
 
565
   tested. */
 
566
#undef GNULIB_TEST_POSIX_SPAWNATTR_DESTROY
 
567
 
 
568
/* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
 
569
   */
 
570
#undef GNULIB_TEST_POSIX_SPAWNATTR_INIT
 
571
 
 
572
/* Define to 1 when the gnulib module posix_spawnattr_setflags should be
 
573
   tested. */
 
574
#undef GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS
 
575
 
 
576
/* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
 
577
   tested. */
 
578
#undef GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK
 
579
 
 
580
/* Define to 1 when the gnulib module posix_spawnp should be tested. */
 
581
#undef GNULIB_TEST_POSIX_SPAWNP
 
582
 
 
583
/* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
 
584
   be tested. */
 
585
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
 
586
 
 
587
/* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
 
588
   be tested. */
 
589
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
 
590
 
 
591
/* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
 
592
   be tested. */
 
593
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
 
594
 
 
595
/* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
 
596
   be tested. */
 
597
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY
 
598
 
 
599
/* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
 
600
   tested. */
 
601
#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT
 
602
 
481
603
/* Define to 1 when the gnulib module putenv should be tested. */
482
604
#undef GNULIB_TEST_PUTENV
483
605
 
 
606
/* Define to 1 when the gnulib module raise should be tested. */
 
607
#undef GNULIB_TEST_RAISE
 
608
 
 
609
/* Define to 1 when the gnulib module rawmemchr should be tested. */
 
610
#undef GNULIB_TEST_RAWMEMCHR
 
611
 
484
612
/* Define to 1 when the gnulib module read should be tested. */
485
613
#undef GNULIB_TEST_READ
486
614
 
 
615
/* Define to 1 when the gnulib module readdir should be tested. */
 
616
#undef GNULIB_TEST_READDIR
 
617
 
487
618
/* Define to 1 when the gnulib module readlink should be tested. */
488
619
#undef GNULIB_TEST_READLINK
489
620
 
499
630
/* Define to 1 when the gnulib module rename should be tested. */
500
631
#undef GNULIB_TEST_RENAME
501
632
 
 
633
/* Define to 1 when the gnulib module rewinddir should be tested. */
 
634
#undef GNULIB_TEST_REWINDDIR
 
635
 
502
636
/* Define to 1 when the gnulib module rmdir should be tested. */
503
637
#undef GNULIB_TEST_RMDIR
504
638
 
544
678
/* Define to 1 when the gnulib module stpncpy should be tested. */
545
679
#undef GNULIB_TEST_STPNCPY
546
680
 
 
681
/* Define to 1 when the gnulib module strchrnul should be tested. */
 
682
#undef GNULIB_TEST_STRCHRNUL
 
683
 
547
684
/* Define to 1 when the gnulib module strdup should be tested. */
548
685
#undef GNULIB_TEST_STRDUP
549
686
 
553
690
/* Define to 1 when the gnulib module strerror_r should be tested. */
554
691
#undef GNULIB_TEST_STRERROR_R
555
692
 
 
693
/* Define to 1 when the gnulib module strncat should be tested. */
 
694
#undef GNULIB_TEST_STRNCAT
 
695
 
556
696
/* Define to 1 when the gnulib module strndup should be tested. */
557
697
#undef GNULIB_TEST_STRNDUP
558
698
 
559
699
/* Define to 1 when the gnulib module strnlen should be tested. */
560
700
#undef GNULIB_TEST_STRNLEN
561
701
 
 
702
/* Define to 1 when the gnulib module strpbrk should be tested. */
 
703
#undef GNULIB_TEST_STRPBRK
 
704
 
562
705
/* Define to 1 when the gnulib module strsignal should be tested. */
563
706
#undef GNULIB_TEST_STRSIGNAL
564
707
 
586
729
/* Define to 1 when the gnulib module unlink should be tested. */
587
730
#undef GNULIB_TEST_UNLINK
588
731
 
 
732
/* Define to 1 when the gnulib module unlinkat should be tested. */
 
733
#undef GNULIB_TEST_UNLINKAT
 
734
 
589
735
/* Define to 1 when the gnulib module unsetenv should be tested. */
590
736
#undef GNULIB_TEST_UNSETENV
591
737
 
604
750
/* Define to 1 when the gnulib module vprintf-posix should be tested. */
605
751
#undef GNULIB_TEST_VPRINTF_POSIX
606
752
 
 
753
/* Define to 1 when the gnulib module waitpid should be tested. */
 
754
#undef GNULIB_TEST_WAITPID
 
755
 
607
756
/* Define to 1 when the gnulib module wcrtomb should be tested. */
608
757
#undef GNULIB_TEST_WCRTOMB
609
758
 
673
822
/* Define to 1 if you have the `acl_extended_file' function. */
674
823
#undef HAVE_ACL_EXTENDED_FILE
675
824
 
676
 
/* Define to 1 if you have the `acl_extended_file_nofollow' function. */
677
 
#undef HAVE_ACL_EXTENDED_FILE_NOFOLLOW
678
 
 
679
825
/* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
680
826
#undef HAVE_ACL_FIRST_ENTRY
681
827
 
753
899
/* Define to 1 if strtold conforms to C99. */
754
900
#undef HAVE_C99_STRTOLD
755
901
 
756
 
/* Define to 1 if your system has a GNU libc compatible `calloc' function, and
 
902
/* Define to 1 if your system has a GNU libc compatible 'calloc' function, and
757
903
   to 0 otherwise. */
758
904
#undef HAVE_CALLOC_GNU
759
905
 
769
915
/* Define to 1 if you have the `catgets' function. */
770
916
#undef HAVE_CATGETS
771
917
 
772
 
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
918
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
773
919
   CoreFoundation framework. */
774
920
#undef HAVE_CFLOCALECOPYCURRENT
775
921
 
776
 
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
922
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
777
923
   the CoreFoundation framework. */
778
924
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
779
925
 
783
929
/* Define to 1 if you have the `chroot' function. */
784
930
#undef HAVE_CHROOT
785
931
 
 
932
/* Define to 1 if you have the `chsize' function. */
 
933
#undef HAVE_CHSIZE
 
934
 
786
935
/* Define to 1 if you have the `clock_gettime' function. */
787
936
#undef HAVE_CLOCK_GETTIME
788
937
 
789
938
/* Define to 1 if you have the `clock_settime' function. */
790
939
#undef HAVE_CLOCK_SETTIME
791
940
 
 
941
/* Define to 1 if you have the `closedir' function. */
 
942
#undef HAVE_CLOSEDIR
 
943
 
792
944
/* Define if you have compound literals. */
793
945
#undef HAVE_COMPOUND_LITERALS
794
946
 
 
947
/* Define to 1 if you have the `confstr' function. */
 
948
#undef HAVE_CONFSTR
 
949
 
795
950
/* Define if the copysignf function is declared in <math.h> and available in
796
951
   libc. */
797
952
#undef HAVE_COPYSIGNF_IN_LIBC
1023
1178
   don't. */
1024
1179
#undef HAVE_DECL_MEMRCHR
1025
1180
 
 
1181
/* Define to 1 if you have the declaration of `mpz_inits', and to 0 if you
 
1182
   don't. */
 
1183
#undef HAVE_DECL_MPZ_INITS
 
1184
 
1026
1185
/* Define to 1 if you have the declaration of `program_invocation_name', and
1027
1186
   to 0 if you don't. */
1028
1187
#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
1275
1434
/* Define to 1 if you have the `getegid' function. */
1276
1435
#undef HAVE_GETEGID
1277
1436
 
 
1437
/* Define to 1 if you have the `getgrent_nomembers' function. */
 
1438
#undef HAVE_GETGRENT_NOMEMBERS
 
1439
 
 
1440
/* Define to 1 if you have the `getgrgid_nomembers' function. */
 
1441
#undef HAVE_GETGRGID_NOMEMBERS
 
1442
 
 
1443
/* Define to 1 if you have the `getgrnam_nomembers' function. */
 
1444
#undef HAVE_GETGRNAM_NOMEMBERS
 
1445
 
1278
1446
/* Define to 1 if you have the `getgrouplist' function. */
1279
1447
#undef HAVE_GETGROUPLIST
1280
1448
 
1290
1458
/* Define to 1 if you have the `gethostname' function. */
1291
1459
#undef HAVE_GETHOSTNAME
1292
1460
 
 
1461
/* Define to 1 if you have the `getlogin' function. */
 
1462
#undef HAVE_GETLOGIN
 
1463
 
1293
1464
/* Define to 1 if you have the `getmntent' function. */
1294
1465
#undef HAVE_GETMNTENT
1295
1466
 
1311
1482
/* Define to 1 if you have the `getservbyname' function. */
1312
1483
#undef HAVE_GETSERVBYNAME
1313
1484
 
1314
 
/* Define to 1 if you have the `getspnam' function. */
1315
 
#undef HAVE_GETSPNAM
1316
 
 
1317
1485
/* Define to 1 if you have the `getsysinfo' function. */
1318
1486
#undef HAVE_GETSYSINFO
1319
1487
 
1449
1617
/* Define to 1 if you have the `kstat' library (-lkstat). */
1450
1618
#undef HAVE_LIBKSTAT
1451
1619
 
1452
 
/* Define to 1 if you have the `ldgc' library (-lldgc). */
1453
 
#undef HAVE_LIBLDGC
1454
 
 
1455
1620
/* Define to 1 if you have the `os' library (-los). */
1456
1621
#undef HAVE_LIBOS
1457
1622
 
1458
1623
/* Define to 1 if you have the `perfstat' library (-lperfstat). */
1459
1624
#undef HAVE_LIBPERFSTAT
1460
1625
 
1461
 
/* Define to 1 if you have the `ypsec' library (-lypsec). */
1462
 
#undef HAVE_LIBYPSEC
1463
 
 
1464
1626
/* Define to 1 if you have the `link' function. */
1465
1627
#undef HAVE_LINK
1466
1628
 
1476
1638
/* Define to 1 if you support file names longer than 14 characters. */
1477
1639
#undef HAVE_LONG_FILE_NAMES
1478
1640
 
1479
 
/* Define to 1 if the system has the type `long long int'. */
 
1641
/* Define to 1 if the system has the type 'long long int'. */
1480
1642
#undef HAVE_LONG_LONG_INT
1481
1643
 
1482
1644
/* Define to 1 if you have the `lstat' function. */
1483
1645
#undef HAVE_LSTAT
1484
1646
 
1485
 
/* Define to 1 if `lstat' has the bug that it succeeds when given the
1486
 
   zero-length file name argument. */
1487
 
#undef HAVE_LSTAT_EMPTY_STRING_BUG
1488
 
 
1489
1647
/* Define to 1 if you have the `lutimes' function. */
1490
1648
#undef HAVE_LUTIMES
1491
1649
 
1542
1700
/* Define to 1 if you have the `microuptime' function. */
1543
1701
#undef HAVE_MICROUPTIME
1544
1702
 
1545
 
/* Define to 1 if you have the `mkdirat' function. */
1546
 
#undef HAVE_MKDIRAT
 
1703
/* Define to 1 if getcwd minimally works, that is, its result can be trusted
 
1704
   when it succeeds. */
 
1705
#undef HAVE_MINIMALLY_WORKING_GETCWD
1547
1706
 
1548
1707
/* Define to 1 if you have the `mkfifo' function. */
1549
1708
#undef HAVE_MKFIFO
1550
1709
 
 
1710
/* Define to 1 if you have the `mknod' function. */
 
1711
#undef HAVE_MKNOD
 
1712
 
1551
1713
/* Define to 1 if you have the `mkstemp' function. */
1552
1714
#undef HAVE_MKSTEMP
1553
1715
 
1557
1719
/* Define to 1 if you have the `mprotect' function. */
1558
1720
#undef HAVE_MPROTECT
1559
1721
 
 
1722
/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
 
1723
   concept. */
 
1724
#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
 
1725
 
1560
1726
/* Define to 1 if you have the `nanotime' function. */
1561
1727
#undef HAVE_NANOTIME
1562
1728
 
1596
1762
/* Define to 1 if you have the `openat' function. */
1597
1763
#undef HAVE_OPENAT
1598
1764
 
 
1765
/* Define to 1 if you have the `opendir' function. */
 
1766
#undef HAVE_OPENDIR
 
1767
 
1599
1768
/* Define to 1 if you have the <OS.h> header file. */
1600
1769
#undef HAVE_OS_H
1601
1770
 
1612
1781
/* Define to 1 if you have the `pipe' function. */
1613
1782
#undef HAVE_PIPE
1614
1783
 
 
1784
/* Define to 1 if you have the `pipe2' function. */
 
1785
#undef HAVE_PIPE2
 
1786
 
1615
1787
/* Define to 1 if you have the `posix_fadvise' function. */
1616
1788
#undef HAVE_POSIX_FADVISE
1617
1789
 
 
1790
/* Define to 1 if you have the `posix_spawn' function. */
 
1791
#undef HAVE_POSIX_SPAWN
 
1792
 
 
1793
/* Define to 1 if the system has the type `posix_spawnattr_t'. */
 
1794
#undef HAVE_POSIX_SPAWNATTR_T
 
1795
 
 
1796
/* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
 
1797
#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
 
1798
 
 
1799
/* Define to 1 if you have the `prctl' function. */
 
1800
#undef HAVE_PRCTL
 
1801
 
1618
1802
/* Define to 1 if you have the <priv.h> header file. */
1619
1803
#undef HAVE_PRIV_H
1620
1804
 
1648
1832
/* Define to 1 if you have the <pwd.h> header file. */
1649
1833
#undef HAVE_PWD_H
1650
1834
 
1651
 
/* Define to 1 if accept is declared even after undefining macros. */
1652
 
#undef HAVE_RAW_DECL_ACCEPT
1653
 
 
1654
 
/* Define to 1 if accept4 is declared even after undefining macros. */
1655
 
#undef HAVE_RAW_DECL_ACCEPT4
1656
 
 
1657
 
/* Define to 1 if acosl is declared even after undefining macros. */
1658
 
#undef HAVE_RAW_DECL_ACOSL
1659
 
 
1660
 
/* Define to 1 if alphasort is declared even after undefining macros. */
1661
 
#undef HAVE_RAW_DECL_ALPHASORT
1662
 
 
1663
 
/* Define to 1 if asinl is declared even after undefining macros. */
1664
 
#undef HAVE_RAW_DECL_ASINL
1665
 
 
1666
 
/* Define to 1 if atanl is declared even after undefining macros. */
1667
 
#undef HAVE_RAW_DECL_ATANL
1668
 
 
1669
 
/* Define to 1 if atoll is declared even after undefining macros. */
1670
 
#undef HAVE_RAW_DECL_ATOLL
1671
 
 
1672
 
/* Define to 1 if bind is declared even after undefining macros. */
1673
 
#undef HAVE_RAW_DECL_BIND
1674
 
 
1675
 
/* Define to 1 if btowc is declared even after undefining macros. */
1676
 
#undef HAVE_RAW_DECL_BTOWC
1677
 
 
1678
 
/* Define to 1 if canonicalize_file_name is declared even after undefining
1679
 
   macros. */
1680
 
#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
1681
 
 
1682
 
/* Define to 1 if ceilf is declared even after undefining macros. */
1683
 
#undef HAVE_RAW_DECL_CEILF
1684
 
 
1685
 
/* Define to 1 if ceill is declared even after undefining macros. */
1686
 
#undef HAVE_RAW_DECL_CEILL
1687
 
 
1688
 
/* Define to 1 if chown is declared even after undefining macros. */
1689
 
#undef HAVE_RAW_DECL_CHOWN
1690
 
 
1691
 
/* Define to 1 if connect is declared even after undefining macros. */
1692
 
#undef HAVE_RAW_DECL_CONNECT
1693
 
 
1694
 
/* Define to 1 if cosl is declared even after undefining macros. */
1695
 
#undef HAVE_RAW_DECL_COSL
1696
 
 
1697
 
/* Define to 1 if dirfd is declared even after undefining macros. */
1698
 
#undef HAVE_RAW_DECL_DIRFD
1699
 
 
1700
 
/* Define to 1 if dprintf is declared even after undefining macros. */
1701
 
#undef HAVE_RAW_DECL_DPRINTF
1702
 
 
1703
 
/* Define to 1 if dup2 is declared even after undefining macros. */
1704
 
#undef HAVE_RAW_DECL_DUP2
1705
 
 
1706
 
/* Define to 1 if dup3 is declared even after undefining macros. */
1707
 
#undef HAVE_RAW_DECL_DUP3
1708
 
 
1709
 
/* Define to 1 if duplocale is declared even after undefining macros. */
1710
 
#undef HAVE_RAW_DECL_DUPLOCALE
1711
 
 
1712
 
/* Define to 1 if endusershell is declared even after undefining macros. */
1713
 
#undef HAVE_RAW_DECL_ENDUSERSHELL
1714
 
 
1715
 
/* Define to 1 if environ is declared even after undefining macros. */
1716
 
#undef HAVE_RAW_DECL_ENVIRON
1717
 
 
1718
 
/* Define to 1 if euidaccess is declared even after undefining macros. */
1719
 
#undef HAVE_RAW_DECL_EUIDACCESS
1720
 
 
1721
 
/* Define to 1 if expl is declared even after undefining macros. */
1722
 
#undef HAVE_RAW_DECL_EXPL
1723
 
 
1724
 
/* Define to 1 if faccessat is declared even after undefining macros. */
1725
 
#undef HAVE_RAW_DECL_FACCESSAT
1726
 
 
1727
 
/* Define to 1 if fchdir is declared even after undefining macros. */
1728
 
#undef HAVE_RAW_DECL_FCHDIR
1729
 
 
1730
 
/* Define to 1 if fchmodat is declared even after undefining macros. */
1731
 
#undef HAVE_RAW_DECL_FCHMODAT
1732
 
 
1733
 
/* Define to 1 if fchownat is declared even after undefining macros. */
1734
 
#undef HAVE_RAW_DECL_FCHOWNAT
1735
 
 
1736
 
/* Define to 1 if fcntl is declared even after undefining macros. */
1737
 
#undef HAVE_RAW_DECL_FCNTL
1738
 
 
1739
 
/* Define to 1 if fdopendir is declared even after undefining macros. */
1740
 
#undef HAVE_RAW_DECL_FDOPENDIR
1741
 
 
1742
 
/* Define to 1 if ffsl is declared even after undefining macros. */
1743
 
#undef HAVE_RAW_DECL_FFSL
1744
 
 
1745
 
/* Define to 1 if ffsll is declared even after undefining macros. */
1746
 
#undef HAVE_RAW_DECL_FFSLL
1747
 
 
1748
 
/* Define to 1 if floorf is declared even after undefining macros. */
1749
 
#undef HAVE_RAW_DECL_FLOORF
1750
 
 
1751
 
/* Define to 1 if floorl is declared even after undefining macros. */
1752
 
#undef HAVE_RAW_DECL_FLOORL
1753
 
 
1754
 
/* Define to 1 if fpurge is declared even after undefining macros. */
1755
 
#undef HAVE_RAW_DECL_FPURGE
1756
 
 
1757
 
/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
1758
 
#undef HAVE_RAW_DECL_FREEADDRINFO
1759
 
 
1760
 
/* Define to 1 if frexpl is declared even after undefining macros. */
1761
 
#undef HAVE_RAW_DECL_FREXPL
1762
 
 
1763
 
/* Define to 1 if fseeko is declared even after undefining macros. */
1764
 
#undef HAVE_RAW_DECL_FSEEKO
1765
 
 
1766
 
/* Define to 1 if fstatat is declared even after undefining macros. */
1767
 
#undef HAVE_RAW_DECL_FSTATAT
1768
 
 
1769
 
/* Define to 1 if fsync is declared even after undefining macros. */
1770
 
#undef HAVE_RAW_DECL_FSYNC
1771
 
 
1772
 
/* Define to 1 if ftello is declared even after undefining macros. */
1773
 
#undef HAVE_RAW_DECL_FTELLO
1774
 
 
1775
 
/* Define to 1 if ftruncate is declared even after undefining macros. */
1776
 
#undef HAVE_RAW_DECL_FTRUNCATE
1777
 
 
1778
 
/* Define to 1 if futimens is declared even after undefining macros. */
1779
 
#undef HAVE_RAW_DECL_FUTIMENS
1780
 
 
1781
 
/* Define to 1 if gai_strerror is declared even after undefining macros. */
1782
 
#undef HAVE_RAW_DECL_GAI_STRERROR
1783
 
 
1784
 
/* Define to 1 if getaddrinfo is declared even after undefining macros. */
1785
 
#undef HAVE_RAW_DECL_GETADDRINFO
1786
 
 
1787
 
/* Define to 1 if getcwd is declared even after undefining macros. */
1788
 
#undef HAVE_RAW_DECL_GETCWD
1789
 
 
1790
 
/* Define to 1 if getdelim is declared even after undefining macros. */
1791
 
#undef HAVE_RAW_DECL_GETDELIM
1792
 
 
1793
 
/* Define to 1 if getdomainname is declared even after undefining macros. */
1794
 
#undef HAVE_RAW_DECL_GETDOMAINNAME
1795
 
 
1796
 
/* Define to 1 if getdtablesize is declared even after undefining macros. */
1797
 
#undef HAVE_RAW_DECL_GETDTABLESIZE
1798
 
 
1799
 
/* Define to 1 if getgroups is declared even after undefining macros. */
1800
 
#undef HAVE_RAW_DECL_GETGROUPS
1801
 
 
1802
 
/* Define to 1 if gethostname is declared even after undefining macros. */
1803
 
#undef HAVE_RAW_DECL_GETHOSTNAME
1804
 
 
1805
 
/* Define to 1 if getline is declared even after undefining macros. */
1806
 
#undef HAVE_RAW_DECL_GETLINE
1807
 
 
1808
 
/* Define to 1 if getloadavg is declared even after undefining macros. */
1809
 
#undef HAVE_RAW_DECL_GETLOADAVG
1810
 
 
1811
 
/* Define to 1 if getlogin is declared even after undefining macros. */
1812
 
#undef HAVE_RAW_DECL_GETLOGIN
1813
 
 
1814
 
/* Define to 1 if getlogin_r is declared even after undefining macros. */
1815
 
#undef HAVE_RAW_DECL_GETLOGIN_R
1816
 
 
1817
 
/* Define to 1 if getnameinfo is declared even after undefining macros. */
1818
 
#undef HAVE_RAW_DECL_GETNAMEINFO
1819
 
 
1820
 
/* Define to 1 if getpagesize is declared even after undefining macros. */
1821
 
#undef HAVE_RAW_DECL_GETPAGESIZE
1822
 
 
1823
 
/* Define to 1 if getpeername is declared even after undefining macros. */
1824
 
#undef HAVE_RAW_DECL_GETPEERNAME
1825
 
 
1826
 
/* Define to 1 if getsockname is declared even after undefining macros. */
1827
 
#undef HAVE_RAW_DECL_GETSOCKNAME
1828
 
 
1829
 
/* Define to 1 if getsockopt is declared even after undefining macros. */
1830
 
#undef HAVE_RAW_DECL_GETSOCKOPT
1831
 
 
1832
 
/* Define to 1 if getsubopt is declared even after undefining macros. */
1833
 
#undef HAVE_RAW_DECL_GETSUBOPT
1834
 
 
1835
 
/* Define to 1 if gettimeofday is declared even after undefining macros. */
1836
 
#undef HAVE_RAW_DECL_GETTIMEOFDAY
1837
 
 
1838
 
/* Define to 1 if getusershell is declared even after undefining macros. */
1839
 
#undef HAVE_RAW_DECL_GETUSERSHELL
1840
 
 
1841
 
/* Define to 1 if grantpt is declared even after undefining macros. */
1842
 
#undef HAVE_RAW_DECL_GRANTPT
1843
 
 
1844
 
/* Define to 1 if group_member is declared even after undefining macros. */
1845
 
#undef HAVE_RAW_DECL_GROUP_MEMBER
1846
 
 
1847
 
/* Define to 1 if imaxabs is declared even after undefining macros. */
1848
 
#undef HAVE_RAW_DECL_IMAXABS
1849
 
 
1850
 
/* Define to 1 if imaxdiv is declared even after undefining macros. */
1851
 
#undef HAVE_RAW_DECL_IMAXDIV
1852
 
 
1853
 
/* Define to 1 if inet_ntop is declared even after undefining macros. */
1854
 
#undef HAVE_RAW_DECL_INET_NTOP
1855
 
 
1856
 
/* Define to 1 if inet_pton is declared even after undefining macros. */
1857
 
#undef HAVE_RAW_DECL_INET_PTON
1858
 
 
1859
 
/* Define to 1 if initstat_r is declared even after undefining macros. */
1860
 
#undef HAVE_RAW_DECL_INITSTAT_R
1861
 
 
1862
 
/* Define to 1 if ioctl is declared even after undefining macros. */
1863
 
#undef HAVE_RAW_DECL_IOCTL
1864
 
 
1865
 
/* Define to 1 if isblank is declared even after undefining macros. */
1866
 
#undef HAVE_RAW_DECL_ISBLANK
1867
 
 
1868
 
/* Define to 1 if iswctype is declared even after undefining macros. */
1869
 
#undef HAVE_RAW_DECL_ISWCTYPE
1870
 
 
1871
 
/* Define to 1 if lchmod is declared even after undefining macros. */
1872
 
#undef HAVE_RAW_DECL_LCHMOD
1873
 
 
1874
 
/* Define to 1 if lchown is declared even after undefining macros. */
1875
 
#undef HAVE_RAW_DECL_LCHOWN
1876
 
 
1877
 
/* Define to 1 if ldexpl is declared even after undefining macros. */
1878
 
#undef HAVE_RAW_DECL_LDEXPL
1879
 
 
1880
 
/* Define to 1 if link is declared even after undefining macros. */
1881
 
#undef HAVE_RAW_DECL_LINK
1882
 
 
1883
 
/* Define to 1 if linkat is declared even after undefining macros. */
1884
 
#undef HAVE_RAW_DECL_LINKAT
1885
 
 
1886
 
/* Define to 1 if listen is declared even after undefining macros. */
1887
 
#undef HAVE_RAW_DECL_LISTEN
1888
 
 
1889
 
/* Define to 1 if logb is declared even after undefining macros. */
1890
 
#undef HAVE_RAW_DECL_LOGB
1891
 
 
1892
 
/* Define to 1 if logl is declared even after undefining macros. */
1893
 
#undef HAVE_RAW_DECL_LOGL
1894
 
 
1895
 
/* Define to 1 if lseek is declared even after undefining macros. */
1896
 
#undef HAVE_RAW_DECL_LSEEK
1897
 
 
1898
 
/* Define to 1 if lstat is declared even after undefining macros. */
1899
 
#undef HAVE_RAW_DECL_LSTAT
1900
 
 
1901
 
/* Define to 1 if mbrlen is declared even after undefining macros. */
1902
 
#undef HAVE_RAW_DECL_MBRLEN
1903
 
 
1904
 
/* Define to 1 if mbrtowc is declared even after undefining macros. */
1905
 
#undef HAVE_RAW_DECL_MBRTOWC
1906
 
 
1907
 
/* Define to 1 if mbsinit is declared even after undefining macros. */
1908
 
#undef HAVE_RAW_DECL_MBSINIT
1909
 
 
1910
 
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1911
 
#undef HAVE_RAW_DECL_MBSNRTOWCS
1912
 
 
1913
 
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1914
 
#undef HAVE_RAW_DECL_MBSRTOWCS
1915
 
 
1916
 
/* Define to 1 if memmem is declared even after undefining macros. */
1917
 
#undef HAVE_RAW_DECL_MEMMEM
1918
 
 
1919
 
/* Define to 1 if mempcpy is declared even after undefining macros. */
1920
 
#undef HAVE_RAW_DECL_MEMPCPY
1921
 
 
1922
 
/* Define to 1 if memrchr is declared even after undefining macros. */
1923
 
#undef HAVE_RAW_DECL_MEMRCHR
1924
 
 
1925
 
/* Define to 1 if mkdirat is declared even after undefining macros. */
1926
 
#undef HAVE_RAW_DECL_MKDIRAT
1927
 
 
1928
 
/* Define to 1 if mkdtemp is declared even after undefining macros. */
1929
 
#undef HAVE_RAW_DECL_MKDTEMP
1930
 
 
1931
 
/* Define to 1 if mkfifo is declared even after undefining macros. */
1932
 
#undef HAVE_RAW_DECL_MKFIFO
1933
 
 
1934
 
/* Define to 1 if mkfifoat is declared even after undefining macros. */
1935
 
#undef HAVE_RAW_DECL_MKFIFOAT
1936
 
 
1937
 
/* Define to 1 if mknod is declared even after undefining macros. */
1938
 
#undef HAVE_RAW_DECL_MKNOD
1939
 
 
1940
 
/* Define to 1 if mknodat is declared even after undefining macros. */
1941
 
#undef HAVE_RAW_DECL_MKNODAT
1942
 
 
1943
 
/* Define to 1 if mkostemp is declared even after undefining macros. */
1944
 
#undef HAVE_RAW_DECL_MKOSTEMP
1945
 
 
1946
 
/* Define to 1 if mkostemps is declared even after undefining macros. */
1947
 
#undef HAVE_RAW_DECL_MKOSTEMPS
1948
 
 
1949
 
/* Define to 1 if mkstemp is declared even after undefining macros. */
1950
 
#undef HAVE_RAW_DECL_MKSTEMP
1951
 
 
1952
 
/* Define to 1 if mkstemps is declared even after undefining macros. */
1953
 
#undef HAVE_RAW_DECL_MKSTEMPS
1954
 
 
1955
 
/* Define to 1 if nl_langinfo is declared even after undefining macros. */
1956
 
#undef HAVE_RAW_DECL_NL_LANGINFO
1957
 
 
1958
 
/* Define to 1 if openat is declared even after undefining macros. */
1959
 
#undef HAVE_RAW_DECL_OPENAT
1960
 
 
1961
 
/* Define to 1 if pipe is declared even after undefining macros. */
1962
 
#undef HAVE_RAW_DECL_PIPE
1963
 
 
1964
 
/* Define to 1 if pipe2 is declared even after undefining macros. */
1965
 
#undef HAVE_RAW_DECL_PIPE2
1966
 
 
1967
 
/* Define to 1 if popen is declared even after undefining macros. */
1968
 
#undef HAVE_RAW_DECL_POPEN
1969
 
 
1970
 
/* Define to 1 if pread is declared even after undefining macros. */
1971
 
#undef HAVE_RAW_DECL_PREAD
1972
 
 
1973
 
/* Define to 1 if pselect is declared even after undefining macros. */
1974
 
#undef HAVE_RAW_DECL_PSELECT
1975
 
 
1976
 
/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1977
 
#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1978
 
 
1979
 
/* Define to 1 if ptsname is declared even after undefining macros. */
1980
 
#undef HAVE_RAW_DECL_PTSNAME
1981
 
 
1982
 
/* Define to 1 if pwrite is declared even after undefining macros. */
1983
 
#undef HAVE_RAW_DECL_PWRITE
1984
 
 
1985
 
/* Define to 1 if random_r is declared even after undefining macros. */
1986
 
#undef HAVE_RAW_DECL_RANDOM_R
1987
 
 
1988
 
/* Define to 1 if rawmemchr is declared even after undefining macros. */
1989
 
#undef HAVE_RAW_DECL_RAWMEMCHR
1990
 
 
1991
 
/* Define to 1 if readlink is declared even after undefining macros. */
1992
 
#undef HAVE_RAW_DECL_READLINK
1993
 
 
1994
 
/* Define to 1 if readlinkat is declared even after undefining macros. */
1995
 
#undef HAVE_RAW_DECL_READLINKAT
1996
 
 
1997
 
/* Define to 1 if realpath is declared even after undefining macros. */
1998
 
#undef HAVE_RAW_DECL_REALPATH
1999
 
 
2000
 
/* Define to 1 if recv is declared even after undefining macros. */
2001
 
#undef HAVE_RAW_DECL_RECV
2002
 
 
2003
 
/* Define to 1 if recvfrom is declared even after undefining macros. */
2004
 
#undef HAVE_RAW_DECL_RECVFROM
2005
 
 
2006
 
/* Define to 1 if renameat is declared even after undefining macros. */
2007
 
#undef HAVE_RAW_DECL_RENAMEAT
2008
 
 
2009
 
/* Define to 1 if rmdir is declared even after undefining macros. */
2010
 
#undef HAVE_RAW_DECL_RMDIR
2011
 
 
2012
 
/* Define to 1 if round is declared even after undefining macros. */
2013
 
#undef HAVE_RAW_DECL_ROUND
2014
 
 
2015
 
/* Define to 1 if roundf is declared even after undefining macros. */
2016
 
#undef HAVE_RAW_DECL_ROUNDF
2017
 
 
2018
 
/* Define to 1 if roundl is declared even after undefining macros. */
2019
 
#undef HAVE_RAW_DECL_ROUNDL
2020
 
 
2021
 
/* Define to 1 if rpmatch is declared even after undefining macros. */
2022
 
#undef HAVE_RAW_DECL_RPMATCH
2023
 
 
2024
 
/* Define to 1 if scandir is declared even after undefining macros. */
2025
 
#undef HAVE_RAW_DECL_SCANDIR
2026
 
 
2027
 
/* Define to 1 if select is declared even after undefining macros. */
2028
 
#undef HAVE_RAW_DECL_SELECT
2029
 
 
2030
 
/* Define to 1 if send is declared even after undefining macros. */
2031
 
#undef HAVE_RAW_DECL_SEND
2032
 
 
2033
 
/* Define to 1 if sendto is declared even after undefining macros. */
2034
 
#undef HAVE_RAW_DECL_SENDTO
2035
 
 
2036
 
/* Define to 1 if setenv is declared even after undefining macros. */
2037
 
#undef HAVE_RAW_DECL_SETENV
2038
 
 
2039
 
/* Define to 1 if setlocale is declared even after undefining macros. */
2040
 
#undef HAVE_RAW_DECL_SETLOCALE
2041
 
 
2042
 
/* Define to 1 if setsockopt is declared even after undefining macros. */
2043
 
#undef HAVE_RAW_DECL_SETSOCKOPT
2044
 
 
2045
 
/* Define to 1 if setstate_r is declared even after undefining macros. */
2046
 
#undef HAVE_RAW_DECL_SETSTATE_R
2047
 
 
2048
 
/* Define to 1 if setusershell is declared even after undefining macros. */
2049
 
#undef HAVE_RAW_DECL_SETUSERSHELL
2050
 
 
2051
 
/* Define to 1 if shutdown is declared even after undefining macros. */
2052
 
#undef HAVE_RAW_DECL_SHUTDOWN
2053
 
 
2054
 
/* Define to 1 if sigaction is declared even after undefining macros. */
2055
 
#undef HAVE_RAW_DECL_SIGACTION
2056
 
 
2057
 
/* Define to 1 if sigaddset is declared even after undefining macros. */
2058
 
#undef HAVE_RAW_DECL_SIGADDSET
2059
 
 
2060
 
/* Define to 1 if sigdelset is declared even after undefining macros. */
2061
 
#undef HAVE_RAW_DECL_SIGDELSET
2062
 
 
2063
 
/* Define to 1 if sigemptyset is declared even after undefining macros. */
2064
 
#undef HAVE_RAW_DECL_SIGEMPTYSET
2065
 
 
2066
 
/* Define to 1 if sigfillset is declared even after undefining macros. */
2067
 
#undef HAVE_RAW_DECL_SIGFILLSET
2068
 
 
2069
 
/* Define to 1 if sigismember is declared even after undefining macros. */
2070
 
#undef HAVE_RAW_DECL_SIGISMEMBER
2071
 
 
2072
 
/* Define to 1 if sigpending is declared even after undefining macros. */
2073
 
#undef HAVE_RAW_DECL_SIGPENDING
2074
 
 
2075
 
/* Define to 1 if sigprocmask is declared even after undefining macros. */
2076
 
#undef HAVE_RAW_DECL_SIGPROCMASK
2077
 
 
2078
 
/* Define to 1 if sinl is declared even after undefining macros. */
2079
 
#undef HAVE_RAW_DECL_SINL
2080
 
 
2081
 
/* Define to 1 if sleep is declared even after undefining macros. */
2082
 
#undef HAVE_RAW_DECL_SLEEP
2083
 
 
2084
 
/* Define to 1 if snprintf is declared even after undefining macros. */
2085
 
#undef HAVE_RAW_DECL_SNPRINTF
2086
 
 
2087
 
/* Define to 1 if socket is declared even after undefining macros. */
2088
 
#undef HAVE_RAW_DECL_SOCKET
2089
 
 
2090
 
/* Define to 1 if sqrtl is declared even after undefining macros. */
2091
 
#undef HAVE_RAW_DECL_SQRTL
2092
 
 
2093
 
/* Define to 1 if srandom_r is declared even after undefining macros. */
2094
 
#undef HAVE_RAW_DECL_SRANDOM_R
2095
 
 
2096
 
/* Define to 1 if stat is declared even after undefining macros. */
2097
 
#undef HAVE_RAW_DECL_STAT
2098
 
 
2099
 
/* Define to 1 if stpcpy is declared even after undefining macros. */
2100
 
#undef HAVE_RAW_DECL_STPCPY
2101
 
 
2102
 
/* Define to 1 if stpncpy is declared even after undefining macros. */
2103
 
#undef HAVE_RAW_DECL_STPNCPY
2104
 
 
2105
 
/* Define to 1 if strcasestr is declared even after undefining macros. */
2106
 
#undef HAVE_RAW_DECL_STRCASESTR
2107
 
 
2108
 
/* Define to 1 if strchrnul is declared even after undefining macros. */
2109
 
#undef HAVE_RAW_DECL_STRCHRNUL
2110
 
 
2111
 
/* Define to 1 if strdup is declared even after undefining macros. */
2112
 
#undef HAVE_RAW_DECL_STRDUP
2113
 
 
2114
 
/* Define to 1 if strerror_r is declared even after undefining macros. */
2115
 
#undef HAVE_RAW_DECL_STRERROR_R
2116
 
 
2117
 
/* Define to 1 if strncat is declared even after undefining macros. */
2118
 
#undef HAVE_RAW_DECL_STRNCAT
2119
 
 
2120
 
/* Define to 1 if strndup is declared even after undefining macros. */
2121
 
#undef HAVE_RAW_DECL_STRNDUP
2122
 
 
2123
 
/* Define to 1 if strnlen is declared even after undefining macros. */
2124
 
#undef HAVE_RAW_DECL_STRNLEN
2125
 
 
2126
 
/* Define to 1 if strpbrk is declared even after undefining macros. */
2127
 
#undef HAVE_RAW_DECL_STRPBRK
2128
 
 
2129
 
/* Define to 1 if strsep is declared even after undefining macros. */
2130
 
#undef HAVE_RAW_DECL_STRSEP
2131
 
 
2132
 
/* Define to 1 if strsignal is declared even after undefining macros. */
2133
 
#undef HAVE_RAW_DECL_STRSIGNAL
2134
 
 
2135
 
/* Define to 1 if strtod is declared even after undefining macros. */
2136
 
#undef HAVE_RAW_DECL_STRTOD
2137
 
 
2138
 
/* Define to 1 if strtoimax is declared even after undefining macros. */
2139
 
#undef HAVE_RAW_DECL_STRTOIMAX
2140
 
 
2141
 
/* Define to 1 if strtok_r is declared even after undefining macros. */
2142
 
#undef HAVE_RAW_DECL_STRTOK_R
2143
 
 
2144
 
/* Define to 1 if strtoll is declared even after undefining macros. */
2145
 
#undef HAVE_RAW_DECL_STRTOLL
2146
 
 
2147
 
/* Define to 1 if strtoull is declared even after undefining macros. */
2148
 
#undef HAVE_RAW_DECL_STRTOULL
2149
 
 
2150
 
/* Define to 1 if strtoumax is declared even after undefining macros. */
2151
 
#undef HAVE_RAW_DECL_STRTOUMAX
2152
 
 
2153
 
/* Define to 1 if strverscmp is declared even after undefining macros. */
2154
 
#undef HAVE_RAW_DECL_STRVERSCMP
2155
 
 
2156
 
/* Define to 1 if symlink is declared even after undefining macros. */
2157
 
#undef HAVE_RAW_DECL_SYMLINK
2158
 
 
2159
 
/* Define to 1 if symlinkat is declared even after undefining macros. */
2160
 
#undef HAVE_RAW_DECL_SYMLINKAT
2161
 
 
2162
 
/* Define to 1 if tanl is declared even after undefining macros. */
2163
 
#undef HAVE_RAW_DECL_TANL
2164
 
 
2165
 
/* Define to 1 if tcgetsid is declared even after undefining macros. */
2166
 
#undef HAVE_RAW_DECL_TCGETSID
2167
 
 
2168
 
/* Define to 1 if tmpfile is declared even after undefining macros. */
2169
 
#undef HAVE_RAW_DECL_TMPFILE
2170
 
 
2171
 
/* Define to 1 if towctrans is declared even after undefining macros. */
2172
 
#undef HAVE_RAW_DECL_TOWCTRANS
2173
 
 
2174
 
/* Define to 1 if trunc is declared even after undefining macros. */
2175
 
#undef HAVE_RAW_DECL_TRUNC
2176
 
 
2177
 
/* Define to 1 if truncf is declared even after undefining macros. */
2178
 
#undef HAVE_RAW_DECL_TRUNCF
2179
 
 
2180
 
/* Define to 1 if truncl is declared even after undefining macros. */
2181
 
#undef HAVE_RAW_DECL_TRUNCL
2182
 
 
2183
 
/* Define to 1 if ttyname_r is declared even after undefining macros. */
2184
 
#undef HAVE_RAW_DECL_TTYNAME_R
2185
 
 
2186
 
/* Define to 1 if uname is declared even after undefining macros. */
2187
 
#undef HAVE_RAW_DECL_UNAME
2188
 
 
2189
 
/* Define to 1 if unlink is declared even after undefining macros. */
2190
 
#undef HAVE_RAW_DECL_UNLINK
2191
 
 
2192
 
/* Define to 1 if unlinkat is declared even after undefining macros. */
2193
 
#undef HAVE_RAW_DECL_UNLINKAT
2194
 
 
2195
 
/* Define to 1 if unlockpt is declared even after undefining macros. */
2196
 
#undef HAVE_RAW_DECL_UNLOCKPT
2197
 
 
2198
 
/* Define to 1 if unsetenv is declared even after undefining macros. */
2199
 
#undef HAVE_RAW_DECL_UNSETENV
2200
 
 
2201
 
/* Define to 1 if usleep is declared even after undefining macros. */
2202
 
#undef HAVE_RAW_DECL_USLEEP
2203
 
 
2204
 
/* Define to 1 if utimensat is declared even after undefining macros. */
2205
 
#undef HAVE_RAW_DECL_UTIMENSAT
2206
 
 
2207
 
/* Define to 1 if vdprintf is declared even after undefining macros. */
2208
 
#undef HAVE_RAW_DECL_VDPRINTF
2209
 
 
2210
 
/* Define to 1 if vsnprintf is declared even after undefining macros. */
2211
 
#undef HAVE_RAW_DECL_VSNPRINTF
2212
 
 
2213
 
/* Define to 1 if waitpid is declared even after undefining macros. */
2214
 
#undef HAVE_RAW_DECL_WAITPID
2215
 
 
2216
 
/* Define to 1 if wcpcpy is declared even after undefining macros. */
2217
 
#undef HAVE_RAW_DECL_WCPCPY
2218
 
 
2219
 
/* Define to 1 if wcpncpy is declared even after undefining macros. */
2220
 
#undef HAVE_RAW_DECL_WCPNCPY
2221
 
 
2222
 
/* Define to 1 if wcrtomb is declared even after undefining macros. */
2223
 
#undef HAVE_RAW_DECL_WCRTOMB
2224
 
 
2225
 
/* Define to 1 if wcscasecmp is declared even after undefining macros. */
2226
 
#undef HAVE_RAW_DECL_WCSCASECMP
2227
 
 
2228
 
/* Define to 1 if wcscat is declared even after undefining macros. */
2229
 
#undef HAVE_RAW_DECL_WCSCAT
2230
 
 
2231
 
/* Define to 1 if wcschr is declared even after undefining macros. */
2232
 
#undef HAVE_RAW_DECL_WCSCHR
2233
 
 
2234
 
/* Define to 1 if wcscmp is declared even after undefining macros. */
2235
 
#undef HAVE_RAW_DECL_WCSCMP
2236
 
 
2237
 
/* Define to 1 if wcscoll is declared even after undefining macros. */
2238
 
#undef HAVE_RAW_DECL_WCSCOLL
2239
 
 
2240
 
/* Define to 1 if wcscpy is declared even after undefining macros. */
2241
 
#undef HAVE_RAW_DECL_WCSCPY
2242
 
 
2243
 
/* Define to 1 if wcscspn is declared even after undefining macros. */
2244
 
#undef HAVE_RAW_DECL_WCSCSPN
2245
 
 
2246
 
/* Define to 1 if wcsdup is declared even after undefining macros. */
2247
 
#undef HAVE_RAW_DECL_WCSDUP
2248
 
 
2249
 
/* Define to 1 if wcslen is declared even after undefining macros. */
2250
 
#undef HAVE_RAW_DECL_WCSLEN
2251
 
 
2252
 
/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
2253
 
#undef HAVE_RAW_DECL_WCSNCASECMP
2254
 
 
2255
 
/* Define to 1 if wcsncat is declared even after undefining macros. */
2256
 
#undef HAVE_RAW_DECL_WCSNCAT
2257
 
 
2258
 
/* Define to 1 if wcsncmp is declared even after undefining macros. */
2259
 
#undef HAVE_RAW_DECL_WCSNCMP
2260
 
 
2261
 
/* Define to 1 if wcsncpy is declared even after undefining macros. */
2262
 
#undef HAVE_RAW_DECL_WCSNCPY
2263
 
 
2264
 
/* Define to 1 if wcsnlen is declared even after undefining macros. */
2265
 
#undef HAVE_RAW_DECL_WCSNLEN
2266
 
 
2267
 
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
2268
 
#undef HAVE_RAW_DECL_WCSNRTOMBS
2269
 
 
2270
 
/* Define to 1 if wcspbrk is declared even after undefining macros. */
2271
 
#undef HAVE_RAW_DECL_WCSPBRK
2272
 
 
2273
 
/* Define to 1 if wcsrchr is declared even after undefining macros. */
2274
 
#undef HAVE_RAW_DECL_WCSRCHR
2275
 
 
2276
 
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
2277
 
#undef HAVE_RAW_DECL_WCSRTOMBS
2278
 
 
2279
 
/* Define to 1 if wcsspn is declared even after undefining macros. */
2280
 
#undef HAVE_RAW_DECL_WCSSPN
2281
 
 
2282
 
/* Define to 1 if wcsstr is declared even after undefining macros. */
2283
 
#undef HAVE_RAW_DECL_WCSSTR
2284
 
 
2285
 
/* Define to 1 if wcstok is declared even after undefining macros. */
2286
 
#undef HAVE_RAW_DECL_WCSTOK
2287
 
 
2288
 
/* Define to 1 if wcswidth is declared even after undefining macros. */
2289
 
#undef HAVE_RAW_DECL_WCSWIDTH
2290
 
 
2291
 
/* Define to 1 if wcsxfrm is declared even after undefining macros. */
2292
 
#undef HAVE_RAW_DECL_WCSXFRM
2293
 
 
2294
 
/* Define to 1 if wctob is declared even after undefining macros. */
2295
 
#undef HAVE_RAW_DECL_WCTOB
2296
 
 
2297
 
/* Define to 1 if wctrans is declared even after undefining macros. */
2298
 
#undef HAVE_RAW_DECL_WCTRANS
2299
 
 
2300
 
/* Define to 1 if wctype is declared even after undefining macros. */
2301
 
#undef HAVE_RAW_DECL_WCTYPE
2302
 
 
2303
 
/* Define to 1 if wcwidth is declared even after undefining macros. */
2304
 
#undef HAVE_RAW_DECL_WCWIDTH
2305
 
 
2306
 
/* Define to 1 if wmemchr is declared even after undefining macros. */
2307
 
#undef HAVE_RAW_DECL_WMEMCHR
2308
 
 
2309
 
/* Define to 1 if wmemcmp is declared even after undefining macros. */
2310
 
#undef HAVE_RAW_DECL_WMEMCMP
2311
 
 
2312
 
/* Define to 1 if wmemcpy is declared even after undefining macros. */
2313
 
#undef HAVE_RAW_DECL_WMEMCPY
2314
 
 
2315
 
/* Define to 1 if wmemmove is declared even after undefining macros. */
2316
 
#undef HAVE_RAW_DECL_WMEMMOVE
2317
 
 
2318
 
/* Define to 1 if wmemset is declared even after undefining macros. */
2319
 
#undef HAVE_RAW_DECL_WMEMSET
2320
 
 
2321
 
/* Define to 1 if _Exit is declared even after undefining macros. */
2322
 
#undef HAVE_RAW_DECL__EXIT
 
1835
/* Define to 1 if you have the `raise' function. */
 
1836
#undef HAVE_RAISE
 
1837
 
 
1838
/* Define to 1 if you have the `rawmemchr' function. */
 
1839
#undef HAVE_RAWMEMCHR
 
1840
 
 
1841
/* Define to 1 if you have the `readdir' function. */
 
1842
#undef HAVE_READDIR
2323
1843
 
2324
1844
/* Define to 1 if you have the `readlink' function. */
2325
1845
#undef HAVE_READLINK
2337
1857
/* Define to 1 if you have the `realpath' function. */
2338
1858
#undef HAVE_REALPATH
2339
1859
 
 
1860
/* Define to 1 if you have the `rewinddir' function. */
 
1861
#undef HAVE_REWINDDIR
 
1862
 
2340
1863
/* Define to 1 if you have the `rpmatch' function. */
2341
1864
#undef HAVE_RPMATCH
2342
1865
 
2343
1866
/* Define to 1 if you have run the test for working tzset. */
2344
1867
#undef HAVE_RUN_TZSET_TEST
2345
1868
 
 
1869
/* Define to 1 if 'long double' and 'double' have the same representation. */
 
1870
#undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
 
1871
 
2346
1872
/* Define to 1 if the system has the type `sa_family_t'. */
2347
1873
#undef HAVE_SA_FAMILY_T
2348
1874
 
2358
1884
/* Define to 1 if you have the <sched.h> header file. */
2359
1885
#undef HAVE_SCHED_H
2360
1886
 
 
1887
/* Define to 1 if you have the `sched_setparam' function. */
 
1888
#undef HAVE_SCHED_SETPARAM
 
1889
 
 
1890
/* Define to 1 if you have the `sched_setscheduler' function. */
 
1891
#undef HAVE_SCHED_SETSCHEDULER
 
1892
 
2361
1893
/* Define to 1 if you have the <search.h> header file. */
2362
1894
#undef HAVE_SEARCH_H
2363
1895
 
2370
1902
/* Define to 1 if you have the <selinux/selinux.h> header file. */
2371
1903
#undef HAVE_SELINUX_SELINUX_H
2372
1904
 
 
1905
/* Define to 1 if you have the `setegid' function. */
 
1906
#undef HAVE_SETEGID
 
1907
 
2373
1908
/* Define to 1 if you have the `setenv' function. */
2374
1909
#undef HAVE_SETENV
2375
1910
 
 
1911
/* Define to 1 if you have the `seteuid' function. */
 
1912
#undef HAVE_SETEUID
 
1913
 
2376
1914
/* Define to 1 if you have the `setgroups' function. */
2377
1915
#undef HAVE_SETGROUPS
2378
1916
 
2388
1926
/* Define to 1 if you have the `settimeofday' function. */
2389
1927
#undef HAVE_SETTIMEOFDAY
2390
1928
 
2391
 
/* Define to 1 if you have the <shadow.h> header file. */
2392
 
#undef HAVE_SHADOW_H
2393
 
 
2394
1929
/* Define to 1 if you have the `shutdown' function. */
2395
1930
#undef HAVE_SHUTDOWN
2396
1931
 
2421
1956
/* Define to 1 if the system has the type `sigset_t'. */
2422
1957
#undef HAVE_SIGSET_T
2423
1958
 
 
1959
/* Define to 1 if the system has the type `sig_atomic_t'. */
 
1960
#undef HAVE_SIG_ATOMIC_T
 
1961
 
2424
1962
/* Define to 1 if you have the `sleep' function. */
2425
1963
#undef HAVE_SLEEP
2426
1964
 
2432
1970
   buffer had been large enough. */
2433
1971
#undef HAVE_SNPRINTF_RETVAL_C99
2434
1972
 
 
1973
/* Define to 1 if you have the <spawn.h> header file. */
 
1974
#undef HAVE_SPAWN_H
 
1975
 
2435
1976
/* Define to 1 if you have the `statacl' function. */
2436
1977
#undef HAVE_STATACL
2437
1978
 
2460
2001
/* Define if you have the stpncpy() function and it works. */
2461
2002
#undef HAVE_STPNCPY
2462
2003
 
 
2004
/* Define to 1 if you have the `strchrnul' function. */
 
2005
#undef HAVE_STRCHRNUL
 
2006
 
2463
2007
/* Define to 1 if you have the `strdup' function. */
2464
2008
#undef HAVE_STRDUP
2465
2009
 
2481
2025
/* Define to 1 if you have the <stropts.h> header file. */
2482
2026
#undef HAVE_STROPTS_H
2483
2027
 
 
2028
/* Define to 1 if you have the `strpbrk' function. */
 
2029
#undef HAVE_STRPBRK
 
2030
 
2484
2031
/* Define to 1 if you have the `strsignal' function. */
2485
2032
#undef HAVE_STRSIGNAL
2486
2033
 
2515
2062
/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
2516
2063
#undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
2517
2064
 
 
2065
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
 
2066
#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
 
2067
 
2518
2068
/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
2519
2069
#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
2520
2070
 
2530
2080
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2531
2081
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
2532
2082
 
2533
 
/* Define to 1 if `sp_pwdp' is a member of `struct spwd'. */
2534
 
#undef HAVE_STRUCT_SPWD_SP_PWDP
 
2083
/* Define to 1 if `f_frsize' is a member of `struct statfs'. */
 
2084
#undef HAVE_STRUCT_STATFS_F_FRSIZE
2535
2085
 
2536
2086
/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
2537
2087
#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
2831
2381
/* Define to 1 if you have the `unsetenv' function. */
2832
2382
#undef HAVE_UNSETENV
2833
2383
 
2834
 
/* Define to 1 if the system has the type `unsigned long long int'. */
 
2384
/* Define to 1 if the system has the type 'unsigned long long int'. */
2835
2385
#undef HAVE_UNSIGNED_LONG_LONG_INT
2836
2386
 
2837
2387
/* Define to 1 if you have the `uselocale' function. */
2873
2423
/* Define to 1 if you have the <vfork.h> header file. */
2874
2424
#undef HAVE_VFORK_H
2875
2425
 
 
2426
/* Define to 1 if you have the `waitid' function. */
 
2427
#undef HAVE_WAITID
 
2428
 
2876
2429
/* Define to 1 if you have the <wchar.h> header file. */
2877
2430
#undef HAVE_WCHAR_H
2878
2431
 
2921
2474
/* Define to 1 if `fork' works. */
2922
2475
#undef HAVE_WORKING_FORK
2923
2476
 
 
2477
/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
 
2478
   7.1. */
 
2479
#undef HAVE_WORKING_FSTATAT_ZERO_FLAG
 
2480
 
2924
2481
/* Define to 1 if O_NOATIME works. */
2925
2482
#undef HAVE_WORKING_O_NOATIME
2926
2483
 
2927
2484
/* Define to 1 if O_NOFOLLOW works. */
2928
2485
#undef HAVE_WORKING_O_NOFOLLOW
2929
2486
 
 
2487
/* Define if you have the posix_spawn and posix_spawnp functions and they
 
2488
   work. */
 
2489
#undef HAVE_WORKING_POSIX_SPAWN
 
2490
 
2930
2491
/* Define if utimes works properly. */
2931
2492
#undef HAVE_WORKING_UTIMES
2932
2493
 
2942
2503
/* Define to 1 if the system has the type `_Bool'. */
2943
2504
#undef HAVE__BOOL
2944
2505
 
 
2506
/* Define to 1 if you have the `_fseeki64' function. */
 
2507
#undef HAVE__FSEEKI64
 
2508
 
 
2509
/* Define to 1 if you have the `_ftelli64' function. */
 
2510
#undef HAVE__FTELLI64
 
2511
 
2945
2512
/* Define to 1 if you have the `_ftime' function. */
2946
2513
#undef HAVE__FTIME
2947
2514
 
 
2515
/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
 
2516
#undef HAVE__SET_INVALID_PARAMETER_HANDLER
 
2517
 
2948
2518
/* Define to 1 if you have the external variable, _system_configuration with a
2949
2519
   member named physmem. */
2950
2520
#undef HAVE__SYSTEM_CONFIGURATION
2955
2525
/* Define to 1 if you have the `__fpurge' function. */
2956
2526
#undef HAVE___FPURGE
2957
2527
 
 
2528
/* Define to 1 if you have the `__freadahead' function. */
 
2529
#undef HAVE___FREADAHEAD
 
2530
 
2958
2531
/* Define to 1 if you have the `__freading' function. */
2959
2532
#undef HAVE___FREADING
2960
2533
 
 
2534
/* Define to 1 if you have the `__freadptr' function. */
 
2535
#undef HAVE___FREADPTR
 
2536
 
 
2537
/* Define to 1 if you have the `__freadptrinc' function. */
 
2538
#undef HAVE___FREADPTRINC
 
2539
 
 
2540
/* Define to 1 if you have the `__fseterr' function. */
 
2541
#undef HAVE___FSETERR
 
2542
 
2961
2543
/* Define to 1 if you have the `__fsetlocking' function. */
2962
2544
#undef HAVE___FSETLOCKING
2963
2545
 
2994
2576
/* Define to 1 if linkat fails to recognize a trailing slash. */
2995
2577
#undef LINKAT_TRAILING_SLASH_BUG
2996
2578
 
2997
 
/* Define to 1 if `link(2)' dereferences symbolic links, 0 if it creates hard
 
2579
/* Define to 1 if 'link(2)' dereferences symbolic links, 0 if it creates hard
2998
2580
   links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
2999
2581
   unknown. */
3000
2582
#undef LINK_FOLLOWS_SYMLINKS
3005
2587
/* Define to 1 if lseek does not detect pipes. */
3006
2588
#undef LSEEK_PIPE_BROKEN
3007
2589
 
3008
 
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
2590
/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
3009
2591
   slash. */
3010
2592
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
3011
2593
 
3035
2617
/* Define if the mbrtowc function returns a wrong return value. */
3036
2618
#undef MBRTOWC_RETVAL_BUG
3037
2619
 
 
2620
/* Define to 1 if mkfifo does not reject trailing slash */
 
2621
#undef MKFIFO_TRAILING_SLASH_BUG
 
2622
 
 
2623
/* Define to 1 if mknod cannot create a fifo without super-user privileges */
 
2624
#undef MKNOD_FIFO_BUG
 
2625
 
3038
2626
/* Define if there is no specific function for reading the list of mounted
3039
2627
   file systems. fread will be used to read /etc/mnttab. (SVR2) */
3040
2628
#undef MOUNTED_FREAD
3076
2664
#undef MOUNTED_GETMNTINFO2
3077
2665
 
3078
2666
/* Define if we are on interix, and ought to use statvfs plus some special
3079
 
   knowledge on where mounted filesystems can be found. (Interix) */
 
2667
   knowledge on where mounted file systems can be found. (Interix) */
3080
2668
#undef MOUNTED_INTERIX_STATVFS
3081
2669
 
3082
2670
/* Define if there is a function named listmntent that can be used to list all
3085
2673
 
3086
2674
/* Define if there is a function named mntctl that can be used to read the
3087
2675
   list of mounted file systems, and there is a system header file that
3088
 
   declares `struct vmount.' (AIX) */
 
2676
   declares 'struct vmount'. (AIX) */
3089
2677
#undef MOUNTED_VMOUNT
3090
2678
 
3091
2679
/* Define to 1 if assertions should be disabled. */
3178
2766
/* Define to the version of this package. */
3179
2767
#undef PACKAGE_VERSION
3180
2768
 
3181
 
/* the number of pending output bytes on stream `fp' */
 
2769
/* the number of pending output bytes on stream 'fp' */
3182
2770
#undef PENDING_OUTPUT_N_BYTES
3183
2771
 
3184
2772
/* Define to the maximum link count that a true pipe can have. */
3198
2786
   type mode_t. */
3199
2787
#undef PROMOTED_MODE_T
3200
2788
 
3201
 
/* Define to 1 if the C compiler supports function prototypes. */
3202
 
#undef PROTOTYPES
3203
 
 
3204
2789
/* Define if the pthread_in_use() detection is hard. */
3205
2790
#undef PTHREAD_IN_USE_DETECTION_HARD
3206
2791
 
3298
2883
   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
3299
2884
#undef STAT_STATFS2_BSIZE
3300
2885
 
 
2886
/* Define if statfs takes 2 args and struct statfs has a field named f_frsize.
 
2887
   (glibc/Linux > 2.6) */
 
2888
#undef STAT_STATFS2_FRSIZE
 
2889
 
3301
2890
/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
3302
2891
   (4.4BSD, NetBSD) */
3303
2892
#undef STAT_STATFS2_FSIZE
3397
2986
   safe for multithreaded apps. */
3398
2987
#undef USE_UNLOCKED_IO
3399
2988
 
3400
 
/* Define if the Win32 multithreading API can be used. */
3401
 
#undef USE_WIN32_THREADS
 
2989
/* Define if the native Windows multithreading API can be used. */
 
2990
#undef USE_WINDOWS_THREADS
3402
2991
 
3403
2992
/* Define if you want extended attribute support. */
3404
2993
#undef USE_XATTR
3443
3032
/* Number of bits in a file offset, on hosts where this is settable. */
3444
3033
#undef _FILE_OFFSET_BITS
3445
3034
 
3446
 
/* enable compile-time and run-time bounds-checking, and some warnings */
3447
 
#undef _FORTIFY_SOURCE
 
3035
/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
 
3036
   stat.st_size becomes 64-bit. */
 
3037
#undef _GL_WINDOWS_64_BIT_ST_SIZE
3448
3038
 
3449
3039
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
3450
3040
#undef _LARGEFILE_SOURCE
3452
3042
/* Define for large files, on AIX-style hosts. */
3453
3043
#undef _LARGE_FILES
3454
3044
 
 
3045
/* Define to 1 on Solaris. */
 
3046
#undef _LCONV_C99
 
3047
 
3455
3048
/* Define to 1 if on MINIX. */
3456
3049
#undef _MINIX
3457
3050
 
3458
 
/* The _Noreturn keyword of draft C1X.  */
3459
 
#ifndef _Noreturn
 
3051
/* The _Noreturn keyword of C11.  */
 
3052
#if ! (defined _Noreturn \
 
3053
       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
3460
3054
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
3461
3055
      || 0x5110 <= __SUNPRO_C)
3462
3056
#  define _Noreturn __attribute__ ((__noreturn__))
3463
 
# elif 1200 <= _MSC_VER
 
3057
# elif defined _MSC_VER && 1200 <= _MSC_VER
3464
3058
#  define _Noreturn __declspec (noreturn)
3465
3059
# else
3466
3060
#  define _Noreturn
3476
3070
   functions. */
3477
3071
#undef _POSIX_PII_SOCKET
3478
3072
 
3479
 
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
3073
/* Define to 1 if you need to in order for 'stat' and other things to work. */
3480
3074
#undef _POSIX_SOURCE
3481
3075
 
 
3076
/* Define if you want <regex.h> to include <limits.h>, so that it consistently
 
3077
   overrides <limits.h>'s RE_DUP_MAX. */
 
3078
#undef _REGEX_INCLUDE_LIMITS_H
 
3079
 
3482
3080
/* Define if you want regoff_t to be at least as wide POSIX requires. */
3483
3081
#undef _REGEX_LARGE_OFFSETS
3484
3082
 
3489
3087
#ifndef _ALL_SOURCE
3490
3088
# undef _ALL_SOURCE
3491
3089
#endif
3492
 
/* Enable general extensions on MacOS X.  */
 
3090
/* Enable general extensions on Mac OS X.  */
3493
3091
#ifndef _DARWIN_C_SOURCE
3494
3092
# undef _DARWIN_C_SOURCE
3495
3093
#endif
3515
3113
   used. */
3516
3114
#undef __GETOPT_PREFIX
3517
3115
 
3518
 
/* Define like PROTOTYPES; this can be used by system headers. */
3519
 
#undef __PROTOTYPES
3520
 
 
3521
 
/* Ensure that <stdint.h> defines the limit macros, since gnulib's
3522
 
   <inttypes.h> relies on them.  */
3523
 
#if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
3524
 
# define __STDC_LIMIT_MACROS 1
3525
 
#endif
3526
 
 
 
3116
/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
 
3117
   _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
 
3118
   _GL_INLINE_HEADER_BEGIN contains useful stuff to put
 
3119
     in an include file, before uses of _GL_INLINE.
 
3120
     It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
 
3121
     when FOO is an inline function in the header; see
 
3122
     <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
 
3123
   _GL_INLINE_HEADER_END contains useful stuff to put
 
3124
     in the same include file, after uses of _GL_INLINE.  */
 
3125
#if (__GNUC__ \
 
3126
     ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
 
3127
     : 199901L <= __STDC_VERSION__)
 
3128
# define _GL_INLINE inline
 
3129
# define _GL_EXTERN_INLINE extern inline
 
3130
#elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__)
 
3131
# if __GNUC_GNU_INLINE__
 
3132
   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
 
3133
#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
 
3134
# else
 
3135
#  define _GL_INLINE extern inline
 
3136
# endif
 
3137
# define _GL_EXTERN_INLINE extern
 
3138
#else
 
3139
# define _GL_INLINE static inline
 
3140
# define _GL_EXTERN_INLINE static inline
 
3141
#endif
 
3142
 
 
3143
#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
 
3144
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
 
3145
#  define _GL_INLINE_HEADER_CONST_PRAGMA
 
3146
# else
 
3147
#  define _GL_INLINE_HEADER_CONST_PRAGMA \
 
3148
     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
 
3149
# endif
 
3150
# define _GL_INLINE_HEADER_BEGIN \
 
3151
    _Pragma ("GCC diagnostic push") \
 
3152
    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
 
3153
    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
 
3154
    _GL_INLINE_HEADER_CONST_PRAGMA
 
3155
# define _GL_INLINE_HEADER_END \
 
3156
    _Pragma ("GCC diagnostic pop")
 
3157
#else
 
3158
# define _GL_INLINE_HEADER_BEGIN
 
3159
# define _GL_INLINE_HEADER_END
 
3160
#endif
3527
3161
 
3528
3162
/* Always use our fgetfilecon wrapper. */
3529
3163
#undef fgetfilecon
3561
3195
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
3562
3196
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
3563
3197
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
3564
 
   __APPLE__ && __MACH__ test for MacOS X.
 
3198
   __APPLE__ && __MACH__ test for Mac OS X.
3565
3199
   __APPLE_CC__ tests for the Apple compiler and its version.
3566
3200
   __STDC_VERSION__ tests for the C99 mode.  */
3567
3201
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
3664
3298
# define __restrict__
3665
3299
#endif
3666
3300
 
 
3301
/* Define as an integer type suitable for memory locations that can be
 
3302
   accessed atomically even in the presence of asynchronous signals. */
 
3303
#undef sig_atomic_t
 
3304
 
3667
3305
/* Define to `unsigned int' if <sys/types.h> does not define. */
3668
3306
#undef size_t
3669
3307