summaryrefslogtreecommitdiff
path: root/tls.make.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-27 23:26:20 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-27 23:26:20 +0000
commit3266531c78ce58455d2cc1d95e12b4148711bdf9 (patch)
tree105cd1ad3ad147497126bb7805c55a003241cc39 /tls.make.c
parentb52bbc1bdf3886da8dd3265fd955cafe5368d34a (diff)
* Makerules: USE_TLS support is now default.
* tls.make.c: Likewise.
Diffstat (limited to 'tls.make.c')
-rw-r--r--tls.make.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tls.make.c b/tls.make.c
index d19e2e1792..6bcd2479c6 100644
--- a/tls.make.c
+++ b/tls.make.c
@@ -2,8 +2,6 @@
#include <tls.h>
-@@@ use-tls = yes @@@
-
#if USE___THREAD
@@@ use-thread = yes @@@
#else