aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-02 09:21:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-02 09:21:17 +0000
commitdeba6dea0340465af76624f9ef3a0bbe28130d8a (patch)
tree92d712f8f478e4bf03ed529c54f55afbef4040b2 /debian
parent46bf7de5f69aa1875ac7cb725cda005f437b2c87 (diff)
downloadbusybox-deba6dea0340465af76624f9ef3a0bbe28130d8a.tar.gz
multibuild.pl saves us again. unix2dos requires that dos2unix
be enabled. -Erik
Diffstat (limited to 'debian')
-rw-r--r--debian/Config.h-deb4
-rw-r--r--debian/Config.h-static4
-rw-r--r--debian/Config.h-udeb4
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb
index 7fe9f9597..f8b2bdc0c 100644
--- a/debian/Config.h-deb
+++ b/debian/Config.h-deb
@@ -445,6 +445,10 @@
#endif
#endif
//
+#ifdef BB_UNIX2DOS
+ #define BB_DOS2UNIX
+#endif
+//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
diff --git a/debian/Config.h-static b/debian/Config.h-static
index bbf4e577f..90d7e155e 100644
--- a/debian/Config.h-static
+++ b/debian/Config.h-static
@@ -445,6 +445,10 @@
#endif
#endif
//
+#ifdef BB_UNIX2DOS
+ #define BB_DOS2UNIX
+#endif
+//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index 74d4c7200..d3994a404 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -445,6 +445,10 @@
#endif
#endif
//
+#ifdef BB_UNIX2DOS
+ #define BB_DOS2UNIX
+#endif
+//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD