summaryrefslogtreecommitdiffstats
path: root/include/net/ipconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipconfig.h')
-rw-r--r--include/net/ipconfig.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/net/ipconfig.h b/include/net/ipconfig.h
index db64243a6..f93569461 100644
--- a/include/net/ipconfig.h
+++ b/include/net/ipconfig.h
@@ -1,5 +1,5 @@
/*
- * $Id: ipconfig.h,v 1.2 1997/10/17 12:41:16 mj Exp $
+ * $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $
*
* Copyright (C) 1997 Martin Mares
*
@@ -12,8 +12,10 @@ extern u32 ic_myaddr;
extern u32 ic_servaddr;
extern u32 ic_gateway;
extern u32 ic_netmask;
-extern int ic_bootp_flag;
-extern int ic_rarp_flag;
extern int ic_enable;
extern int ic_host_name_set;
extern int ic_set_manually;
+extern int ic_proto_enabled;
+
+#define IC_BOOTP 1
+#define IC_RARP 2