obstack-zprintf-posix: Add tests.
[gnulib.git] / modules / windows-cond
blobe0335c3590de10703194389ebe797bd1c3c7c344
1 Description:
2 Condition variables (native Windows implementation).
4 Files:
5 lib/windows-cond.h
6 lib/windows-cond.c
7 lib/windows-initguard.h
9 Depends-on:
10 stdbool
11 errno
12 time-h
13 gettimeofday
15 configure.ac:
16 AC_REQUIRE([AC_CANONICAL_HOST])
17 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_COND],
18                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
20 Makefile.am:
21 if GL_COND_OBJ_WINDOWS_COND
22 lib_SOURCES += windows-cond.c
23 endif
25 Include:
26 "windows-cond.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all