about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 514bac2..26325bc 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -78,12 +78,12 @@ void arc4random_buf(void *, size_t);
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
-/* uncomment if you want to use threads */
-#define USE_THREADS
-
 #include "version.h"
 #include "javascript.h"
 
+/* comment if you don't want to use threads */
+#define USE_THREADS
+
 #ifdef USE_THREADS
 #include <gcrypt.h>
 #include <pthread.h>