Changeset 18003 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 17, 2009 9:59:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r17794 r18003 90 90 static SUPINSTFILE const g_aSupInstallFiles[] = 91 91 { 92 /* type, dir,fOptional,pszFile */92 /* type, dir, fOpt, pszFile */ 93 93 /* ---------------------------------------------------------------------- */ 94 94 { kSupIFT_Dll, kSupID_AppPrivArch, false, "VMMR0.r0" }, … … 177 177 178 178 //#ifdef VBOX_WITH_WEBSERVICES 179 { kSupIFT_Exe, kSupID_AppBin,true, "vboxwebsrv" SUPLIB_EXE_SUFF },179 { kSupIFT_Exe, kSupID_AppBin, true, "vboxwebsrv" SUPLIB_EXE_SUFF }, 180 180 //#endif 181 181 182 182 #ifdef RT_OS_LINUX 183 { kSupIFT_Exe, kSupID_AppBin,true, "VBoxTunctl" SUPLIB_EXE_SUFF },183 { kSupIFT_Exe, kSupID_AppBin, true, "VBoxTunctl" SUPLIB_EXE_SUFF }, 184 184 #endif 185 186 //#ifdef VBOX_WITH_NETFLT 187 { kSupIFT_Exe, kSupID_AppBin, true, "VBoxNetDHCP" SUPLIB_EXE_SUFF }, 188 //#endif 185 189 }; 186 190
Note:
See TracChangeset
for help on using the changeset viewer.