putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / windows-tls
blob3fe2137bac34006bbae1a2db69670a585a5994c5
1 Description:
2 Thread-local storage (native Windows implementation).
4 Files:
5 lib/windows-tls.h
6 lib/windows-tls.c
8 Depends-on:
9 windows-once
11 configure.ac:
12 AC_REQUIRE([AC_CANONICAL_HOST])
13 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_TLS],
14                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
16 Makefile.am:
17 if GL_COND_OBJ_WINDOWS_TLS
18 lib_SOURCES += windows-tls.c
19 endif
21 Include:
22 "windows-tls.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all