summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-29 22:55:51 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-29 22:55:51 +0100
commita71cd7b08ff81595b24c5266845e52ec98074afb (patch)
tree08cce71d5b357fe8fa1f94bc5721d63e102ff771 /config.in
parent86dcb171514524c439d26d8ab6aa8bab6a58a5aa (diff)
downloadgmp-a71cd7b08ff81595b24c5266845e52ec98074afb.tar.gz
Regenerate for:
* acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): New test. * configure.in (AC_CHECK_DECLS): Remove sscanf, no longer required.
Diffstat (limited to 'config.in')
-rw-r--r--config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.in b/config.in
index 88ab793b3..9e7119571 100644
--- a/config.in
+++ b/config.in
@@ -190,10 +190,6 @@ MA 02111-1307, USA. */
*/
#undef HAVE_DECL_OPTARG
-/* Define to 1 if you have the declaration of `sscanf', and to 0 if you don't.
- */
-#undef HAVE_DECL_SSCANF
-
/* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't.
*/
#undef HAVE_DECL_UNGETC
@@ -358,6 +354,9 @@ MA 02111-1307, USA. */
/* The size of a `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
+/* Define if sscanf requires writable inputs */
+#undef SSCANF_WRITABLE_INPUT
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS