about summary refs log tree commit diff
path: root/tls.make.c
diff options
context:
space:
mode:
Diffstat (limited to 'tls.make.c')
-rw-r--r--tls.make.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tls.make.c b/tls.make.c
index 6bcd2479c6..778d8ef0be 100644
--- a/tls.make.c
+++ b/tls.make.c
@@ -2,6 +2,12 @@
 
 #include <tls.h>
 
+#if USE_TLS
+@@@ use-tls = yes @@@
+#else
+@@@ use-tls = no @@@
+#endif
+
 #if USE___THREAD
 @@@ use-thread = yes @@@
 #else