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.

21 lines
542 B

  1. // Common Per Service Entry Defines
  2. #ifndef _Common_Per_Service_Defines
  3. #define _Common_Per_Service_Defines
  4. #define ENABLESVCLOCNAME "EnableSvcLoc"
  5. #define DEFAULTENABLESVCLOC TRUEVALUE
  6. #define LOGANONYMOUSNAME "LogAnonymous"
  7. #define DEFAULTLOGANONYMOUS TRUEVALUE
  8. #define LOGNONANONYMOUSNAME "LogNonAnonymous"
  9. #define DEFAULTLOGNONANONYMOUS TRUEVALUE
  10. #define CHECKFORWAISDBNAME "CheckForWAISDB"
  11. #define DEFAULTCHECKFORWAISDB TRUEVALUE
  12. #define DEBUGFLAGSNAME "DebugFlags"
  13. #define DEFAULTDEBUGFLAGS 0
  14. #endif