NuCache changes.
git-svn-id: svn://10.0.0.236/trunk@13929 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,7 +75,11 @@ extern "C" void NET_ClientProtocolInitialize()
|
||||
{
|
||||
NET_InitFileProtocol();
|
||||
NET_InitHTTPProtocol();
|
||||
#ifdef NU_CACHE
|
||||
NET_InitNuCacheProtocol();
|
||||
#else
|
||||
NET_InitMemCacProtocol();
|
||||
#endif
|
||||
NET_InitFTPProtocol();
|
||||
NET_InitAboutProtocol();
|
||||
NET_InitGopherProtocol();
|
||||
|
||||
Reference in New Issue
Block a user