summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-09-17 22:29:41 +0100
committerColin Watson <cjwatson@debian.org>2012-09-17 22:29:41 +0100
commitbd95b62bb153b1c67441ac2d4229ff2489bada1b (patch)
treec73d9101d9a5224720a30a259b9d24148f464ab6 /config.h.in
parenteadb01cb04ab2dd050a352a110263cb29cc3ddf2 (diff)
Backport Gnulib commit 66712c23388e93e5c518ebc8515140fa0c807348 to
stop assuming gets. * gnulib/gets.patch: New file. * autogen.sh: Apply gnulib/gets.patch. * NEWS: Document this.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 80e74329..a4c40dd8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -938,6 +938,9 @@
/* Define to 1 if getpagesize is declared even after undefining macros. */
#undef HAVE_RAW_DECL_GETPAGESIZE
+/* Define to 1 if gets is declared even after undefining macros. */
+#undef HAVE_RAW_DECL_GETS
+
/* Define to 1 if getsubopt is declared even after undefining macros. */
#undef HAVE_RAW_DECL_GETSUBOPT