source: tags/release-1.1.12/src/config.h.in

Last change on this file was 635, checked in by MatthewWhiting, 15 years ago

Adding values.h to the include statements in GaussSmooth?.cc, and adding it to the searches in the configure script. This is necessary on some systems to find the MAXFLOAT value.

File size: 3.5 KB
Line 
1/* src/config.h.in.  Generated from configure.ac 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 `atan' function. */
7#undef HAVE_ATAN
8
9/* Define to 1 if CFITSIO is available. */
10#undef HAVE_CFITSIO
11
12/* Define to 1 if you have the `fabs' function. */
13#undef HAVE_FABS
14
15/* Define to 1 if you have the `floor' function. */
16#undef HAVE_FLOOR
17
18/* Define to 1 if you have the <fstream> header file. */
19#undef HAVE_FSTREAM
20
21/* Define to 1 if you have the <functional> header file. */
22#undef HAVE_FUNCTIONAL
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the <iomanip> header file. */
28#undef HAVE_IOMANIP
29
30/* Define to 1 if you have the <iostream> header file. */
31#undef HAVE_IOSTREAM
32
33/* Define to 1 if you have the `g2c' library (-lg2c). */
34#undef HAVE_LIBG2C
35
36/* Define to 1 if you have the `m' library (-lm). */
37#undef HAVE_LIBM
38
39/* Define to 1 if you have the `stdc++' library (-lstdc++). */
40#undef HAVE_LIBSTDC__
41
42/* Define to 1 if you have the `log' function. */
43#undef HAVE_LOG
44
45/* Define to 1 if you have the <math.h> header file. */
46#undef HAVE_MATH_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if PGPLOT is available. */
52#undef HAVE_PGPLOT
53
54/* Define to 1 if you have the `pow' function. */
55#undef HAVE_POW
56
57/* Define to 1 if you have the `sqrt' function. */
58#undef HAVE_SQRT
59
60/* Define to 1 if you have the <sstream> header file. */
61#undef HAVE_SSTREAM
62
63/* Define to 1 if stdbool.h conforms to C99. */
64#undef HAVE_STDBOOL_H
65
66/* Define to 1 if you have the <stdint.h> header file. */
67#undef HAVE_STDINT_H
68
69/* Define to 1 if you have the <stdlib.h> header file. */
70#undef HAVE_STDLIB_H
71
72/* Define to 1 if you have the <string> header file. */
73#undef HAVE_STRING
74
75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
77
78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the `strtol' function. */
82#undef HAVE_STRTOL
83
84/* Define to 1 if you have the <sys/stat.h> header file. */
85#undef HAVE_SYS_STAT_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have the <time.h> header file. */
91#undef HAVE_TIME_H
92
93/* Define to 1 if you have the <unistd.h> header file. */
94#undef HAVE_UNISTD_H
95
96/* Define to 1 if you have the <values.h> header file. */
97#undef HAVE_VALUES_H
98
99/* Define to 1 if you have the <vector> header file. */
100#undef HAVE_VECTOR
101
102/* Define to 1 if WCSLIB is available. */
103#undef HAVE_WCSLIB
104
105/* Define to 1 if the system has the type `_Bool'. */
106#undef HAVE__BOOL
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 to 1 if you have the ANSI C header files. */
124#undef STDC_HEADERS
125
126/* Define to 1 if the X Window System is missing or not being used. */
127#undef X_DISPLAY_MISSING
128
129/* Define to empty if `const' does not conform to ANSI C. */
130#undef const
131
132/* Define to `__inline__' or `__inline' if that's what the C compiler
133   calls it, or to nothing if 'inline' is not supported under any name.  */
134#ifndef __cplusplus
135#undef inline
136#endif
Note: See TracBrowser for help on using the repository browser.