Fixup a previous define
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 13:20:35 +0000 (13:20 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 13:20:35 +0000 (13:20 -0000)
networking/ifupdown.c

index 392bdf0..dda530a 100644 (file)
@@ -715,7 +715,7 @@ static interfaces_file *read_interfaces(char *filename)
                }
 
                if (strcmp(firstword, "mapping") == 0) {
-#if 0
+#ifdef CONFIG_FEATURE_IFUPDOWN_MAPPING
                        currmap = xmalloc(sizeof(mapping_defn));
                        currmap->max_matches = 0;
                        currmap->n_matches = 0;