Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `erand48' function. */
4 #undef HAVE_ERAND48
5
6 /* Define to 1 if you have the <float.h> header file. */
7 #undef HAVE_FLOAT_H
8
9 /* Define to 1 if you have the `floor' function. */
10 #undef HAVE_FLOOR
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `m' library (-lm). */
16 #undef HAVE_LIBM
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22    to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the <malloc.h> header file. */
26 #undef HAVE_MALLOC_H
27
28 /* Define to 1 if you have the <math.h> header file. */
29 #undef HAVE_MATH_H
30
31 /* Define to 1 if you have the `memmove' function. */
32 #undef HAVE_MEMMOVE
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 `memset' function. */
38 #undef HAVE_MEMSET
39
40 /* Define to 1 if you have the `pow' function. */
41 #undef HAVE_POW
42
43 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
44    and to 0 otherwise. */
45 #undef HAVE_REALLOC
46
47 /* Define to 1 if you have the `rint' function. */
48 #undef HAVE_RINT
49
50 /* Define to 1 if you have the `sqrt' function. */
51 #undef HAVE_SQRT
52
53 /* Define to 1 if stdbool.h conforms to C99. */
54 #undef HAVE_STDBOOL_H
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
58
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #undef HAVE_STDLIB_H
61
62 /* Define to 1 if you have the `strchr' function. */
63 #undef HAVE_STRCHR
64
65 /* Define to 1 if you have the `strdup' function. */
66 #undef HAVE_STRDUP
67
68 /* Define to 1 if you have the <strings.h> header file. */
69 #undef HAVE_STRINGS_H
70
71 /* Define to 1 if you have the <string.h> header file. */
72 #undef HAVE_STRING_H
73
74 /* Define to 1 if you have the `strrchr' function. */
75 #undef HAVE_STRRCHR
76
77 /* Define to 1 if you have the `strstr' function. */
78 #undef HAVE_STRSTR
79
80 /* Define to 1 if you have the `strtol' function. */
81 #undef HAVE_STRTOL
82
83 /* Define to 1 if you have the `strtoul' function. */
84 #undef HAVE_STRTOUL
85
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #undef HAVE_SYS_STAT_H
88
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #undef HAVE_SYS_TYPES_H
91
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #undef HAVE_UNISTD_H
94
95 /* Define to 1 if the system has the type `_Bool'. */
96 #undef HAVE__BOOL
97
98 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
99 #undef NO_MINUS_C_MINUS_O
100
101 /* Name of package */
102 #undef PACKAGE
103
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
106
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
109
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
112
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
115
116 /* Define to the home page for this package. */
117 #undef PACKAGE_URL
118
119 /* Define to the version of this package. */
120 #undef PACKAGE_VERSION
121
122 /* Define to 1 if you have the ANSI C header files. */
123 #undef STDC_HEADERS
124
125 /* only for gcc */
126 #undef UNUSED
127
128 /* Compute z-scores for RNALfold */
129 #undef USE_SVM
130
131 /* Version number of package */
132 #undef VERSION
133
134 /* Analyse{Dists,Seqs} */
135 #undef WITH_CLUSTER
136
137 /* Define if using the dmalloc debugging malloc package */
138 #undef WITH_DMALLOC
139
140 /* Create the perl interface to RNAlib */
141 #undef WITH_PERL_INTERFACE
142
143 /* Create the python interface to RNAlib */
144 #undef WITH_PYTHON_INTERFACE
145
146 /* Define to empty if `const' does not conform to ANSI C. */
147 #undef const
148
149 /* Define to `__inline__' or `__inline' if that's what the C compiler
150    calls it, or to nothing if 'inline' is not supported under any name.  */
151 #ifndef __cplusplus
152 #undef inline
153 #endif
154
155 /* Define to rpl_malloc if the replacement function should be used. */
156 #undef malloc
157
158 /* Define to rpl_realloc if the replacement function should be used. */
159 #undef realloc
160
161 /* Define to `unsigned int' if <sys/types.h> does not define. */
162 #undef size_t