search for: ipconfig_dhcp

Displaying 1 result from an estimated 1 matches for "ipconfig_dhcp".

2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...<asm/uaccess.h> -#include <net/checksum.h> -#include <asm/processor.h> - -/* Define this to allow debugging output */ -#undef IPCONFIG_DEBUG - -#ifdef IPCONFIG_DEBUG -#define DBG(x) printk x -#else -#define DBG(x) do { } while(0) -#endif - -#if defined(CONFIG_IP_PNP_DHCP) -#define IPCONFIG_DHCP -#endif -#if defined(CONFIG_IP_PNP_BOOTP) || defined(CONFIG_IP_PNP_DHCP) -#define IPCONFIG_BOOTP -#endif -#if defined(CONFIG_IP_PNP_RARP) -#define IPCONFIG_RARP -#endif -#if defined(IPCONFIG_BOOTP) || defined(IPCONFIG_RARP) -#define IPCONFIG_DYNAMIC -#endif - -/* Define the friendly delay before an...