Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

  1. ;; debug info levels set by default when an app starts up.
  2. ;; a good value for cairole is 0x4ff for debug outs.
  3. [Cairo Infolevels]
  4. cairole = 0x03
  5. ol = 0x03
  6. ;; tmarshal test options.
  7. ;; = 1 means run the test
  8. ;; = 0 means dont run the test
  9. ;;
  10. [Marshal Test]
  11. LocalInterfaceNormal = 1
  12. LocalInterfaceTableStrong = 1
  13. LocalInterfaceTableWeak = 1
  14. RemoteInterfaceNormal = 1
  15. RemoteInterfaceTableStrong = 1
  16. RemoteInterfaceTableWeak = 1
  17. Echo = 1
  18. Loop = 1
  19. MiddleMan = 1
  20. LockObjectExternal = 1
  21. DisconnectObject = 1
  22. GetStandardMarshal = 1
  23. CreateRemoteHandler = 1
  24. CustomMarshalNormal = 1
  25. CustomMarshalTable = 1
  26. MarshalStorage = 1
  27. Aggregate = 0
  28. LocalDiffMachine = 0
  29. RemoteDiffMachine = 0
  30. StorageDiffMachine = 0
  31. ;; threading modes for the OLE servers
  32. ;; these are used by all OLE servers generated in the com\utest\balls
  33. ;;
  34. [TestSrv]
  35. ThreadMode = SingleThreaded
  36. ;; ThreadMode = MultiThreaded
  37. [OleSrv]
  38. ThreadMode = SingleThreaded
  39. ;; ThreadMode = MultiThreaded