aboutsummaryrefslogtreecommitdiff
path: root/Config.h.Hurd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-15 17:54:56 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-15 17:54:56 +0000
commitd8adaa279ef66cb6fdc1f9643f4908ea483e296a (patch)
tree7680d4ef5df4862ca5611a53ccb29ae7e8f07d66 /Config.h.Hurd
parent3bf60aa723978234255786cbdfd72ef989bcfa5f (diff)
downloadbusybox-w32-d8adaa279ef66cb6fdc1f9643f4908ea483e296a.tar.gz
busybox-w32-d8adaa279ef66cb6fdc1f9643f4908ea483e296a.tar.bz2
busybox-w32-d8adaa279ef66cb6fdc1f9643f4908ea483e296a.zip
Update the olympus sections
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r--Config.h.Hurd106
1 files changed, 81 insertions, 25 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd
index 37806c12e..e75ca86f6 100644
--- a/Config.h.Hurd
+++ b/Config.h.Hurd
@@ -273,51 +273,107 @@
273// Nothing beyond this point should ever be touched by 273// Nothing beyond this point should ever be touched by
274// mere mortals so leave this stuff alone. 274// mere mortals so leave this stuff alone.
275// 275//
276#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT 276#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
277#define BB_MTAB 277 #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
278#endif 278 #define BB_MTAB
279// 279 #endif
280#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH 280#else
281#define BB_CMDEDIT 281 #undef BB_MTAB
282#endif
283//
284#if defined BB_SH
285 #if defined BB_FEATURE_COMMAND_EDITING
286 #define BB_CMDEDIT
287 #ifndef BB_FEATURE_USE_TERMIOS
288 #define BB_FEATURE_USE_TERMIOS
289 #endif
290 #else
291 #undef BB_FEATURE_COMMAND_EDITING
292 #undef BB_FEATURE_COMMAND_TAB_COMPLETION
293 #undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
294 #define BB_FEATURE_SH_SIMPLE_PROMPT
295 #endif
296#else
297 #undef BB_FEATURE_COMMAND_EDITING
298 #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
299 #undef BB_FEATURE_SH_STANDALONE_SHELL
300 #undef BB_FEATURE_SH_SIMPLE_PROMPT
282#endif 301#endif
283// 302//
284#ifdef BB_KILLALL 303#ifdef BB_KILLALL
285#ifndef BB_KILL 304 #ifndef BB_KILL
286#define BB_KILL 305 #define BB_KILL
287#endif 306 #endif
288#endif 307#endif
289// 308//
290#ifdef BB_FEATURE_LINUXRC
291#ifndef BB_INIT 309#ifndef BB_INIT
292#define BB_INIT 310 #undef BB_LINUXRC
293#endif 311 #undef BB_FEATURE_LINUXRC
294#define BB_LINUXRC
295#endif 312#endif
296// 313//
297#ifdef BB_GZIP 314#ifdef BB_GZIP
298#ifndef BB_GUNZIP 315 #ifndef BB_GUNZIP
299#define BB_GUNZIP 316 #define BB_GUNZIP
317 #endif
300#endif 318#endif
319//
320#ifdef BB_DPKG
321 #ifndef BB_DPKG_DEB
322 #define BB_DPKG_DEB
323 #endif
301#endif 324#endif
302// 325//
303#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT 326#ifdef BB_DPKG_DEB
304#define BB_NFSMOUNT 327 #ifndef BB_AR
328 #define BB_AR
329 #endif
330 #ifndef BB_TAR
331 #define BB_TAR
332 #endif
333 #ifndef BB_FEATURE_TAR_GZIP
334 #define BB_FEATURE_TAR_GZIP
335 #endif
305#endif 336#endif
306// 337//
307#if defined BB_FEATURE_SH_COMMAND_EDITING 338#ifdef BB_TAR
308#ifndef BB_FEATURE_USE_TERMIOS 339 #ifdef BB_FEATURE_TAR_GZIP
309#define BB_FEATURE_USE_TERMIOS 340 #ifndef BB_GUNZIP
341 #define BB_GUNZIP
342 #endif
343 #endif
310#endif 344#endif
345//
346#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
347 #define BB_NFSMOUNT
311#endif 348#endif
312// 349//
350#if defined BB_IFCONFIG
351 #ifdef BB_FEATURE_IFCONFIG_STATUS
352 #define BB_INTERFACE
353 #endif
354#else
355 #undef BB_INTERFACE
356#endif
357//
313#if defined BB_FEATURE_AUTOWIDTH 358#if defined BB_FEATURE_AUTOWIDTH
314#ifndef BB_FEATURE_USE_TERMIOS 359 #ifndef BB_FEATURE_USE_TERMIOS
315#define BB_FEATURE_USE_TERMIOS 360 #define BB_FEATURE_USE_TERMIOS
361 #endif
316#endif 362#endif
363//
364#if defined BB_INSMOD || defined BB_LSMOD
365 #if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
366 #define BB_FEATURE_NEW_MODULE_INTERFACE
367 #endif
317#endif 368#endif
318// 369//
319#if defined BB_INSMOD 370#ifdef BB_SYSLOGD
320#ifndef BB_FEATURE_INSMOD_OLD_KERNEL 371 #if defined BB_FEATURE_IPC_SYSLOG
321#define BB_FEATURE_INSMOD_NEW_KERNEL 372 #define BB_LOGREAD
373 #endif
322#endif 374#endif
375//
376#if defined BB_DOS2UNIX
377 #define BB_UNIX2DOS
323#endif 378#endif
379