Move ifchd files to a subdirectory.

This commit is contained in:
Nicholas J. Kain
2010-11-12 04:51:49 -05:00
parent c999fee9f5
commit b42eeb8847
27 changed files with 19 additions and 115 deletions

20
ifchd/ifproto.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef NJK_IFPROTO_H__
#define NJK_IFPROTO_H__ 1
#define CMD_INTERFACE "interface"
#define CMD_IP "ip"
#define CMD_SUBNET "subnet"
#define CMD_TIMEZONE "timezone"
#define CMD_ROUTER "router"
#define CMD_TIMESVR "timesvr"
#define CMD_DNS "dns"
#define CMD_LPRSVR "lprsvr"
#define CMD_HOSTNAME "hostname"
#define CMD_DOMAIN "domain"
#define CMD_IPTTL "ipttl"
#define CMD_MTU "mtu"
#define CMD_BROADCAST "broadcast"
#define CMD_NTPSRV "ntpsrv"
#define CMD_WINS "wins"
#endif