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

// Common Per Service Entry Defines
#ifndef _Common_Per_Service_Defines
#define _Common_Per_Service_Defines
#define ENABLESVCLOCNAME "EnableSvcLoc"
#define DEFAULTENABLESVCLOC TRUEVALUE
#define LOGANONYMOUSNAME "LogAnonymous"
#define DEFAULTLOGANONYMOUS TRUEVALUE
#define LOGNONANONYMOUSNAME "LogNonAnonymous"
#define DEFAULTLOGNONANONYMOUS TRUEVALUE
#define CHECKFORWAISDBNAME "CheckForWAISDB"
#define DEFAULTCHECKFORWAISDB TRUEVALUE
#define DEBUGFLAGSNAME "DebugFlags"
#define DEFAULTDEBUGFLAGS 0
#endif