pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-06
1999-02-06 19:00:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
106aca015901e13bf8839c21805e12623f302fa6 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added __CHECKER__.
Rev: src/acconfig.h:1.37
1:
/*
-
* $Id: acconfig.h,v 1.
36
1999/
01
/
07
13
:
59
:
56
hubbe
Exp $
+
* $Id: acconfig.h,v 1.
37
1999/
02
/
06
19
:
00
:
44
grubba
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
15:
/* Define this if you want run time self tests */ #undef PIKE_DEBUG
+
/* Define this if you are going to use a memory access checker (like Purify) */
+
#undef __CHECKER__
+
/* Define this if you want malloc debugging */ #undef DEBUG_MALLOC