summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-10-09 22:43:21 +0100
committerColin Watson <cjwatson@debian.org>2011-10-09 22:43:21 +0100
commitf65ff498305a5d6cb8f35b86c3cdcaf67b270b09 (patch)
tree402445b86b532d6c3cb1ce64a89babd824ab65f8 /config.h.in
parent6f6f84068aeba8ce3dd6bd06a731b24a37134480 (diff)
* gnulib: Import getline module (used in lib/encodings.c).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 40efadfa..b6209660 100644
--- a/config.h.in
+++ b/config.h.in
@@ -180,9 +180,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
@@ -410,10 +416,18 @@
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 `getenv', and to 0 if you don't.
*/
#undef HAVE_DECL_GETENV
+/* 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
@@ -558,6 +572,9 @@
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
+/* Define to 1 if you have the `getdelim' function. */
+#undef HAVE_GETDELIM
+
/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE