diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-29 12:59:01 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-29 12:59:01 +0000 |
commit | 68f0f0d2a1af2ce2cb2727356bd9331e94c3c667 (patch) | |
tree | 99c37e076b7416f1c3612ba2ac2568acb6fe4fe7 /busybox.def.h | |
parent | ff53b84e1c9b5cefa85d51e748d1ea87894e9dd9 (diff) | |
download | busybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.tar.gz busybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.tar.bz2 busybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.zip |
nslookup -- a work in progress...
git-svn-id: svn://busybox.net/trunk/busybox@349 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 8adccdc64..fa192205a 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -60,6 +60,7 @@ | |||
60 | //#define BB_MT | 60 | //#define BB_MT |
61 | //#define BB_MTAB | 61 | //#define BB_MTAB |
62 | #define BB_MV | 62 | #define BB_MV |
63 | #define BB_NSLOOKUP | ||
63 | #define BB_PING | 64 | #define BB_PING |
64 | #define BB_POWEROFF | 65 | #define BB_POWEROFF |
65 | //#define BB_PRINTF | 66 | //#define BB_PRINTF |