pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-19
2003-11-19 17:10:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
20e8ae59397d85c047367904c5baaeecede1ff8d (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added --with-portable-bytecode.
Rev: src/acconfig.h:1.131
Rev: src/configure.in:1.747
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.
130
2003/11/
15
17:
39
:
15
mast
Exp $
+
|| $Id: acconfig.h,v 1.
131
2003/11/
19
17:
10
:
05
grubba
Exp $
*/ #ifndef MACHINE_H
65:
/* Define this to use the new multiset implementation. */ #undef PIKE_NEW_MULTISETS
+
/* Define this to get portable dumped bytecode. */
+
#undef PIKE_PORTABLE_BYTECODE
+
/* Enable profiling */ #undef PROFILING