|
324 | 324 | /* Define to 1 when the gnulib module getcwd should be tested. */ |
325 | 325 | #undef GNULIB_TEST_GETCWD |
326 | 326 |
|
| 327 | +/* Define to 1 when the gnulib module getdelim should be tested. */ |
| 328 | +#undef GNULIB_TEST_GETDELIM |
| 329 | + |
327 | 330 | /* Define to 1 when the gnulib module getdtablesize should be tested. */ |
328 | 331 | #undef GNULIB_TEST_GETDTABLESIZE |
329 | 332 |
|
| 333 | +/* Define to 1 when the gnulib module getline should be tested. */ |
| 334 | +#undef GNULIB_TEST_GETLINE |
| 335 | + |
330 | 336 | /* Define to 1 when the gnulib module getopt-posix should be tested. */ |
331 | 337 | #undef GNULIB_TEST_GETOPT_POSIX |
332 | 338 |
|
|
626 | 632 | */ |
627 | 633 | #undef HAVE_DECL_GETCWD |
628 | 634 |
|
| 635 | +/* Define to 1 if you have the declaration of 'getc_unlocked', and to 0 if you |
| 636 | + don't. */ |
| 637 | +#undef HAVE_DECL_GETC_UNLOCKED |
| 638 | + |
| 639 | +/* Define to 1 if you have the declaration of 'getdelim', and to 0 if you |
| 640 | + don't. */ |
| 641 | +#undef HAVE_DECL_GETDELIM |
| 642 | + |
629 | 643 | /* Define to 1 if you have the declaration of 'getdtablesize', and to 0 if you |
630 | 644 | don't. */ |
631 | 645 | #undef HAVE_DECL_GETDTABLESIZE |
632 | 646 |
|
| 647 | +/* Define to 1 if you have the declaration of 'getline', and to 0 if you |
| 648 | + don't. */ |
| 649 | +#undef HAVE_DECL_GETLINE |
| 650 | + |
633 | 651 | /* Define to 1 if you have the declaration of 'getw', and to 0 if you don't. |
634 | 652 | */ |
635 | 653 | #undef HAVE_DECL_GETW |
|
735 | 753 | /* Define to 1 if you have the <features.h> header file. */ |
736 | 754 | #undef HAVE_FEATURES_H |
737 | 755 |
|
| 756 | +/* Define to 1 if you have the 'flockfile' function. */ |
| 757 | +#undef HAVE_FLOCKFILE |
| 758 | + |
738 | 759 | /* Define if the 'free' function is guaranteed to preserve errno. */ |
739 | 760 | #undef HAVE_FREE_POSIX |
740 | 761 |
|
|
744 | 765 | /* Define to 1 if the system has the ftello function. */ |
745 | 766 | #undef HAVE_FTELLO |
746 | 767 |
|
| 768 | +/* Define to 1 if you have the 'funlockfile' function. */ |
| 769 | +#undef HAVE_FUNLOCKFILE |
| 770 | + |
747 | 771 | /* Define to 1 if getcwd works, but with shorter paths than is generally |
748 | 772 | tested with the replacement. */ |
749 | 773 | #undef HAVE_GETCWD_SHORTER |
750 | 774 |
|
| 775 | +/* Define to 1 if you have the `getdelim' function. */ |
| 776 | +#undef HAVE_GETDELIM |
| 777 | + |
751 | 778 | /* Define to 1 if you have the 'getdtablesize' function. */ |
752 | 779 | #undef HAVE_GETDTABLESIZE |
753 | 780 |
|
754 | 781 | /* Define to 1 if you have the 'getexecname' function. */ |
755 | 782 | #undef HAVE_GETEXECNAME |
756 | 783 |
|
| 784 | +/* Define to 1 if you have the `getline' function. */ |
| 785 | +#undef HAVE_GETLINE |
| 786 | + |
757 | 787 | /* Define to 1 if you have the <getopt.h> header file. */ |
758 | 788 | #undef HAVE_GETOPT_H |
759 | 789 |
|
|
0 commit comments