minor documentation corrections
[cacao.git] / acconfig.h
1 /* acconfig.h - config.h defines
2
3    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4    Institut f. Computersprachen, TU Wien
5    R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, M. Probst,
6    S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich,
7    J. Wenninger
8
9    This file is part of CACAO.
10
11    This program is free software; you can redistribute it and/or
12    modify it under the terms of the GNU General Public License as
13    published by the Free Software Foundation; either version 2, or (at
14    your option) any later version.
15
16    This program is distributed in the hope that it will be useful, but
17    WITHOUT ANY WARRANTY; without even the implied warranty of
18    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19    General Public License for more details.
20
21    You should have received a copy of the GNU General Public License
22    along with this program; if not, write to the Free Software
23    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24    02111-1307, USA.
25
26    Contact: cacao@complang.tuwien.ac.at
27
28    Authors:
29
30    $Id: acconfig.h 832 2004-01-04 15:46:08Z stefan $
31
32 */
33
34
35 /* Define if mman.h defines MAP_FAILED  */
36 #undef HAVE_MAP_FAILED
37
38 /* Define if mman.h defines MAP_ANONYMOUS  */
39 #undef HAVE_MAP_ANONYMOUS
40
41 #undef TRACE_ARGS_NUM
42
43 /* Define to include thread support */
44 #undef USE_THREADS
45 #undef EXTERNAL_OVERFLOW
46 #undef DONT_FREE_FIRST
47
48 #undef HAVE___THREAD
49
50 /* Make automake happy */
51 #undef PACKAGE
52 #undef VERSION
53
54 /* Architecture directory */
55 #undef ARCH_DIR
56
57 #undef USE_CODEMMAP
58
59 #undef USE_GTK
60
61 #undef USE_ZLIB
62
63
64 /*
65  * These are local overrides for various environment variables in Emacs.
66  * Please do not remove this and leave it at the end of the file, where
67  * Emacs will automagically detect them.
68  * ---------------------------------------------------------------------
69  * Local variables:
70  * mode: c
71  * indent-tabs-mode: t
72  * c-basic-offset: 4
73  * tab-width: 4
74  * End:
75  */