malloc-h: New module.
[gnulib.git] / modules / windows-once
blob34d5b1e3bd85b3205836e79856f4292965597264
1 Description:
2 Once-only control (native Windows implementation).
4 Files:
5 lib/windows-once.h
6 lib/windows-once.c
8 Depends-on:
10 configure.ac:
11 AC_REQUIRE([AC_CANONICAL_HOST])
12 case "$host_os" in
13   mingw*)
14     AC_LIBOBJ([windows-once])
15     ;;
16 esac
18 Makefile.am:
20 Include:
21 "windows-once.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 all