boot-time, readutmp: Add a Native Windows boot time fallback.
[gnulib.git] / modules / vasnwprintf-posix
blob554efe1707056c438bb1db379f3e213ed71267a2
1 Description:
2 POSIX compatible vswprintf with automatic memory allocation and bounded output
3 size.
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnwprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
12 m4/vasnwprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 vasnwprintf
18 isnand-nolibm
19 isnanl-nolibm
20 frexp-nolibm
21 frexpl-nolibm
22 printf-frexp
23 printf-frexpl
24 signbit
25 fpucw
26 nocrash
27 printf-safe
28 multiarch
30 configure.ac:
31 gl_FUNC_VASNWPRINTF_POSIX
33 Makefile.am:
35 Include:
36 "vasnwprintf.h"
38 Link:
39 $(MBRTOWC_LIB)
41 License:
42 LGPLv2+
44 Maintainer:
45 all