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