]> git.ipfire.org Git - thirdparty/glibc.git/blame - tls.make.c
.
[thirdparty/glibc.git] / tls.make.c
CommitLineData
53da80ab
RM
1/* This produces a makefile fragment saying `use-thread = yes' or no. */
2
3#include <tls.h>
4
32c075e1
JJ
5#if USE_TLS
6@@@ use-tls = yes @@@
7#else
8@@@ use-tls = no @@@
9#endif
10
53da80ab
RM
11#if USE___THREAD
12@@@ use-thread = yes @@@
13#else
14@@@ use-thread = no @@@
15#endif