*** empty log message ***
[cacao.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /* Define if mman.h defines MAP_FAILED  */
3 #undef HAVE_MAP_FAILED
4
5 /* Define if mman.h defines MAP_ANONYMOUS  */
6 #undef HAVE_MAP_ANONYMOUS
7
8 #undef TRACE_ARGS_NUM
9
10 /* Define to include thread support */
11 #undef USE_THREADS
12 #undef EXTERNAL_OVERFLOW
13 #undef DONT_FREE_FIRST
14
15 /* Make automake happy */
16 #undef PACKAGE
17 #undef VERSION
18
19 /* sysdep */
20 #undef SYSDEP_DIR
21
22 #undef OLD_COMPILER
23 #undef USE_CODEMMAP
24
25 #undef USE_BOEHM
26
27 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
28    */
29 #undef HAVE_DIRENT_H
30
31 /* Define to 1 if you have the <fcntl.h> header file. */
32 #undef HAVE_FCNTL_H
33
34 /* Define to 1 if you have the `getcwd' function. */
35 #undef HAVE_GETCWD
36
37 /* Define to 1 if you have the `getpagesize' function. */
38 #undef HAVE_GETPAGESIZE
39
40 /* Define to 1 if you have the `gettimeofday' function. */
41 #undef HAVE_GETTIMEOFDAY
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Define to 1 if you have the `m' library (-lm). */
47 #undef HAVE_LIBM
48
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
51
52 /* Define to 1 if you have the `mkdir' function. */
53 #undef HAVE_MKDIR
54
55 /* Define to 1 if you have the `mktime' function. */
56 #undef HAVE_MKTIME
57
58 /* Define to 1 if you have a working `mmap' system call. */
59 #undef HAVE_MMAP
60
61 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
62 #undef HAVE_NDIR_H
63
64 /* Define to 1 if you have the `select' function. */
65 #undef HAVE_SELECT
66
67 /* Define to 1 if you have the `socket' function. */
68 #undef HAVE_SOCKET
69
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #undef HAVE_STDINT_H
72
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #undef HAVE_STDLIB_H
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #undef HAVE_STRING_H
81
82 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83    */
84 #undef HAVE_SYS_DIR_H
85
86 /* Define to 1 if you have the <sys/ioctl.h> header file. */
87 #undef HAVE_SYS_IOCTL_H
88
89 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
90    */
91 #undef HAVE_SYS_NDIR_H
92
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #undef HAVE_SYS_STAT_H
95
96 /* Define to 1 if you have the <sys/time.h> header file. */
97 #undef HAVE_SYS_TIME_H
98
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
101
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #undef HAVE_UNISTD_H
104
105 /* Name of package */
106 #undef PACKAGE
107
108 /* Define to the address where bug reports for this package should be sent. */
109 #undef PACKAGE_BUGREPORT
110
111 /* Define to the full name of this package. */
112 #undef PACKAGE_NAME
113
114 /* Define to the full name and version of this package. */
115 #undef PACKAGE_STRING
116
117 /* Define to the one symbol short name of this package. */
118 #undef PACKAGE_TARNAME
119
120 /* Define to the version of this package. */
121 #undef PACKAGE_VERSION
122
123 /* Define as the return type of signal handlers (`int' or `void'). */
124 #undef RETSIGTYPE
125
126 /* Define to 1 if you have the ANSI C header files. */
127 #undef STDC_HEADERS
128
129 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
130 #undef TIME_WITH_SYS_TIME
131
132 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
133 #undef TM_IN_SYS_TIME
134
135 /* Version number of package */
136 #undef VERSION
137
138 /* Define to empty if `const' does not conform to ANSI C. */
139 #undef const
140
141 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
142    if it is not supported. */
143 #undef inline
144
145 /* Define to `long' if <sys/types.h> does not define. */
146 #undef off_t
147
148 /* Define to `unsigned' if <sys/types.h> does not define. */
149 #undef size_t