ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/prefs_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/prefs_windows.cpp (file contents):
Revision 1.5 by gbeauche, 2004-12-05T15:05:25Z vs.
Revision 1.6 by gbeauche, 2004-12-06T23:42:19Z

# Line 45 | Line 45 | prefs_desc platform_prefs_items[] = {
45          {"debugextfs", TYPE_BOOLEAN, false,    "debug extfs system"},
46          {"extdrives", TYPE_STRING, false,      "define allowed extfs drives"},
47          {"pollmedia", TYPE_BOOLEAN, false,     "poll for new media (e.g. cd, floppy)"},
48 +        {"etherpermanentaddress", TYPE_BOOLEAN, false,  "use permanent NIC address to identify itself"},
49 +        {"ethermulticastmode", TYPE_INT32, false,       "how to multicast packets"},
50 +        {"etherfakeaddress", TYPE_STRING, false,        "optional fake hardware address"},
51 +        {"routerenabled", TYPE_BOOLEAN, false,          "enable NAT/Router module"},
52 +        {"ftp_port_list", TYPE_STRING, false,           "FTP ports list"},
53 +        {"tcp_port", TYPE_STRING, false,                "TCP ports list"},
54  
55          {NULL, TYPE_END, false, NULL} // End of list
56   };
# Line 120 | Line 126 | void AddPlatformPrefsDefaults(void)
126   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
127          PrefsAddBool("ignoresegv", false);
128   #endif
129 +        PrefsReplaceBool("etherpermanentaddress", true);
130 +        PrefsReplaceInt32("ethermulticastmode", 0);
131 +        PrefsReplaceBool("routerenabled", false);
132 +        PrefsReplaceString("ftp_port_list", "21");
133   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines