intprops: new macro INT_PROMOTE
[gnulib.git] / modules / windows-once
blobc5672e2125f3907dc42338069e57738cc5e6fc97
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 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_ONCE],
13                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
15 Makefile.am:
16 if GL_COND_OBJ_WINDOWS_ONCE
17 lib_SOURCES += windows-once.c
18 endif
20 Include:
21 "windows-once.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 all