summaryrefslogtreecommitdiff
path: root/modules/windows-cond
blob: 306d7add2ccd35f9651ec53a1a7b337d4369cbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
Condition variables (native Windows implementation).

Files:
lib/windows-cond.h
lib/windows-cond.c
lib/windows-initguard.h

Depends-on:
stdbool
errno
time
gettimeofday

configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
case "$host_os" in
  mingw*)
    AC_LIBOBJ([windows-cond])
    ;;
esac

Makefile.am:

Include:
"windows-cond.h"

License:
LGPLv2+

Maintainer:
all