diff options
author | Eric Andersen | 1999-12-11 08:41:28 +0000 |
---|---|---|
committer | Eric Andersen | 1999-12-11 08:41:28 +0000 |
commit | 19db07b3d4ca4c333f9a53bfbc113b44f3c55750 (patch) | |
tree | 6c916e01a70d0d351778cffbee53a2d7e3d2f3b5 /busybox.def.h | |
parent | 59248bad97413798ac0cfdc5fcc75c7635a7ab1c (diff) | |
download | busybox-19db07b3d4ca4c333f9a53bfbc113b44f3c55750.zip busybox-19db07b3d4ca4c333f9a53bfbc113b44f3c55750.tar.gz |
Ok, so this is reallt 0.38...
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3053361..402f2bc 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -38,6 +38,7 @@ //#define BB_MAKEDEVS //#define BB_MATH #define BB_MKDIR +//#define BB_MKFIFO #define BB_MKNOD #define BB_MKSWAP //#define BB_MNC @@ -99,3 +100,5 @@ #define BB_FEATURE_LS_TIMESTAMPS // enable ls -p and -F #define BB_FEATURE_LS_FILETYPES +// simplified ping +//#define BB_SIMPLE_PING |