about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 5a75895..cb30c3e 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -76,10 +76,8 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <pthread.h>
 #endif
 
-/* comment if you don't want to use the external editor */
-#define XT_ENABLE_EXTERNAL_EDITOR	(1)
-
-#ifdef XT_ENABLE_EXTERNAL_EDITOR
+/* set if you don't want to use signals */
+#ifndef XT_SIGNALS_DISABLE
 #include <sys/wait.h>
 #endif