source: tags/release-1.0.5/src/config.h.in @ 1455

Last change on this file since 1455 was 110, checked in by Matthew Whiting, 18 years ago

Final update of config-related files, as well as COPYING and README.
Minor fixes to plotting.cc and plots.hh.
mainDuchamp makes use of header info from config.h.
Added a fix to param.cc to get be able to print true/false even when
boolalpha not defined.
Final update to Guide, included Installation instructions.

File size: 2.6 KB
Line 
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `atan' function. */
4#undef HAVE_ATAN
5
6/* Define to 1 if CFITSIO is available. */
7#undef HAVE_CFITSIO
8
9/* Define to 1 if you have the `fabs' function. */
10#undef HAVE_FABS
11
12/* Define to 1 if you have the `floor' function. */
13#undef HAVE_FLOOR
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the `g2c' library (-lg2c). */
19#undef HAVE_LIBG2C
20
21/* Define to 1 if you have the `m' library (-lm). */
22#undef HAVE_LIBM
23
24/* Define to 1 if you have the `stdc++' library (-lstdc++). */
25#undef HAVE_LIBSTDC__
26
27/* Define to 1 if you have the `log' function. */
28#undef HAVE_LOG
29
30/* Define to 1 if you have the <math.h> header file. */
31#undef HAVE_MATH_H
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if PGPLOT is available. */
37#undef HAVE_PGPLOT
38
39/* Define to 1 if you have the `pow' function. */
40#undef HAVE_POW
41
42/* Define to 1 if you have the `sqrt' function. */
43#undef HAVE_SQRT
44
45/* Define to 1 if stdbool.h conforms to C99. */
46#undef HAVE_STDBOOL_H
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#undef HAVE_STDINT_H
50
51/* Define to 1 if you have the <stdlib.h> header file. */
52#undef HAVE_STDLIB_H
53
54/* Define to 1 if you have the <strings.h> header file. */
55#undef HAVE_STRINGS_H
56
57/* Define to 1 if you have the <string.h> header file. */
58#undef HAVE_STRING_H
59
60/* Define to 1 if you have the `strtol' function. */
61#undef HAVE_STRTOL
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/types.h> header file. */
67#undef HAVE_SYS_TYPES_H
68
69/* Define to 1 if you have the <time.h> header file. */
70#undef HAVE_TIME_H
71
72/* Define to 1 if you have the <unistd.h> header file. */
73#undef HAVE_UNISTD_H
74
75/* Define to 1 if WCSLIB is available. */
76#undef HAVE_WCSLIB
77
78/* Define to 1 if the system has the type `_Bool'. */
79#undef HAVE__BOOL
80
81/* Define to the address where bug reports for this package should be sent. */
82#undef PACKAGE_BUGREPORT
83
84/* Define to the full name of this package. */
85#undef PACKAGE_NAME
86
87/* Define to the full name and version of this package. */
88#undef PACKAGE_STRING
89
90/* Define to the one symbol short name of this package. */
91#undef PACKAGE_TARNAME
92
93/* Define to the version of this package. */
94#undef PACKAGE_VERSION
95
96/* Define to 1 if you have the ANSI C header files. */
97#undef STDC_HEADERS
98
99/* Define to empty if `const' does not conform to ANSI C. */
100#undef const
101
102/* Define as `__inline' if that's what the C compiler calls it, or to nothing
103   if it is not supported. */
104#undef inline
Note: See TracBrowser for help on using the repository browser.