pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-30
2001-01-30 23:37:17 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e9670c7274b62cb328315e094a9adf4dc3dd56b6 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more debug options..
Rev: src/acconfig.h:1.75
Rev: src/dmalloc.h:1.29
Rev: src/pike_memory.c:1.99
1:
/*
-
* $Id: acconfig.h,v 1.
74
2001/01/
24
22
:37:
50
marcus
Exp $
+
* $Id: acconfig.h,v 1.
75
2001/01/
30
23
:37:
17
hubbe
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
21:
/* Define this if you want malloc debugging */ #undef DEBUG_MALLOC
+
/* Define this if you want checkpoints */
+
#undef DMALLOC_TRACE
+
/* Define this to enable the internal Pike security system */ #undef PIKE_SECURITY