summaryrefslogtreecommitdiff
path: root/m4/stdio_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-31 17:43:25 +0100
committerBruno Haible <bruno@clisp.org>2010-01-31 17:43:25 +0100
commitc51097b06ab02f16f9390c1b30edbef4be2e41ee (patch)
treef41c21b2c6ccbc21f4fcb123bcfeba80ab33fbcd /m4/stdio_h.m4
parentc73180ce2386926c82f74e30a8ddfdcf0a6e0363 (diff)
downloadgnulib-c51097b06ab02f16f9390c1b30edbef4be2e41ee.tar.gz
Work around getdelim() bug on FreeBSD 8.0.
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 20af579d14..781fa8d388 100644
--- a/m4/stdio_h.m4
+++ b/m4/stdio_h.m4
@@ -1,4 +1,4 @@
-# stdio_h.m4 serial 24
+# stdio_h.m4 serial 25
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,
@@ -111,6 +111,7 @@ AC_DEFUN([gl_STDIO_H_DEFAULTS],
REPLACE_FSEEKO=0; AC_SUBST([REPLACE_FSEEKO])
REPLACE_FTELL=0; AC_SUBST([REPLACE_FTELL])
REPLACE_FTELLO=0; AC_SUBST([REPLACE_FTELLO])
+ REPLACE_GETDELIM=0; AC_SUBST([REPLACE_GETDELIM])
REPLACE_GETLINE=0; AC_SUBST([REPLACE_GETLINE])
REPLACE_OBSTACK_PRINTF=0; AC_SUBST([REPLACE_OBSTACK_PRINTF])
REPLACE_PERROR=0; AC_SUBST([REPLACE_PERROR])