diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-26 23:10:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-26 23:10:22 +0000 |
commit | a1dbc2246954a288f0749fed97c35ff907bf9a23 (patch) | |
tree | 97a57afe7e0713769300227e597c45322cb3cb3c /debian | |
parent | 924ab5b7d37a2c3171b1401f258492f3770ba199 (diff) |
Disable lash
-Erik
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-deb | 1 | ||||
-rw-r--r-- | debian/Config.h-static | 1 | ||||
-rw-r--r-- | debian/Config.h-udeb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index ff912ef6a..400895545 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb @@ -56,6 +56,7 @@ #define BB_KILL #define BB_KILLALL #define BB_KLOGD +//#define BB_LASH //#define BB_LENGTH #define BB_LN //#define BB_LOADACM diff --git a/debian/Config.h-static b/debian/Config.h-static index 4068290a6..9a40b6619 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -56,6 +56,7 @@ #define BB_KILL #define BB_KILLALL #define BB_KLOGD +//#define BB_LASH #define BB_LENGTH #define BB_LN #define BB_LOADACM diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index dee98f2cc..5184c9f45 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -56,6 +56,7 @@ #define BB_KILL #define BB_KILLALL #define BB_KLOGD +//#define BB_LASH //#define BB_LENGTH #define BB_LN //#define BB_LOADACM |