Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg

We'd like the SpiderMonkey configure script to generate a header file
named js-config.h to hold #definitions chosen at configure time that
affect the SpiderMonkey API, like JS_THREADSAFE.  However, that name
is very similar to that of an existing header file, jsconfig.h.  This
patch renames the existing header file, and updates all references to
it.
This commit is contained in:
Jim Blandy
2008-09-05 10:19:17 -07:00
parent 8baf8b980f
commit d8cc274426
36 changed files with 37 additions and 37 deletions

View File

@@ -51,7 +51,7 @@
#include "jsatom.h"
#include "jsbool.h"
#include "jscntxt.h"
#include "jsconfig.h"
#include "jsversion.h"
#include "jsexn.h"
#include "jsfun.h"
#include "jsgc.h"