#ifdef CONFIG_IUCV
extern void iucv_setup(char *str, int *ints);
#endif
-#ifdef CONFIG_IUCV
-extern void iucv_setup(char *str, int *ints);
-#endif
#ifdef CONFIG_ARCNET_COM90xxIO
extern void com90io_setup(char *str, int *ints);
#endif
{ "noapic", ioapic_setup },
{ "pirq=", ioapic_pirq_setup },
#endif
-#ifdef CONFIG_IUCV
- { "iucv=", iucv_setup } ,
-#endif
-
#endif
#ifdef CONFIG_BLK_DEV_RAM
{ "ramdisk_start=", ramdisk_start_setup },
bool 'IP: masquerading' CONFIG_IP_MASQUERADE
if [ "$CONFIG_IP_MASQUERADE" != "n" ]; then
comment 'Protocol-specific masquerading support will be built as modules.'
- bool 'IP: UDP masquerading loose checking' CONFIG_IP_MASQUERADE_UDP_LOOSE
bool 'IP: ICMP masquerading' CONFIG_IP_MASQUERADE_ICMP
comment 'Protocol-specific masquerading support will be built as modules.'
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then