multibuild.pl saves us again. unix2dos requires that dos2unix
be enabled. -Erik
This commit is contained in:
parent
46bf7de5f6
commit
deba6dea03
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 New Issue
Block a user