summaryrefslogtreecommitdiff
path: root/m4/stdio_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-03 14:08:25 +0200
committerBruno Haible <bruno@clisp.org>2010-04-03 15:04:15 +0200
commit7434004b1051f86d9775d6f93cb913825e938b39 (patch)
tree9ae9f8f5fc12d28f91db0ec120ea29ca0939a855 /m4/stdio_h.m4
parenteea8c9224b1086e224542d442f08526ebcdfdb64 (diff)
downloadgnulib-7434004b1051f86d9775d6f93cb913825e938b39.tar.gz
fseeko: Fix C++ test error on mingw.
Diffstat (limited to 'm4/stdio_h.m4')
-rw-r--r--m4/stdio_h.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
index af56b1f9da..5b36f8b04a 100644
--- a/m4/stdio_h.m4
+++ b/m4/stdio_h.m4
@@ -1,4 +1,4 @@
-# stdio_h.m4 serial 27
+# stdio_h.m4 serial 28
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -99,6 +99,7 @@ AC_DEFUN([gl_STDIO_H_DEFAULTS],
HAVE_DECL_SNPRINTF=1; AC_SUBST([HAVE_DECL_SNPRINTF])
HAVE_DECL_VSNPRINTF=1; AC_SUBST([HAVE_DECL_VSNPRINTF])
HAVE_DPRINTF=1; AC_SUBST([HAVE_DPRINTF])
+ HAVE_FSEEKO=1; AC_SUBST([HAVE_FSEEKO])
HAVE_RENAMEAT=1; AC_SUBST([HAVE_RENAMEAT])
HAVE_VASPRINTF=1; AC_SUBST([HAVE_VASPRINTF])
HAVE_VDPRINTF=1; AC_SUBST([HAVE_VDPRINTF])