Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-(

git-svn-id: svn://10.0.0.236/trunk@17778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-01-14 23:21:06 +00:00
parent ccf32dc186
commit 46a406db90
13 changed files with 31 additions and 59 deletions

View File

@@ -30,8 +30,7 @@
#include "prmem.h"
#include "plstr.h"
#include "nsCRT.h"
MWContext *new_stub_context(URL_Struct *URL_s);
#include "nsStubContext.h"
static NS_DEFINE_IID(kIOutputStreamIID, NS_IOUTPUTSTREAM_IID);
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);