Print real addresses instead of method byte offset. So we can find
[cacao.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /* acconfig.h - config.h defines
3
4    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5    Institut f. Computersprachen, TU Wien
6    R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, M. Probst,
7    S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich,
8    J. Wenninger
9
10    This file is part of CACAO.
11
12    This program is free software; you can redistribute it and/or
13    modify it under the terms of the GNU General Public License as
14    published by the Free Software Foundation; either version 2, or (at
15    your option) any later version.
16
17    This program is distributed in the hope that it will be useful, but
18    WITHOUT ANY WARRANTY; without even the implied warranty of
19    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20    General Public License for more details.
21
22    You should have received a copy of the GNU General Public License
23    along with this program; if not, write to the Free Software
24    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25    02111-1307, USA.
26
27    Contact: cacao@complang.tuwien.ac.at
28
29    Authors:
30
31    $Id: config.h.in 943 2004-03-06 20:20:38Z twisti $
32
33 */
34
35
36 /* Define if mman.h defines MAP_FAILED  */
37 #undef HAVE_MAP_FAILED
38
39 /* Define if mman.h defines MAP_ANONYMOUS  */
40 #undef HAVE_MAP_ANONYMOUS
41
42 #undef TRACE_ARGS_NUM
43
44 /* Define to include thread support */
45 #undef USE_THREADS
46 #undef EXTERNAL_OVERFLOW
47 #undef DONT_FREE_FIRST
48
49 #undef HAVE___THREAD
50
51 /* Make automake happy */
52 #undef PACKAGE
53 #undef VERSION
54
55 /* Architecture directory */
56 #undef ARCH_DIR
57
58 #undef USE_CODEMMAP
59
60 #undef USE_GTK
61
62 #undef USE_ZLIB
63
64
65 /*
66  * These are local overrides for various environment variables in Emacs.
67  * Please do not remove this and leave it at the end of the file, where
68  * Emacs will automagically detect them.
69  * ---------------------------------------------------------------------
70  * Local variables:
71  * mode: c
72  * indent-tabs-mode: t
73  * c-basic-offset: 4
74  * tab-width: 4
75  * End:
76  */
77
78 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
79    */
80 #undef HAVE_DIRENT_H
81
82 /* Define to 1 if you have the <fcntl.h> header file. */
83 #undef HAVE_FCNTL_H
84
85 /* Define to 1 if you have the `getcwd' function. */
86 #undef HAVE_GETCWD
87
88 /* Define to 1 if you have the `getpagesize' function. */
89 #undef HAVE_GETPAGESIZE
90
91 /* Define to 1 if you have the `gettimeofday' function. */
92 #undef HAVE_GETTIMEOFDAY
93
94 /* Define to 1 if you have the <inttypes.h> header file. */
95 #undef HAVE_INTTYPES_H
96
97 /* Define to 1 if you have the <memory.h> header file. */
98 #undef HAVE_MEMORY_H
99
100 /* Define to 1 if you have the `mkdir' function. */
101 #undef HAVE_MKDIR
102
103 /* Define to 1 if you have the `mktime' function. */
104 #undef HAVE_MKTIME
105
106 /* Define to 1 if you have a working `mmap' system call. */
107 #undef HAVE_MMAP
108
109 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
110 #undef HAVE_NDIR_H
111
112 /* Define to 1 if you have the `select' function. */
113 #undef HAVE_SELECT
114
115 /* Define to 1 if you have the `socket' function. */
116 #undef HAVE_SOCKET
117
118 /* Define to 1 if you have the <stdint.h> header file. */
119 #undef HAVE_STDINT_H
120
121 /* Define to 1 if you have the <stdlib.h> header file. */
122 #undef HAVE_STDLIB_H
123
124 /* Define to 1 if you have the <strings.h> header file. */
125 #undef HAVE_STRINGS_H
126
127 /* Define to 1 if you have the <string.h> header file. */
128 #undef HAVE_STRING_H
129
130 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
131    */
132 #undef HAVE_SYS_DIR_H
133
134 /* Define to 1 if you have the <sys/ioctl.h> header file. */
135 #undef HAVE_SYS_IOCTL_H
136
137 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
138    */
139 #undef HAVE_SYS_NDIR_H
140
141 /* Define to 1 if you have the <sys/stat.h> header file. */
142 #undef HAVE_SYS_STAT_H
143
144 /* Define to 1 if you have the <sys/time.h> header file. */
145 #undef HAVE_SYS_TIME_H
146
147 /* Define to 1 if you have the <sys/types.h> header file. */
148 #undef HAVE_SYS_TYPES_H
149
150 /* Define to 1 if you have the <unistd.h> header file. */
151 #undef HAVE_UNISTD_H
152
153 /* Name of package */
154 #undef PACKAGE
155
156 /* Define to the address where bug reports for this package should be sent. */
157 #undef PACKAGE_BUGREPORT
158
159 /* Define to the full name of this package. */
160 #undef PACKAGE_NAME
161
162 /* Define to the full name and version of this package. */
163 #undef PACKAGE_STRING
164
165 /* Define to the one symbol short name of this package. */
166 #undef PACKAGE_TARNAME
167
168 /* Define to the version of this package. */
169 #undef PACKAGE_VERSION
170
171 /* Define as the return type of signal handlers (`int' or `void'). */
172 #undef RETSIGTYPE
173
174 /* Define to 1 if you have the ANSI C header files. */
175 #undef STDC_HEADERS
176
177 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
178 #undef TIME_WITH_SYS_TIME
179
180 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
181 #undef TM_IN_SYS_TIME
182
183 /* Version number of package */
184 #undef VERSION
185
186 /* Define to empty if `const' does not conform to ANSI C. */
187 #undef const
188
189 /* Define to `__inline__' or `__inline' if that's what the C compiler
190    calls it, or to nothing if 'inline' is not supported under any name.  */
191 #ifndef __cplusplus
192 #undef inline
193 #endif
194
195 /* Define to `long' if <sys/types.h> does not define. */
196 #undef off_t
197
198 /* Define to `unsigned' if <sys/types.h> does not define. */
199 #undef size_t