VirtualBox

Changeset 1345 in vbox for trunk/src


Ignore:
Timestamp:
Mar 8, 2007 9:21:41 PM (18 years ago)
Author:
vboxsync
Message:

VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin.

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r240 r1345  
    3131
    3232#include <VBox/log.h>
     33#include <VBox/config.h>
    3334#include <iprt/assert.h>
    3435
     
    102103    if (VBOX_FAILURE(rc))
    103104        return rc;
    104 #if 0 /** @todo remove this, see #1407. */
    105     rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceUSBBackend);
    106     if (VBOX_FAILURE(rc))
    107         return rc;
    108 #endif
    109105#if defined(VBOX_WITH_USB) && (defined(__WIN__) || defined(__LINUX__) || defined(__L4ENV__))
    110106    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceOHCI);
     
    185181        return rc;
    186182#endif
    187 #if !defined(__DARWIN__) && !defined(__OS2__)
     183#ifdef VBOX_WITH_INTERNAL_NETWORKING
    188184    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvHostInterface);
    189185    if (VBOX_FAILURE(rc))
  • trunk/src/VBox/Devices/Makefile

    r994 r1345  
    5050ifdef VBOX_WITH_VRDP
    5151DEFS += VBOX_VRDP
     52endif
     53ifdef VBOX_WITH_INTERNAL_NETWORKING
     54DEFS += VBOX_WITH_INTERNAL_NETWORKING
    5255endif
    5356
  • trunk/src/VBox/VMM/Makefile

    r1313 r1345  
    3737# Enable the PDM lock.
    3838#DEFS += VBOX_WITH_PDM_LOCK
     39ifdef VBOX_WITH_INTERNAL_NETWORKING
     40DEFS += VBOX_WITH_INTERNAL_NETWORKING
     41endif
    3942
    4043
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r1230 r1345  
    581581        }
    582582
    583 #if !defined(__L4__) && !defined(__AMD64__) /** @todo Port this to L4. */ /** @todo fix logging and other services problems on AMD64. */
     583#ifdef VBOX_WITH_INTERNAL_NETWORKING
    584584        /*
    585585         * Services.
     
    651651            }
    652652        }
    653 #endif /* !__L4__ */
     653#endif /* VBOX_WITH_INTERNAL_NETWORKING */
    654654
    655655        /*
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