|
39 | 39 | /* #undef GETTIMEOFDAY_NO_TZ */ |
40 | 40 |
|
41 | 41 | /* Define to 1 if you have the `accept4' function. */ |
42 | | -#define HAVE_ACCEPT4 1 |
| 42 | +/* #define HAVE_ACCEPT4 1 */ // original: #define HAVE_ACCEPT4 1 |
43 | 43 |
|
44 | 44 | /* Define to 1 if you have the `acosh' function. */ |
45 | 45 | #define HAVE_ACOSH 1 |
|
121 | 121 | #define HAVE_CLOCK 1 |
122 | 122 |
|
123 | 123 | /* Define to 1 if you have the `clock_getres' function. */ |
124 | | -#define HAVE_CLOCK_GETRES 1 |
| 124 | +/* #define HAVE_CLOCK_GETRES 1 */ // original: #define HAVE_CLOCK_GETRES 1 |
125 | 125 |
|
126 | 126 | /* Define to 1 if you have the `clock_gettime' function. */ |
127 | | -#define HAVE_CLOCK_GETTIME 1 |
| 127 | +/* #define HAVE_CLOCK_GETTIME 1 */ // original: #define HAVE_CLOCK_GETTIME 1 |
128 | 128 |
|
129 | 129 | /* Define if the C compiler supports computed gotos. */ |
130 | 130 | /* #undef HAVE_COMPUTED_GOTOS */ |
|
206 | 206 | /* Define to 1 if you have the `dup3' function. */ |
207 | 207 | #define HAVE_DUP3 1 |
208 | 208 |
|
| 209 | +/* O_CLOEXEC is not supported, but ignoring it should be fine here */ |
| 210 | +#define O_CLOEXEC 0 |
| 211 | + |
209 | 212 | /* Defined when any dynamic module loading is enabled. */ |
210 | 213 | #undef HAVE_DYNAMIC_LOADING // original: #define HAVE_DYNAMIC_LOADING 1 |
211 | 214 |
|
|
234 | 237 | #define HAVE_EXPM1 1 |
235 | 238 |
|
236 | 239 | /* Define to 1 if you have the `faccessat' function. */ |
237 | | -#define HAVE_FACCESSAT 1 |
| 240 | +/* #define HAVE_FACCESSAT 1 */ // original: #define HAVE_FACCESSAT 1 |
238 | 241 |
|
239 | 242 | /* Define if you have the 'fchdir' function. */ |
240 | 243 | /* #define HAVE_FCHDIR 1 */ // #define HAVE_FCHDIR 1 |
|
246 | 249 | #define HAVE_FCHMODAT 1 |
247 | 250 |
|
248 | 251 | /* Define to 1 if you have the `fchown' function. */ |
249 | | -#define HAVE_FCHOWN 1 |
| 252 | +/* #define HAVE_FCHOWN 1 */ // original: #define HAVE_FCHOWN 1 |
250 | 253 |
|
251 | 254 | /* Define to 1 if you have the `fchownat' function. */ |
252 | 255 | #define HAVE_FCHOWNAT 1 |
|
258 | 261 | #undef HAVE_FDATASYNC // original: #define HAVE_FDATASYNC 1 |
259 | 262 |
|
260 | 263 | /* Define to 1 if you have the `fdopendir' function. */ |
261 | | -#define HAVE_FDOPENDIR 1 |
| 264 | +/* #define HAVE_FDOPENDIR 1 */ // original: #define HAVE_FDOPENDIR 1 |
262 | 265 |
|
263 | 266 | /* Define to 1 if you have the `fexecve' function. */ |
264 | 267 | #define HAVE_FEXECVE 1 |
|
285 | 288 | #define HAVE_FSEEKO 1 |
286 | 289 |
|
287 | 290 | /* Define to 1 if you have the `fstatat' function. */ |
288 | | -#define HAVE_FSTATAT 1 |
| 291 | +/* #define HAVE_FSTATAT 1 */ // original: #define HAVE_FSTATAT 1 |
289 | 292 |
|
290 | 293 | /* Define to 1 if you have the `fstatvfs' function. */ |
291 | 294 | #define HAVE_FSTATVFS 1 |
|
306 | 309 | #define HAVE_FTRUNCATE 1 |
307 | 310 |
|
308 | 311 | /* Define to 1 if you have the `futimens' function. */ |
309 | | -#define HAVE_FUTIMENS 1 |
| 312 | +/* #define HAVE_FUTIMENS 1 */ // original: #define HAVE_FUTIMENS 1 |
310 | 313 |
|
311 | 314 | /* Define to 1 if you have the `futimes' function. */ |
312 | 315 | #define HAVE_FUTIMES 1 |
|
350 | 353 | #undef HAVE_GETENTROPY // original: #define HAVE_GETENTROPY 1 |
351 | 354 |
|
352 | 355 | /* Define to 1 if you have the `getgrouplist' function. */ |
353 | | -#define HAVE_GETGROUPLIST 1 |
| 356 | +/* #define HAVE_GETGROUPLIST 1 */ // original: #define HAVE_GETGROUPLIST 1 |
354 | 357 |
|
355 | 358 | /* Define to 1 if you have the `getgroups' function. */ |
356 | 359 | /* #define HAVE_GETGROUPS 1 */ // original: #define HAVE_GETGROUPS 1 |
|
398 | 401 | #define HAVE_GETPID 1 |
399 | 402 |
|
400 | 403 | /* Define to 1 if you have the `getpriority' function. */ |
401 | | -#define HAVE_GETPRIORITY 1 |
| 404 | +/* #define HAVE_GETPRIORITY 1 */ // original: #define HAVE_GETPRIORITY 1 |
402 | 405 |
|
403 | 406 | /* Define to 1 if you have the `getpwent' function. */ |
404 | 407 | #undef HAVE_GETPWENT // original: #define HAVE_GETPWENT 1 |
|
450 | 453 | #define HAVE_IEEEFP_H 1 |
451 | 454 |
|
452 | 455 | /* Define to 1 if you have the `if_nameindex' function. */ |
453 | | -#define HAVE_IF_NAMEINDEX 1 |
| 456 | +/* #define HAVE_IF_NAMEINDEX 1 */ // original: #define HAVE_IF_NAMEINDEX 1 |
454 | 457 |
|
455 | 458 | /* Define if you have the 'inet_aton' function. */ |
456 | 459 | /* #define HAVE_INET_ATON 1 */ // original: #define HAVE_INET_ATON 1 |
|
534 | 537 | #define HAVE_LINK 1 |
535 | 538 |
|
536 | 539 | /* Define to 1 if you have the `linkat' function. */ |
537 | | -#define HAVE_LINKAT 1 |
| 540 | +/* #define HAVE_LINKAT 1 */ // original: #define HAVE_LINKAT 1 |
538 | 541 |
|
539 | 542 | /* Define to 1 if you have the <linux/can/bcm.h> header file. */ |
540 | 543 | /* #undef HAVE_LINUX_CAN_BCM_H */ |
|
558 | 561 | /* #undef HAVE_LINUX_TIPC_H */ |
559 | 562 |
|
560 | 563 | /* Define to 1 if you have the `lockf' function. */ |
561 | | -#define HAVE_LOCKF 1 |
| 564 | +/* #define HAVE_LOCKF 1 */ // original: #define HAVE_LOCKF 1 |
562 | 565 |
|
563 | 566 | /* Define to 1 if you have the `log1p' function. */ |
564 | 567 | #define HAVE_LOG1P 1 |
|
594 | 597 | #define HAVE_MEMRCHR 1 |
595 | 598 |
|
596 | 599 | /* Define to 1 if you have the `mkdirat' function. */ |
597 | | -#define HAVE_MKDIRAT 1 |
| 600 | +/* #define HAVE_MKDIRAT 1 */ // #define HAVE_MKDIRAT 1 |
598 | 601 |
|
599 | 602 | /* Define to 1 if you have the `mkfifo' function. */ |
600 | 603 | /* #define HAVE_MKFIFO 1 */ // original: #define HAVE_MKFIFO 1 |
|
633 | 636 | /* #define HAVE_NICE 1 */ // original: #define HAVE_NICE 1 |
634 | 637 |
|
635 | 638 | /* Define to 1 if you have the `openat' function. */ |
636 | | -#define HAVE_OPENAT 1 |
| 639 | +/* #define HAVE_OPENAT 1 */ // original: #define HAVE_OPENAT 1 |
637 | 640 |
|
638 | 641 | /* Define to 1 if you have the `openpty' function. */ |
639 | 642 | #undef HAVE_OPENPTY // original: #define HAVE_OPENPTY 1 |
|
660 | 663 | /* #undef HAVE_POLL_H */ // original: #define HAVE_POLL_H 1 |
661 | 664 |
|
662 | 665 | /* Define to 1 if you have the `posix_fadvise' function. */ |
663 | | -#define HAVE_POSIX_FADVISE 1 |
| 666 | +/* #define HAVE_POSIX_FADVISE 1 */ // original: #define HAVE_POSIX_FADVISE 1 |
664 | 667 |
|
665 | 668 | /* Define to 1 if you have the `posix_fallocate' function. */ |
666 | | -#define HAVE_POSIX_FALLOCATE 1 |
| 669 | +/* #define HAVE_POSIX_FALLOCATE 1 */ // original: #define HAVE_POSIX_FALLOCATE 1 |
667 | 670 |
|
668 | 671 | /* Define to 1 if you have the `pread' function. */ |
669 | | -#define HAVE_PREAD 1 |
| 672 | +/* #define HAVE_PREAD 1 */ // original: #define HAVE_PREAD 1 |
670 | 673 |
|
671 | 674 | /* Define if you have the 'prlimit' functions. */ |
672 | 675 | /* #undef HAVE_PRLIMIT */ |
|
702 | 705 | #define HAVE_PUTENV 1 |
703 | 706 |
|
704 | 707 | /* Define to 1 if you have the `pwrite' function. */ |
705 | | -#define HAVE_PWRITE 1 |
| 708 | +/* #define HAVE_PWRITE 1 */ // original: #define HAVE_PWRITE 1 |
706 | 709 |
|
707 | 710 | /* Define to 1 if you have the `readlink' function. */ |
708 | 711 | #undef HAVE_READLINK // original: #define HAVE_READLINK 1 |
|
711 | 714 | #define HAVE_READLINKAT 1 |
712 | 715 |
|
713 | 716 | /* Define to 1 if you have the `readv' function. */ |
714 | | -#define HAVE_READV 1 |
| 717 | +/* #define HAVE_READV 1 */ // original: #define HAVE_READV 1 |
715 | 718 |
|
716 | 719 | /* Define to 1 if you have the `realpath' function. */ |
717 | 720 | #define HAVE_REALPATH 1 |
718 | 721 |
|
719 | 722 | /* Define to 1 if you have the `renameat' function. */ |
720 | | -#define HAVE_RENAMEAT 1 |
| 723 | +/* #define HAVE_RENAMEAT 1 */ // original: #define HAVE_RENAMEAT 1 |
721 | 724 |
|
722 | 725 | /* Define if readline supports append_history */ |
723 | 726 | /* #undef HAVE_RL_APPEND_HISTORY */ |
|
750 | 753 | #define HAVE_ROUND 1 |
751 | 754 |
|
752 | 755 | /* Define to 1 if you have the `sched_get_priority_max' function. */ |
753 | | -#define HAVE_SCHED_GET_PRIORITY_MAX 1 |
| 756 | +/* #define HAVE_SCHED_GET_PRIORITY_MAX 1 */ // original: #define HAVE_SCHED_GET_PRIORITY_MAX 1 |
754 | 757 |
|
755 | 758 | /* Define to 1 if you have the <sched.h> header file. */ |
756 | 759 | #define HAVE_SCHED_H 1 |
757 | 760 |
|
758 | 761 | /* Define to 1 if you have the `sched_rr_get_interval' function. */ |
759 | | -#define HAVE_SCHED_RR_GET_INTERVAL 1 |
| 762 | +/* #define HAVE_SCHED_RR_GET_INTERVAL 1 */ // original: #define HAVE_SCHED_RR_GET_INTERVAL 1 |
760 | 763 |
|
761 | 764 | /* Define to 1 if you have the `sched_setaffinity' function. */ |
762 | 765 | #define HAVE_SCHED_SETAFFINITY 1 |
763 | 766 |
|
764 | 767 | /* Define to 1 if you have the `sched_setparam' function. */ |
765 | | -#define HAVE_SCHED_SETPARAM 1 |
| 768 | +/* #define HAVE_SCHED_SETPARAM 1 */ //original: #define HAVE_SCHED_SETPARAM 1 |
766 | 769 |
|
767 | 770 | /* Define to 1 if you have the `sched_setscheduler' function. */ |
768 | | -#define HAVE_SCHED_SETSCHEDULER 1 |
| 771 | +/* #define HAVE_SCHED_SETSCHEDULER 1 */ // original: #define HAVE_SCHED_SETSCHEDULER 1 |
769 | 772 |
|
770 | 773 | /* Define to 1 if you have the `select' function. */ |
771 | 774 | #define HAVE_SELECT 1 |
|
783 | 786 | #define HAVE_SEM_UNLINK 1 |
784 | 787 |
|
785 | 788 | /* Define to 1 if you have the `sendfile' function. */ |
786 | | -#define HAVE_SENDFILE 1 |
| 789 | +/* #define HAVE_SENDFILE 1 */ // original: #define HAVE_SENDFILE 1 |
787 | 790 |
|
788 | 791 | /* Define to 1 if you have the `setegid' function. */ |
789 | 792 | /* #define HAVE_SETEGID 1 */ // original: #define HAVE_SETEGID 1 |
|
798 | 801 | /* #define HAVE_SETGROUPS 1 */ // original: #define HAVE_SETGROUPS 1 |
799 | 802 |
|
800 | 803 | /* Define to 1 if you have the `sethostname' function. */ |
801 | | -#define HAVE_SETHOSTNAME 1 |
| 804 | +/* #define HAVE_SETHOSTNAME 1 */ // original: #define HAVE_SETHOSTNAME 1 |
802 | 805 |
|
803 | 806 | /* Define to 1 if you have the `setitimer' function. */ |
804 | 807 | /* #define HAVE_SETITIMER 1 */ // original: #define HAVE_SETITIMER 1 |
|
813 | 816 | /* #define HAVE_SETPGRP 1 */ // original: #define HAVE_SETPGRP 1 |
814 | 817 |
|
815 | 818 | /* Define to 1 if you have the `setpriority' function. */ |
816 | | -#define HAVE_SETPRIORITY 1 |
| 819 | +/* #define HAVE_SETPRIORITY 1 */ // original: #define HAVE_SETPRIORITY 1 |
817 | 820 |
|
818 | 821 | /* Define to 1 if you have the `setregid' function. */ |
819 | 822 | /* #define HAVE_SETREGID 1 */ // original: #define HAVE_SETREGID 1 |
|
843 | 846 | #undef HAVE_SIGACTION // original: #define HAVE_SIGACTION 1 |
844 | 847 |
|
845 | 848 | /* Define to 1 if you have the `sigaltstack' function. */ |
846 | | -#define HAVE_SIGALTSTACK 1 |
| 849 | +/* #define HAVE_SIGALTSTACK 1 */ // original: #define HAVE_SIGALTSTACK 1 |
847 | 850 |
|
848 | 851 | /* Define to 1 if you have the `siginterrupt' function. */ |
849 | 852 | #undef HAVE_SIGINTERRUPT // original: #define HAVE_SIGINTERRUPT 1 |
|
952 | 955 | #define HAVE_SYMLINKAT 1 |
953 | 956 |
|
954 | 957 | /* Define to 1 if you have the `sync' function. */ |
955 | | -#define HAVE_SYNC 1 |
| 958 | +/* #define HAVE_SYNC 1 */ // original: #define HAVE_SYNC 1 |
956 | 959 |
|
957 | 960 | /* Define to 1 if you have the `sysconf' function. */ |
958 | 961 | /* #define HAVE_SYSCONF 1 */ // original: #define HAVE_SYSCONF 1 |
|
1017 | 1020 | /* #undef HAVE_SYS_RANDOM_H */ |
1018 | 1021 |
|
1019 | 1022 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
1020 | | -#define HAVE_SYS_RESOURCE_H 1 |
| 1023 | +/* #define HAVE_SYS_RESOURCE_H 1 */ // original: #define HAVE_SYS_RESOURCE_H 1 |
1021 | 1024 |
|
1022 | 1025 | /* Define to 1 if you have the <sys/select.h> header file. */ |
1023 | 1026 | #define HAVE_SYS_SELECT_H 1 |
|
1130 | 1133 | #define HAVE_UNISTD_H 1 |
1131 | 1134 |
|
1132 | 1135 | /* Define to 1 if you have the `unlinkat' function. */ |
1133 | | -#define HAVE_UNLINKAT 1 |
| 1136 | +/* #define HAVE_UNLINKAT 1 */ // original: #define HAVE_UNLINKAT 1 |
1134 | 1137 |
|
1135 | 1138 | /* Define to 1 if you have the `unsetenv' function. */ |
1136 | 1139 | #define HAVE_UNSETENV 1 |
|
1144 | 1147 | /* #undef HAVE_UTIL_H */ |
1145 | 1148 |
|
1146 | 1149 | /* Define to 1 if you have the `utimensat' function. */ |
1147 | | -#define HAVE_UTIMENSAT 1 |
| 1150 | +/* #define HAVE_UTIMENSAT 1 */ // original: #define HAVE_UTIMENSAT 1 |
1148 | 1151 |
|
1149 | 1152 | /* Define to 1 if you have the `utimes' function. */ |
1150 | 1153 | #define HAVE_UTIMES 1 |
|
1162 | 1165 | /* #define HAVE_WAITID 1 */ // original: #define HAVE_WAITID 1 |
1163 | 1166 |
|
1164 | 1167 | /* Define to 1 if you have the `waitpid' function. */ |
1165 | | -#define HAVE_WAITPID 1 |
| 1168 | +/* #define HAVE_WAITPID 1 */ // original: #define HAVE_WAITPID 1 |
1166 | 1169 |
|
1167 | 1170 | /* Define if the compiler provides a wchar.h header file. */ |
1168 | 1171 | #define HAVE_WCHAR_H 1 |
|
1516 | 1519 | /* #undef size_t */ |
1517 | 1520 |
|
1518 | 1521 | /* Define to `int' if <sys/socket.h> does not define. */ |
1519 | | -#define socklen_t int // original: /* #undef socklen_t */ |
| 1522 | +/* #define socklen_t int */ |
1520 | 1523 |
|
1521 | 1524 | /* Define to `int' if <sys/types.h> doesn't define. */ |
1522 | 1525 | /* #undef uid_t */ |
|
0 commit comments