* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
[platform/upstream/glibc.git] / tls.make.c
1 /* This produces a makefile fragment saying `use-thread = yes' or no.  */
2
3 #include <tls.h>
4
5 #if USE_TLS
6 @@@ use-tls = yes @@@
7 #else
8 @@@ use-tls = no @@@
9 #endif
10
11 #if USE___THREAD
12 @@@ use-thread = yes @@@
13 #else
14 @@@ use-thread = no @@@
15 #endif