summaryrefslogtreecommitdiff
path: root/tls.make.c
blob: 6bcd2479c6f7469d84d91e2bc09091fad8786afb (plain)
1
2
3
4
5
6
7
8
9
/* This produces a makefile fragment saying `use-thread = yes' or no.  */

#include <tls.h>

#if USE___THREAD
@@@ use-thread = yes @@@
#else
@@@ use-thread = no @@@
#endif