diff options
Diffstat (limited to 'gnulib/config.in')
-rw-r--r-- | gnulib/config.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnulib/config.in b/gnulib/config.in index 164fab2..e3f5814 100644 --- a/gnulib/config.in +++ b/gnulib/config.in @@ -191,9 +191,15 @@ /* Define to 1 when the gnulib module getcwd should be tested. */ #undef GNULIB_TEST_GETCWD +/* Define to 1 when the gnulib module getdelim should be tested. */ +#undef GNULIB_TEST_GETDELIM + /* Define to 1 when the gnulib module getdtablesize should be tested. */ #undef GNULIB_TEST_GETDTABLESIZE +/* Define to 1 when the gnulib module getline should be tested. */ +#undef GNULIB_TEST_GETLINE + /* Define to 1 when the gnulib module getlogin_r should be tested. */ #undef GNULIB_TEST_GETLOGIN_R @@ -401,10 +407,22 @@ */ #undef HAVE_DECL_GETCWD +/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you + don't. */ +#undef HAVE_DECL_GETC_UNLOCKED + +/* Define to 1 if you have the declaration of `getdelim', and to 0 if you + don't. */ +#undef HAVE_DECL_GETDELIM + /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you don't. */ #undef HAVE_DECL_GETDTABLESIZE +/* Define to 1 if you have the declaration of `getline', and to 0 if you + don't. */ +#undef HAVE_DECL_GETLINE + /* Define to 1 if you have the declaration of `getlogin', and to 0 if you don't. */ #undef HAVE_DECL_GETLOGIN @@ -512,6 +530,9 @@ /* Define to 1 if you have the <features.h> header file. */ #undef HAVE_FEATURES_H +/* Define to 1 if you have the `flockfile' function. */ +#undef HAVE_FLOCKFILE + /* Define to 1 if you have the `fnmatch' function. */ #undef HAVE_FNMATCH @@ -527,6 +548,9 @@ /* Define to 1 if you have the `fstatat' function. */ #undef HAVE_FSTATAT +/* Define to 1 if you have the `funlockfile' function. */ +#undef HAVE_FUNLOCKFILE + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -534,6 +558,9 @@ tested with the replacement. */ #undef HAVE_GETCWD_SHORTER +/* Define to 1 if you have the `getdelim' function. */ +#undef HAVE_GETDELIM + /* Define to 1 if you have the `getdtablesize' function. */ #undef HAVE_GETDTABLESIZE |