aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 08:35:40 -0500
committercvpcs <root@cvpcs.org>2010-06-03 08:35:40 -0500
commit0d1cd6f8733988394f50f6e8cf2ebe4e993104b3 (patch)
treeea961121bd3215e4e85e02f4b53171fb46fa1544 /config.h
parenta013d4e66d2545c04e2599aa2e4a4fc50468153d (diff)
downloadexternal_bash-0d1cd6f8733988394f50f6e8cf2ebe4e993104b3.zip
external_bash-0d1cd6f8733988394f50f6e8cf2ebe4e993104b3.tar.gz
external_bash-0d1cd6f8733988394f50f6e8cf2ebe4e993104b3.tar.bz2
set some paths and removed the debugger
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7386d70..2e6f0fd 100644
--- a/config.h
+++ b/config.h
@@ -151,7 +151,7 @@
/* Define DEBUGGER if you want to compile in some features used only by the
bash debugger. */
-#define DEBUGGER 1
+/* #undef DEBUGGER */
/* Define STRICT_POSIX if you want bash to be strictly posix.2 conformant by
default (except for echo; that is controlled separately). */