aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 08:35:40 -0500
committerDan Pasanen <dan.pasanen@gmail.com>2014-10-02 14:25:27 -0500
commit0ff61cc956d495fc1a9acf8588f54435585a597c (patch)
tree3b9b34a8ae67485c85cd38441caab355de43aa1b /config.h
parenta02fbffce9029e3eaa63dfc5f3e79a79da033e4c (diff)
downloadandroid_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.tar.gz
android_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.tar.bz2
android_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.zip
set some paths and removed the debugger
Conflicts: config-top.h
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 e0ae80e..6f4fdcb 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). */