source: branches/profile/GDE/PHYML20130708/phyml/config.h.in.fallback

Last change on this file was 11698, checked in by westram, 10 years ago
File size: 3.4 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* CHECKPOINT tag on */
4#undef CHECKPOINT
5
6/* Debug tag on */
7#undef DEBUG
8
9/* EVOLVE tag on */
10#undef EVOLVE
11
12/* GEO tag on */
13#undef GEO
14
15/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
16#undef HAVE_DOPRNT
17
18/* Define to 1 if you have the <float.h> header file. */
19#undef HAVE_FLOAT_H
20
21/* Define to 1 if you have the `floor' function. */
22#undef HAVE_FLOOR
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 `m' library (-lm). */
28#undef HAVE_LIBM
29
30/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31   to 0 otherwise. */
32#undef HAVE_MALLOC
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the `pow' function. */
38#undef HAVE_POW
39
40/* Define to 1 if your system has a GNU libc compatible `realloc' function,
41   and to 0 otherwise. */
42#undef HAVE_REALLOC
43
44/* Define to 1 if you have the `rint' function. */
45#undef HAVE_RINT
46
47/* Define to 1 if you have the `sqrt' function. */
48#undef HAVE_SQRT
49
50/* Define to 1 if you have the <stdint.h> header file. */
51#undef HAVE_STDINT_H
52
53/* Define to 1 if you have the <stdlib.h> header file. */
54#undef HAVE_STDLIB_H
55
56/* Define to 1 if you have the `strchr' function. */
57#undef HAVE_STRCHR
58
59/* Define to 1 if you have the <strings.h> header file. */
60#undef HAVE_STRINGS_H
61
62/* Define to 1 if you have the <string.h> header file. */
63#undef HAVE_STRING_H
64
65/* Define to 1 if you have the `strstr' function. */
66#undef HAVE_STRSTR
67
68/* Define to 1 if you have the <sys/stat.h> header file. */
69#undef HAVE_SYS_STAT_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#undef HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <unistd.h> header file. */
75#undef HAVE_UNISTD_H
76
77/* Define to 1 if you have the `vprintf' function. */
78#undef HAVE_VPRINTF
79
80/* m4 tag on */
81#undef M4
82
83/* MPI tag on */
84#undef MPI
85
86/* Name of package */
87#undef PACKAGE
88
89/* Define to the address where bug reports for this package should be sent. */
90#undef PACKAGE_BUGREPORT
91
92/* Define to the full name of this package. */
93#undef PACKAGE_NAME
94
95/* Define to the full name and version of this package. */
96#undef PACKAGE_STRING
97
98/* Define to the one symbol short name of this package. */
99#undef PACKAGE_TARNAME
100
101/* Define to the home page for this package. */
102#undef PACKAGE_URL
103
104/* Define to the version of this package. */
105#undef PACKAGE_VERSION
106
107/* PART tag on */
108#undef PART
109
110/* PHYCONT tag on */
111#undef PHYCONT
112
113/* PHYML tag on */
114#undef PHYML
115
116/* PHYTIME tag on */
117#undef PHYTIME
118
119/* RF tag on */
120#undef RF
121
122/* RWRAP tag on */
123#undef RWRAP
124
125/* SERGEII tag on */
126#undef SERGEII
127
128/* Define to 1 if you have the ANSI C header files. */
129#undef STDC_HEADERS
130
131/* TEST tag on */
132#undef TEST
133
134/* TIPORDER tag on */
135#undef TIPORDER
136
137/* Unix tag on */
138#undef UNIX
139
140/* Version number of package */
141#undef VERSION
142
143/* Define to empty if `const' does not conform to ANSI C. */
144#undef const
145
146/* Define to `__inline__' or `__inline' if that's what the C compiler
147   calls it, or to nothing if 'inline' is not supported under any name.  */
148#ifndef __cplusplus
149#undef inline
150#endif
151
152/* Define to rpl_malloc if the replacement function should be used. */
153#undef malloc
154
155/* Define to rpl_realloc if the replacement function should be used. */
156#undef realloc
157
158/* Define to `unsigned int' if <sys/types.h> does not define. */
159#undef size_t
Note: See TracBrowser for help on using the repository browser.