putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / windows-timedrwlock
blob20242ed53c89d2669b239edc98f2cd9b88c70f7d
1 Description:
2 Timed read-write locks (native Windows implementation).
4 Files:
5 lib/windows-timedrwlock.h
6 lib/windows-timedrwlock.c
7 lib/windows-initguard.h
9 Depends-on:
10 errno
11 stdbool
12 time-h
13 gettimeofday
15 configure.ac:
16 AC_REQUIRE([AC_CANONICAL_HOST])
17 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_TIMEDRWLOCK],
18                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
20 Makefile.am:
21 if GL_COND_OBJ_WINDOWS_TIMEDRWLOCK
22 lib_SOURCES += windows-timedrwlock.c
23 endif
25 Include:
26 "windows-timedrwlock.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all