windows-dfs-support-disable-20050820
[openafs.git] / src / WINNT / afsd / afsd.h
index 112b202..afc97d9 100644 (file)
@@ -128,10 +128,12 @@ extern HANDLE WaitToTerminate;
 #define CAPABILITY_ERRORTRANS (1<<0)
 #define CAPABILITY_BITS 1
 
-#define DFS_SUPPORT 1
+#undef  DFS_SUPPORT
 #define LOG_PACKET 1
 #undef  NOTSERVICE
 
+#define WORKER_THREADS 10
+
 #define AFSD_HOOK_DLL  "afsdhook.dll"
 #define AFSD_INIT_HOOK "AfsdInitHook"
 typedef BOOL ( APIENTRY * AfsdInitHook )(void);