summaryrefslogtreecommitdiff
path: root/lib/glm4/extensions.m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:41:47 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:42:51 +0200
commit50c3f95cb161859abaeb0bc93e5a4e6d6e2f9741 (patch)
tree0a2b7e253524a3faa1e370dbf1ea6a6f17bc32fe /lib/glm4/extensions.m4
parentad555a97d8de33bb18f69d9d94a2e8b18d81c32e (diff)
downloadlibtasn1-50c3f95cb161859abaeb0bc93e5a4e6d6e2f9741.tar.gz
updated gnulib
Diffstat (limited to 'lib/glm4/extensions.m4')
-rw-r--r--lib/glm4/extensions.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/glm4/extensions.m4 b/lib/glm4/extensions.m4
index 37f55ca..6d378ec 100644
--- a/lib/glm4/extensions.m4
+++ b/lib/glm4/extensions.m4
@@ -1,7 +1,7 @@
# serial 13 -*- Autoconf -*-
# Enable extensions on systems that normally disable them.
-# Copyright (C) 2003, 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006-2016 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -68,6 +68,10 @@ dnl configure.ac when using autoheader 2.62.
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
+/* Use GNU style printf and scanf. */
+#ifndef __USE_MINGW_ANSI_STDIO
+# undef __USE_MINGW_ANSI_STDIO
+#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
@@ -100,6 +104,7 @@ dnl configure.ac when using autoheader 2.62.
AC_DEFINE([_ALL_SOURCE])
AC_DEFINE([_DARWIN_C_SOURCE])
AC_DEFINE([_GNU_SOURCE])
+ AC_DEFINE([__USE_MINGW_ANSI_STDIO])
AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
AC_DEFINE([_TANDEM_SOURCE])
AC_CACHE_CHECK([whether _XOPEN_SOURCE should be defined],