source: branches/1.8/pkgs/config.h.in @ 6307

Last change on this file since 6307 was 5901, checked in by gah, 9 years ago

first pass on new build

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