31d6d4cd92
sacrifice type checking to remove them from the options table. It may be worth doing that, but I want to audit each call point before.
21 lines
558 B
C
21 lines
558 B
C
#ifndef NJK_IFCH_PROTO_H__
|
|
#define NJK_IFCH_PROTO_H__ 1
|
|
|
|
#define CMD_INTERFACE "iface"
|
|
#define CMD_IP "ip"
|
|
#define CMD_SUBNET "snet"
|
|
#define CMD_TIMEZONE "tzone"
|
|
#define CMD_ROUTER "routr"
|
|
#define CMD_DNS "dns"
|
|
#define CMD_LPRSVR "lpr"
|
|
#define CMD_HOSTNAME "host"
|
|
#define CMD_DOMAIN "dom"
|
|
#define CMD_IPTTL "ipttl"
|
|
#define CMD_MTU "mtu"
|
|
#define CMD_BROADCAST "bcast"
|
|
#define CMD_NTPSVR "ntp"
|
|
#define CMD_WINS "wins"
|
|
#define CMD_NULL "NULL"
|
|
|
|
#endif
|