aboutsummaryrefslogtreecommitdiff
path: root/gnulib/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-01 18:00:27 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-04 13:33:32 -0400
commitc17253b97437c8dbc778cb0f16aef46693855bf0 (patch)
tree1195d4249388f791b88670e36268f1791e0c80c9 /gnulib/config.in
parent858c8f2c1b900258c44cebe2798ca0271100a33d (diff)
downloadgdb-c17253b97437c8dbc778cb0f16aef46693855bf0.zip
gdb-c17253b97437c8dbc778cb0f16aef46693855bf0.tar.gz
gdb-c17253b97437c8dbc778cb0f16aef46693855bf0.tar.bz2
gnulib: import getline
We use getline in sim today which breaks on older systems that are not compliant with the latest POSIX standard. For example, mingw64 for Windows omits getline so we fail to build there.
Diffstat (limited to 'gnulib/config.in')
-rw-r--r--gnulib/config.in27
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