- config.h: massive improvements, much clearer.

- tentatively activate PCH if gcc > 3.4. remove XP_ defines (which were
undocumented; now in scripting/spidermonkey.h)
- rename some config defines
- move sysdep/debug.h to lib/debug.h (it's portable; was wrong all
along)
- grouped all debug heap related stuff to debug.h:debug_heap_*
- sysdep: fix circular include issue with debug.h

This was SVN commit r2427.
This commit is contained in:
janwas
2005-06-22 03:23:22 +00:00
parent 064dd5699d
commit 8f9a3fc38f
19 changed files with 385 additions and 325 deletions
+2 -2
View File
@@ -18,11 +18,11 @@
#include "precompiled.h"
#include <string.h>
#include "lib.h"
#include "posix.h" // SIZE_MAX
#include <string.h>
#ifndef PERFORM_SELF_TEST
#define PERFORM_SELF_TEST 0
#endif