source: trunk/src/core/config.h.in @ 1548

Last change on this file since 1548 was 1548, checked in by gah, 15 years ago
File size: 3.8 KB
Line 
1/* src/core/config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <algorithm> header file. */
4#undef HAVE_ALGORITHM
5
6/* Define to 1 if you have the <assert.h> header file. */
7#undef HAVE_ASSERT_H
8
9/* Define to 1 if you have the <cctype> header file. */
10#undef HAVE_CCTYPE
11
12/* Define to 1 if you have the <cfloat> header file. */
13#undef HAVE_CFLOAT
14
15/* Define to 1 if you have the <cmath> header file. */
16#undef HAVE_CMATH
17
18/* Define to 1 if you have the <cstdio> header file. */
19#undef HAVE_CSTDIO
20
21/* Define to 1 if you have the <cstdlib> header file. */
22#undef HAVE_CSTDLIB
23
24/* Define to 1 if you have the <cstring> header file. */
25#undef HAVE_CSTRING
26
27/* Define to 1 if you have the <ctype.h> header file. */
28#undef HAVE_CTYPE_H
29
30/* Define to 1 if you have the <errno.h> header file. */
31#undef HAVE_ERRNO_H
32
33/* Define to 1 if you have the <float.h> header file. */
34#undef HAVE_FLOAT_H
35
36/* Define to 1 if you have the <fstream> header file. */
37#undef HAVE_FSTREAM
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if you have the <iostream> header file. */
43#undef HAVE_IOSTREAM
44
45/* Define to 1 if you have the <iterator> header file. */
46#undef HAVE_ITERATOR
47
48/* Define to 1 if you have the `m' library (-lm). */
49#undef HAVE_LIBM
50
51/* Define to 1 if you have the `stdc++' library (-lstdc++). */
52#undef HAVE_LIBSTDC__
53
54/* Define to 1 if you have the <limits.h> header file. */
55#undef HAVE_LIMITS_H
56
57/* Define to 1 if you have the <list> header file. */
58#undef HAVE_LIST
59
60/* Define to 1 if you have the <malloc.h> header file. */
61#undef HAVE_MALLOC_H
62
63/* Define to 1 if you have the <math.h> header file. */
64#undef HAVE_MATH_H
65
66/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H
68
69/* Define to 1 if you have the <sstream> header file. */
70#undef HAVE_SSTREAM
71
72/* Define to 1 if you have the <stack> header file. */
73#undef HAVE_STACK
74
75/* Define to 1 if you have the <stddef.h> header file. */
76#undef HAVE_STDDEF_H
77
78/* Define to 1 if you have the <stdint.h> header file. */
79#undef HAVE_STDINT_H
80
81/* Define to 1 if you have the <stdlib.h> header file. */
82#undef HAVE_STDLIB_H
83
84/* Define to 1 if you have the <string> header file. */
85#undef HAVE_STRING
86
87/* Define to 1 if you have the <strings.h> header file. */
88#undef HAVE_STRINGS_H
89
90/* Define to 1 if you have the <string.h> header file. */
91#undef HAVE_STRING_H
92
93/* Define to 1 if you have the `sysinfo' function. */
94#undef HAVE_SYSINFO
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
98
99/* Define to 1 if you have the <sys/sysinfo.h> header file. */
100#undef HAVE_SYS_SYSINFO_H
101
102/* Define to 1 if you have the <sys/types.h> header file. */
103#undef HAVE_SYS_TYPES_H
104
105/* Define to 1 if you have the <unistd.h> header file. */
106#undef HAVE_UNISTD_H
107
108/* Define to 1 if you have the <vector> header file. */
109#undef HAVE_VECTOR
110
111/* Define to the address where bug reports for this package should be sent. */
112#undef PACKAGE_BUGREPORT
113
114/* Define to the full name of this package. */
115#undef PACKAGE_NAME
116
117/* Define to the full name and version of this package. */
118#undef PACKAGE_STRING
119
120/* Define to the one symbol short name of this package. */
121#undef PACKAGE_TARNAME
122
123/* Define to the version of this package. */
124#undef PACKAGE_VERSION
125
126/* The size of `int', as computed by sizeof. */
127#undef SIZEOF_INT
128
129/* The size of `long', as computed by sizeof. */
130#undef SIZEOF_LONG
131
132/* The size of `long long', as computed by sizeof. */
133#undef SIZEOF_LONG_LONG
134
135/* The size of `void *', as computed by sizeof. */
136#undef SIZEOF_VOID_P
137
138/* Define to 1 if you have the ANSI C header files. */
139#undef STDC_HEADERS
140
141/* Define to 1 if your processor stores words with the most significant byte
142   first (like Motorola and SPARC, unlike Intel and VAX). */
143#undef WORDS_BIGENDIAN
Note: See TracBrowser for help on using the repository browser.