mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
multibuild.pl saves us again. unix2dos requires that dos2unix
be enabled. -Erik
This commit is contained in:
parent
46bf7de5f6
commit
deba6dea03
4 changed files with 16 additions and 0 deletions
4
Config.h
4
Config.h
|
|
@ -451,6 +451,10 @@
|
|||
#endif
|
||||
#endif
|
||||
//
|
||||
#ifdef BB_UNIX2DOS
|
||||
#define BB_DOS2UNIX
|
||||
#endif
|
||||
//
|
||||
#ifdef BB_SYSLOGD
|
||||
#if defined BB_FEATURE_IPC_SYSLOG
|
||||
#define BB_LOGREAD
|
||||
|
|
|
|||
4
debian/Config.h-deb
vendored
4
debian/Config.h-deb
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
debian/Config.h-static
vendored
4
debian/Config.h-static
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
debian/Config.h-udeb
vendored
4
debian/Config.h-udeb
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue