Update.
[gsasl.git] / gl / m4 / stdio_h.m4
blobd53997f00a086f2331cf5a3bcc9775a5af2ca9ce
1 # stdio_h.m4 serial 3
2 dnl Copyright (C) 2007 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 AC_DEFUN([gl_STDIO_H],
9   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
10   gl_ABSOLUTE_HEADER([stdio.h])
11   ABSOLUTE_STDIO_H=\"$gl_cv_absolute_stdio_h\"
12   AC_SUBST([ABSOLUTE_STDIO_H])
15 AC_DEFUN([gl_STDIO_MODULE_INDICATOR],
17   dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
18   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
19   GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
22 AC_DEFUN([gl_STDIO_H_DEFAULTS],
24   GNULIB_FPRINTF_POSIX=0;  AC_SUBST([GNULIB_FPRINTF_POSIX])
25   GNULIB_PRINTF_POSIX=0;   AC_SUBST([GNULIB_PRINTF_POSIX])
26   GNULIB_SNPRINTF=0;       AC_SUBST([GNULIB_SNPRINTF])
27   GNULIB_SPRINTF_POSIX=0;  AC_SUBST([GNULIB_SPRINTF_POSIX])
28   GNULIB_VFPRINTF_POSIX=0; AC_SUBST([GNULIB_VFPRINTF_POSIX])
29   GNULIB_VPRINTF_POSIX=0;  AC_SUBST([GNULIB_VPRINTF_POSIX])
30   GNULIB_VSNPRINTF=0;      AC_SUBST([GNULIB_VSNPRINTF])
31   GNULIB_VSPRINTF_POSIX=0; AC_SUBST([GNULIB_VSPRINTF_POSIX])
32   GNULIB_VASPRINTF=0;      AC_SUBST([GNULIB_VASPRINTF])
33   GNULIB_FFLUSH=0;         AC_SUBST([GNULIB_FFLUSH])
34   dnl Assume proper GNU behavior unless another module says otherwise.
35   REPLACE_FPRINTF=0;       AC_SUBST([REPLACE_FPRINTF])
36   REPLACE_VFPRINTF=0;      AC_SUBST([REPLACE_VFPRINTF])
37   REPLACE_PRINTF=0;        AC_SUBST([REPLACE_PRINTF])
38   REPLACE_VPRINTF=0;       AC_SUBST([REPLACE_VPRINTF])
39   REPLACE_SNPRINTF=0;      AC_SUBST([REPLACE_SNPRINTF])
40   HAVE_DECL_SNPRINTF=1;    AC_SUBST([HAVE_DECL_SNPRINTF])
41   REPLACE_VSNPRINTF=0;     AC_SUBST([REPLACE_VSNPRINTF])
42   HAVE_DECL_VSNPRINTF=1;   AC_SUBST([HAVE_DECL_VSNPRINTF])
43   REPLACE_SPRINTF=0;       AC_SUBST([REPLACE_SPRINTF])
44   REPLACE_VSPRINTF=0;      AC_SUBST([REPLACE_VSPRINTF])
45   HAVE_VASPRINTF=1;        AC_SUBST([HAVE_VASPRINTF])
46   REPLACE_VASPRINTF=0;     AC_SUBST([REPLACE_VASPRINTF])
47   REPLACE_FFLUSH=0;        AC_SUBST([REPLACE_FFLUSH])