libfreecontact 1.0.21
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1/* lib/config.h. Generated from config.hin by configure. */
2/* lib/config.hin. Generated from configure.ac by autoheader. */
3
4/* Define to dummy `main' function (if any) required to link to the Fortran
5 libraries. */
6/* #undef F77_DUMMY_MAIN */
7
8/* Define if F77 and FC dummy `main' functions are identical. */
9/* #undef FC_DUMMY_MAIN_EQ_F77 */
10
11/* Support Altivec instructions */
12/* #undef HAVE_ALTIVEC */
13
14/* Support AVX (Advanced Vector Extensions) instructions */
15#define HAVE_AVX
16
17/* Define if you have a BLAS library. */
18#define HAVE_BLAS 1
19
20/* define if the Boost library is available */
21#define HAVE_BOOST
22
23/* define if the Boost::PROGRAM_OPTIONS library is available */
24#define HAVE_BOOST_PROGRAM_OPTIONS
25
26/* Define to 1 if you have the <dlfcn.h> header file. */
27#define HAVE_DLFCN_H 1
28
29/* Define to 1 if you have the <inttypes.h> header file. */
30#define HAVE_INTTYPES_H 1
31
32/* Define if you have LAPACK library. */
33#define HAVE_LAPACK 1
34
35/* Support mmx instructions */
36#define HAVE_MMX
37
38/* Define if OpenMP is enabled */
39#define HAVE_OPENMP 1
40
41/* Define if you have POSIX threads libraries and header files. */
42#define HAVE_PTHREAD 1
43
44/* Have PTHREAD_PRIO_INHERIT. */
45#define HAVE_PTHREAD_PRIO_INHERIT 1
46
47/* Support SSE (Streaming SIMD Extensions) instructions */
48#define HAVE_SSE
49
50/* Support SSE2 (Streaming SIMD Extensions 2) instructions */
51#define HAVE_SSE2
52
53/* Support SSE3 (Streaming SIMD Extensions 3) instructions */
54#define HAVE_SSE3
55
56/* Support SSSE4.1 (Streaming SIMD Extensions 4.1) instructions */
57#define HAVE_SSE4_1
58
59/* Support SSSE4.2 (Streaming SIMD Extensions 4.2) instructions */
60#define HAVE_SSE4_2
61
62/* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */
63#define HAVE_SSSE3
64
65/* Define to 1 if you have the <stdint.h> header file. */
66#define HAVE_STDINT_H 1
67
68/* Define to 1 if you have the <stdio.h> header file. */
69#define HAVE_STDIO_H 1
70
71/* Define to 1 if you have the <stdlib.h> header file. */
72#define HAVE_STDLIB_H 1
73
74/* Define to 1 if you have the <strings.h> header file. */
75#define HAVE_STRINGS_H 1
76
77/* Define to 1 if you have the <string.h> header file. */
78#define HAVE_STRING_H 1
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#define HAVE_SYS_STAT_H 1
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#define HAVE_SYS_TYPES_H 1
85
86/* Define to 1 if you have the <unistd.h> header file. */
87#define HAVE_UNISTD_H 1
88
89/* Define if XSDCXX is enabled */
90#define HAVE_XSDCXX 1
91
92/* Define to the sub-directory where libtool stores uninstalled libraries. */
93#define LT_OBJDIR ".libs/"
94
95/* Name of package */
96#define PACKAGE "freecontact"
97
98/* Define to the address where bug reports for this package should be sent. */
99#define PACKAGE_BUGREPORT "lkajan@rostlab.org"
100
101/* Define to the full name of this package. */
102#define PACKAGE_NAME "freecontact"
103
104/* Define to the full name and version of this package. */
105#define PACKAGE_STRING "freecontact 1.0.21"
106
107/* Define to the one symbol short name of this package. */
108#define PACKAGE_TARNAME "freecontact"
109
110/* Define to the home page for this package. */
111#define PACKAGE_URL ""
112
113/* Define to the version of this package. */
114#define PACKAGE_VERSION "1.0.21"
115
116/* Define to necessary symbol if this constant uses a non-standard name on
117 your system. */
118/* #undef PTHREAD_CREATE_JOINABLE */
119
120/* Define to 1 if all of the C90 standard headers exist (not just the ones
121 required in a freestanding environment). This macro is provided for
122 backward compatibility; new code need not use it. */
123#define STDC_HEADERS 1
124
125/* Version number of package */
126#define VERSION "1.0.21"