diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
commit | 4e864a36b611f56c6b347be1dace4e5e805a3eb8 (patch) | |
tree | 6582084290de4bead010f5fb8ff0a0a6d2b573fd /networking/udhcp/dhcpc.h | |
parent | e30495654d8bb38f7ea234d9d0ab0929525501e3 (diff) | |
download | busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.gz busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.bz2 busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.zip |
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index e23d9d4fe..7145cbd8b 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -2,6 +2,11 @@ | |||
2 | #ifndef _DHCPC_H | 2 | #ifndef _DHCPC_H |
3 | #define _DHCPC_H | 3 | #define _DHCPC_H |
4 | 4 | ||
5 | #define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script" | ||
6 | |||
7 | /* allow libbb_udhcp.h to redefine DEFAULT_SCRIPT */ | ||
8 | #include "libbb_udhcp.h" | ||
9 | |||
5 | #define INIT_SELECTING 0 | 10 | #define INIT_SELECTING 0 |
6 | #define REQUESTING 1 | 11 | #define REQUESTING 1 |
7 | #define BOUND 2 | 12 | #define BOUND 2 |