libfreecontact  1.0.21
 All Classes Namespaces Files Functions Variables Typedefs Macros
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 /* #undef 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 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37 
38 /* Support mmx instructions */
39 #define HAVE_MMX
40 
41 /* Define if OpenMP is enabled */
42 #define HAVE_OPENMP 1
43 
44 /* Define if you have POSIX threads libraries and header files. */
45 #define HAVE_PTHREAD 1
46 
47 /* Have PTHREAD_PRIO_INHERIT. */
48 #define HAVE_PTHREAD_PRIO_INHERIT 1
49 
50 /* Support SSE (Streaming SIMD Extensions) instructions */
51 #define HAVE_SSE
52 
53 /* Support SSE2 (Streaming SIMD Extensions 2) instructions */
54 #define HAVE_SSE2
55 
56 /* Support SSE3 (Streaming SIMD Extensions 3) instructions */
57 #define HAVE_SSE3
58 
59 /* Support SSSE4.1 (Streaming SIMD Extensions 4.1) instructions */
60 #define HAVE_SSE4_1
61 
62 /* Support SSSE4.2 (Streaming SIMD Extensions 4.2) instructions */
63 #define HAVE_SSE4_2
64 
65 /* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */
66 #define HAVE_SSSE3
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_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 in which libtool stores uninstalled libraries.
93  */
94 #define LT_OBJDIR ".libs/"
95 
96 /* Name of package */
97 #define PACKAGE "freecontact"
98 
99 /* Define to the address where bug reports for this package should be sent. */
100 #define PACKAGE_BUGREPORT "lkajan@rostlab.org"
101 
102 /* Define to the full name of this package. */
103 #define PACKAGE_NAME "freecontact"
104 
105 /* Define to the full name and version of this package. */
106 #define PACKAGE_STRING "freecontact 1.0.21"
107 
108 /* Define to the one symbol short name of this package. */
109 #define PACKAGE_TARNAME "freecontact"
110 
111 /* Define to the home page for this package. */
112 #define PACKAGE_URL ""
113 
114 /* Define to the version of this package. */
115 #define PACKAGE_VERSION "1.0.21"
116 
117 /* Define to necessary symbol if this constant uses a non-standard name on
118  your system. */
119 /* #undef PTHREAD_CREATE_JOINABLE */
120 
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123 
124 /* Version number of package */
125 #define VERSION "1.0.21"