VirtualBox

Changeset 4183 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 16, 2007 6:09:19 PM (17 years ago)
Author:
vboxsync
Message:

Removed dead options from VBoxBFE for L4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r4071 r4183  
    294294             "  -[no]ioapic        Enable or disable the IO-APIC (default: disabled)\n"
    295295             "  -audio             Enable audio\n"
     296#ifndef RT_OS_L4
    296297             "  -natdev<1-N>       Configure NAT for network device N\n"
     298#endif
    297299             "  -hifdev<1-N> <dev> <mac> Use existing Host Interface Network Device with the given name and MAC address\n"
    298300#if 0
     
    502504                return SyntaxError("The path to the specified cdrom, '%s', could not be resolved.\n", argv[curArg]);
    503505        }
     506#ifdef RT_OS_L4
     507        /* This is leaving a lot of dead code in the L4 version of course,
     508           but I don't think that that is a major problem.  We may even
     509           activate it sometime... */
     510        else if (   strncmp(pszArg, "-hifdev", 7) == 0
     511                 || strncmp(pszArg, "-nonetd", 7) == 0)
     512#else
    504513        else if (   strncmp(pszArg, "-natdev", 7) == 0
    505514                 || strncmp(pszArg, "-hifdev", 7) == 0
    506515                 || strncmp(pszArg, "-nonetd", 7) == 0
    507516                 || strncmp(pszArg, "-intnet", 7) == 0)
     517#endif
    508518        {
    509519            int i = networkArg2Index(pszArg, 7);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette