pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-01-07
1999-01-07 13:59:56 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
632add69d324bbaeaba36bad8071856757909204 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added PIKE_SECURITY
Rev: src/acconfig.h:1.36
1:
/*
-
* $Id: acconfig.h,v 1.
35
1998
/
11
/
22
11
:
02
:
30
hubbe Exp $
+
* $Id: acconfig.h,v 1.
36
1999
/
01
/
07
13
:
59
:
56
hubbe Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
18:
/* Define this if you want malloc debugging */ #undef DEBUG_MALLOC
+
/* Define this to enable the internal Pike security system */
+
#undef PIKE_SECURITY
+
@TOP@ /* Enable profiling */