pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-04
2005-02-04 10:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
87eacc95e824528a475107c0387735f27f29d5cd (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added --with-extra-debug-checks
Rev: src/acconfig.h:1.146
Rev: src/configure.in:1.874
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: acconfig.h,v 1.
145
2004
/
12
/
29
09
:
11
:
45
agehall
Exp $
+
|| $Id: acconfig.h,v 1.
146
2005
/
02
/
04
10
:
47
:
18
grubba
Exp $
*/ #ifndef MACHINE_H
32:
/* Define this if you want run time self tests */ #undef PIKE_DEBUG
+
/* Define this if you want some extra (possibly verbose) run time self tests */
+
#undef PIKE_EXTRA_DEBUG
+
/* Define to make Pike do a full cleanup at exit to detect leaks. */ #undef DO_PIKE_CLEANUP