Update the olympus sections

This commit is contained in:
Eric Andersen 2001-03-15 17:54:56 +00:00
parent 3bf60aa723
commit d8adaa279e
4 changed files with 293 additions and 152 deletions

View File

@ -273,51 +273,107 @@
// Nothing beyond this point should ever be touched by // Nothing beyond this point should ever be touched by
// mere mortals so leave this stuff alone. // mere mortals so leave this stuff alone.
// //
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
#define BB_MTAB #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#endif #define BB_MTAB
#endif
#else
#undef BB_MTAB
#endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #if defined BB_SH
#define BB_CMDEDIT #if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
#undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT
#endif #endif
// //
#ifdef BB_KILLALL #ifdef BB_KILLALL
#ifndef BB_KILL #ifndef BB_KILL
#define BB_KILL #define BB_KILL
#endif #endif
#endif #endif
// //
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT #ifndef BB_INIT
#define BB_INIT #undef BB_LINUXRC
#endif #undef BB_FEATURE_LINUXRC
#define BB_LINUXRC
#endif #endif
// //
#ifdef BB_GZIP #ifdef BB_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif
#endif #endif
//
#ifdef BB_DPKG
#ifndef BB_DPKG_DEB
#define BB_DPKG_DEB
#endif
#endif
//
#ifdef BB_DPKG_DEB
#ifndef BB_AR
#define BB_AR
#endif
#ifndef BB_TAR
#define BB_TAR
#endif
#ifndef BB_FEATURE_TAR_GZIP
#define BB_FEATURE_TAR_GZIP
#endif
#endif
//
#ifdef BB_TAR
#ifdef BB_FEATURE_TAR_GZIP
#ifndef BB_GUNZIP
#define BB_GUNZIP
#endif
#endif
#endif #endif
// //
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT #define BB_NFSMOUNT
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING #if defined BB_IFCONFIG
#ifndef BB_FEATURE_USE_TERMIOS #ifdef BB_FEATURE_IFCONFIG_STATUS
#define BB_FEATURE_USE_TERMIOS #define BB_INTERFACE
#endif #endif
#endif #else
#undef BB_INTERFACE
#endif
// //
#if defined BB_FEATURE_AUTOWIDTH #if defined BB_FEATURE_AUTOWIDTH
#ifndef BB_FEATURE_USE_TERMIOS #ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS #define BB_FEATURE_USE_TERMIOS
#endif #endif
#endif #endif
// //
#if defined BB_INSMOD #if defined BB_INSMOD || defined BB_LSMOD
#ifndef BB_FEATURE_INSMOD_OLD_KERNEL #if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
#define BB_FEATURE_INSMOD_NEW_KERNEL #define BB_FEATURE_NEW_MODULE_INTERFACE
#endif
#endif #endif
//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
#endif
#endif #endif
//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif

112
debian/Config.h-deb vendored
View File

@ -325,78 +325,106 @@
// mere mortals so leave this stuff alone. // mere mortals so leave this stuff alone.
// //
#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB #define BB_MTAB
#endif #endif
#else #else
#undef BB_MTAB #undef BB_MTAB
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #if defined BB_SH
#define BB_CMDEDIT #if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
#undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT
#endif #endif
// //
#ifdef BB_KILLALL #ifdef BB_KILLALL
#ifndef BB_KILL #ifndef BB_KILL
#define BB_KILL #define BB_KILL
#endif #endif
#endif #endif
// //
#ifndef BB_INIT #ifndef BB_INIT
#undef BB_LINUXRC #undef BB_LINUXRC
#undef BB_FEATURE_LINUXRC #undef BB_FEATURE_LINUXRC
#endif #endif
// //
#ifdef BB_GZIP #ifdef BB_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG #ifdef BB_DPKG
#ifndef BB_DPKG_DEB #ifndef BB_DPKG_DEB
#define BB_DPKG_DEB #define BB_DPKG_DEB
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG_DEB #ifdef BB_DPKG_DEB
#ifndef BB_AR #ifndef BB_AR
#define BB_AR #define BB_AR
#endif #endif
#ifndef BB_TAR #ifndef BB_TAR
#define BB_TAR #define BB_TAR
#endif #endif
#ifndef BB_FEATURE_TAR_GZIP #ifndef BB_FEATURE_TAR_GZIP
#define BB_FEATURE_TAR_GZIP #define BB_FEATURE_TAR_GZIP
#endif #endif
#endif #endif
// //
#ifdef BB_TAR #ifdef BB_TAR
#ifdef BB_FEATURE_TAR_GZIP #ifdef BB_FEATURE_TAR_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
#endif #endif
// //
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT #define BB_NFSMOUNT
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING #if defined BB_IFCONFIG
#ifndef BB_FEATURE_USE_TERMIOS #ifdef BB_FEATURE_IFCONFIG_STATUS
#define BB_FEATURE_USE_TERMIOS #define BB_INTERFACE
#endif #endif
#endif #else
#undef BB_INTERFACE
#endif
// //
#if defined BB_FEATURE_AUTOWIDTH #if defined BB_FEATURE_AUTOWIDTH
#ifndef BB_FEATURE_USE_TERMIOS #ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS #define BB_FEATURE_USE_TERMIOS
#endif #endif
#endif #endif
// //
#if defined BB_INSMOD || defined BB_LSMOD #if defined BB_INSMOD || defined BB_LSMOD
#ifndef BB_FEATURE_NEW_MODULE_INTERFACE #if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
#define BB_FEATURE_NEW_MODULE_INTERFACE #define BB_FEATURE_NEW_MODULE_INTERFACE
#endif
#endif #endif
//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
#endif
#endif #endif
//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif

113
debian/Config.h-static vendored
View File

@ -325,78 +325,107 @@
// mere mortals so leave this stuff alone. // mere mortals so leave this stuff alone.
// //
#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB #define BB_MTAB
#endif #endif
#else #else
#undef BB_MTAB #undef BB_MTAB
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #if defined BB_SH
#define BB_CMDEDIT #if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
#undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT
#endif #endif
// //
#ifdef BB_KILLALL #ifdef BB_KILLALL
#ifndef BB_KILL #ifndef BB_KILL
#define BB_KILL #define BB_KILL
#endif #endif
#endif #endif
// //
#ifndef BB_INIT #ifndef BB_INIT
#undef BB_LINUXRC #undef BB_LINUXRC
#undef BB_FEATURE_LINUXRC #undef BB_FEATURE_LINUXRC
#endif #endif
// //
#ifdef BB_GZIP #ifdef BB_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG #ifdef BB_DPKG
#ifndef BB_DPKG_DEB #ifndef BB_DPKG_DEB
#define BB_DPKG_DEB #define BB_DPKG_DEB
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG_DEB #ifdef BB_DPKG_DEB
#ifndef BB_AR #ifndef BB_AR
#define BB_AR #define BB_AR
#endif #endif
#ifndef BB_TAR #ifndef BB_TAR
#define BB_TAR #define BB_TAR
#endif #endif
#ifndef BB_FEATURE_TAR_GZIP #ifndef BB_FEATURE_TAR_GZIP
#define BB_FEATURE_TAR_GZIP #define BB_FEATURE_TAR_GZIP
#endif #endif
#endif #endif
// //
#ifdef BB_TAR #ifdef BB_TAR
#ifdef BB_FEATURE_TAR_GZIP #ifdef BB_FEATURE_TAR_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
#endif #endif
// //
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT #define BB_NFSMOUNT
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING #if defined BB_IFCONFIG
#ifndef BB_FEATURE_USE_TERMIOS #ifdef BB_FEATURE_IFCONFIG_STATUS
#define BB_FEATURE_USE_TERMIOS #define BB_INTERFACE
#endif #endif
#endif #else
#undef BB_INTERFACE
#endif
// //
#if defined BB_FEATURE_AUTOWIDTH #if defined BB_FEATURE_AUTOWIDTH
#ifndef BB_FEATURE_USE_TERMIOS #ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS #define BB_FEATURE_USE_TERMIOS
#endif #endif
#endif #endif
// //
#if defined BB_INSMOD || defined BB_LSMOD #if defined BB_INSMOD || defined BB_LSMOD
#ifndef BB_FEATURE_NEW_MODULE_INTERFACE #if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
#define BB_FEATURE_NEW_MODULE_INTERFACE #define BB_FEATURE_NEW_MODULE_INTERFACE
#endif
#endif #endif
//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
#endif
#endif #endif
//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif

112
debian/Config.h-udeb vendored
View File

@ -325,78 +325,106 @@
// mere mortals so leave this stuff alone. // mere mortals so leave this stuff alone.
// //
#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB #define BB_MTAB
#endif #endif
#else #else
#undef BB_MTAB #undef BB_MTAB
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #if defined BB_SH
#define BB_CMDEDIT #if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
#undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT
#endif #endif
// //
#ifdef BB_KILLALL #ifdef BB_KILLALL
#ifndef BB_KILL #ifndef BB_KILL
#define BB_KILL #define BB_KILL
#endif #endif
#endif #endif
// //
#ifndef BB_INIT #ifndef BB_INIT
#undef BB_LINUXRC #undef BB_LINUXRC
#undef BB_FEATURE_LINUXRC #undef BB_FEATURE_LINUXRC
#endif #endif
// //
#ifdef BB_GZIP #ifdef BB_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG #ifdef BB_DPKG
#ifndef BB_DPKG_DEB #ifndef BB_DPKG_DEB
#define BB_DPKG_DEB #define BB_DPKG_DEB
#endif #endif
#endif #endif
// //
#ifdef BB_DPKG_DEB #ifdef BB_DPKG_DEB
#ifndef BB_AR #ifndef BB_AR
#define BB_AR #define BB_AR
#endif #endif
#ifndef BB_TAR #ifndef BB_TAR
#define BB_TAR #define BB_TAR
#endif #endif
#ifndef BB_FEATURE_TAR_GZIP #ifndef BB_FEATURE_TAR_GZIP
#define BB_FEATURE_TAR_GZIP #define BB_FEATURE_TAR_GZIP
#endif #endif
#endif #endif
// //
#ifdef BB_TAR #ifdef BB_TAR
#ifdef BB_FEATURE_TAR_GZIP #ifdef BB_FEATURE_TAR_GZIP
#ifndef BB_GUNZIP #ifndef BB_GUNZIP
#define BB_GUNZIP #define BB_GUNZIP
#endif #endif
#endif #endif
#endif #endif
// //
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT #define BB_NFSMOUNT
#endif #endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING #if defined BB_IFCONFIG
#ifndef BB_FEATURE_USE_TERMIOS #ifdef BB_FEATURE_IFCONFIG_STATUS
#define BB_FEATURE_USE_TERMIOS #define BB_INTERFACE
#endif #endif
#endif #else
#undef BB_INTERFACE
#endif
// //
#if defined BB_FEATURE_AUTOWIDTH #if defined BB_FEATURE_AUTOWIDTH
#ifndef BB_FEATURE_USE_TERMIOS #ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS #define BB_FEATURE_USE_TERMIOS
#endif #endif
#endif #endif
// //
#if defined BB_INSMOD || defined BB_LSMOD #if defined BB_INSMOD || defined BB_LSMOD
#ifndef BB_FEATURE_NEW_MODULE_INTERFACE #if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
#define BB_FEATURE_NEW_MODULE_INTERFACE #define BB_FEATURE_NEW_MODULE_INTERFACE
#endif
#endif #endif
//
#ifdef BB_SYSLOGD
#if defined BB_FEATURE_IPC_SYSLOG
#define BB_LOGREAD
#endif
#endif #endif
//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif