]> git.donarmstrong.com Git - mrbayes.git/blob - src/config.h.in
import mrbayes
[mrbayes.git] / src / config.h.in
1 /* Define to the address where bug reports for this package should be sent. */
2 #undef PACKAGE_BUGREPORT
3
4 /* Define to the full name and version of this package. */
5 #undef PACKAGE_STRING
6
7 /* Define to the full name of this package. */
8 #undef PACKAGE_NAME
9
10 /* Define to the version of this package. */
11 #undef PACKAGE_VERSION
12
13 /* Define to the one symbol short name of this package. */
14 #undef PACKAGE_TARNAME
15
16 /* Define to 1 if you have the `readline' library (-lreadline). */
17 #undef HAVE_LIBREADLINE
18
19 /* Define to 1 if you have a recent version of readline */
20 #undef COMPLETIONMATCHES
21
22 /* Define to 1 if you want to compile the parallel version */
23 #undef MPI_ENABLED
24
25 /* Define to 1 if you want to compile SSE-enabled version */
26 #undef SSE_ENABLED
27
28 /* Define one of the UNIX, MAC or WINDOWS */
29 #undef UNIX_VERSION
30 #undef MAC_VERSION
31 #undef WINDOWS_VERSION
32
33 /* Define if used on a 64bit cpu */
34 #undef _64BIT
35
36 /* Define to enable beagle library */
37 #undef BEAGLE_ENABLED
38
39 /* Define to enable threads in BEAGLE library */
40 #undef THREADS_ENABLED