malloc-h: New module.
[gnulib.git] / modules / windows-tls
blob301d7c3d7583b07968e1bef22dea0ede459bf9b7
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 case "$host_os" in
14   mingw*)
15     AC_LIBOBJ([windows-tls])
16     ;;
17 esac
19 Makefile.am:
21 Include:
22 "windows-tls.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all