2003-04-22 Roland McGrath <roland@redhat.com>
[glibc.git] / include / tls.h
blob2e20a45582ce3a41849d8853cadfb25f31fc1194
1 /* This file defines USE___THREAD to 1 or 0 to cut down on the #if mess. */
3 #include_next <tls.h>
5 #if USE_TLS && HAVE___THREAD \
6 && (!defined NOT_IN_libc || defined IS_IN_libpthread)
8 # define USE___THREAD 1
10 #else
12 # define USE___THREAD 0
14 #endif