Vcsn  2.4
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config.hh
Go to the documentation of this file.
1 #ifndef _VCSN_CONFIG_HH
2 #define _VCSN_CONFIG_HH 1
3 
4 /* vcsn/config.hh. Generated automatically at end of configure. */
5 /* lib/config.h. Generated from config.in.h by configure. */
6 /* vcsn/config.in.h. Generated from configure.ac by autoheader. */
7 
8 /* Define to the ccache program name. */
9 #ifndef VCSN_CCACHE
10 #define VCSN_CCACHE "ccache"
11 #endif
12 
13 /* Define to the preprocessor flags. */
14 #ifndef VCSN_CPPFLAGS
15 #define VCSN_CPPFLAGS "-D_FORTIFY_SOURCE=2 -I/usr/include "
16 #endif
17 
18 /* Define to the C++ compiler (without ccache). */
19 #ifndef VCSN_CXX
20 #define VCSN_CXX "g++"
21 #endif
22 
23 /* Define to the C++ compiler flags. */
24 #ifndef VCSN_CXXFLAGS
25 #define VCSN_CXXFLAGS "-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++14"
26 #endif
27 
28 /* Define to the location of the data files. */
29 #ifndef VCSN_DATADIR
30 #define VCSN_DATADIR "/usr/share/vcsn"
31 #endif
32 
33 /* Define to the Flex major version. */
34 #ifndef VCSN_FLEX_MAJOR_VERSION
35 #define VCSN_FLEX_MAJOR_VERSION 2
36 #endif
37 
38 /* Define to the Flex minor version. */
39 #ifndef VCSN_FLEX_MINOR_VERSION
40 #define VCSN_FLEX_MINOR_VERSION 5
41 #endif
42 
43 /* Define to the Flex subminor version. */
44 #ifndef VCSN_FLEX_SUBMINOR_VERSION
45 #define VCSN_FLEX_SUBMINOR_VERSION 39
46 #endif
47 
48 /* Defined if the requested minimum BOOST version is satisfied */
49 #ifndef VCSN_HAVE_BOOST
50 #define VCSN_HAVE_BOOST 1
51 #endif
52 
53 /* Define to 1 if you have <boost/filesystem/path.hpp> */
54 #ifndef VCSN_HAVE_BOOST_FILESYSTEM_PATH_HPP
55 #define VCSN_HAVE_BOOST_FILESYSTEM_PATH_HPP 1
56 #endif
57 
58 /* Define to 1 if you have <boost/flyweight.hpp> */
59 #ifndef VCSN_HAVE_BOOST_FLYWEIGHT_HPP
60 #define VCSN_HAVE_BOOST_FLYWEIGHT_HPP 1
61 #endif
62 
63 /* Define to 1 if you have <boost/python.hpp> */
64 #ifndef VCSN_HAVE_BOOST_PYTHON_HPP
65 #define VCSN_HAVE_BOOST_PYTHON_HPP 1
66 #endif
67 
68 /* Define to 1 if you have <boost/regex.hpp> */
69 /* #undef HAVE_BOOST_REGEX_HPP */
70 
71 /* Define to 1 if you have <boost/system/error_code.hpp> */
72 #ifndef VCSN_HAVE_BOOST_SYSTEM_ERROR_CODE_HPP
73 #define VCSN_HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
74 #endif
75 
76 /* Define to 1 if evaluation order in braced-init-list is correct */
77 #ifndef VCSN_HAVE_CORRECT_LIST_INITIALIZER_ORDER
78 #define VCSN_HAVE_CORRECT_LIST_INITIALIZER_ORDER 1
79 #endif
80 
81 /* Define to 1 if you have the <dlfcn.h> header file. */
82 #ifndef VCSN_HAVE_DLFCN_H
83 #define VCSN_HAVE_DLFCN_H 1
84 #endif
85 
86 /* Define to 1 if you have the <inttypes.h> header file. */
87 #ifndef VCSN_HAVE_INTTYPES_H
88 #define VCSN_HAVE_INTTYPES_H 1
89 #endif
90 
91 /* Define to 1 if you have the <ltdl.h> header file. */
92 #ifndef VCSN_HAVE_LTDL_H
93 #define VCSN_HAVE_LTDL_H 1
94 #endif
95 
96 /* Define to 1 if you have the <memory.h> header file. */
97 #ifndef VCSN_HAVE_MEMORY_H
98 #define VCSN_HAVE_MEMORY_H 1
99 #endif
100 
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #ifndef VCSN_HAVE_STDINT_H
103 #define VCSN_HAVE_STDINT_H 1
104 #endif
105 
106 /* Define to 1 if you have the <stdlib.h> header file. */
107 #ifndef VCSN_HAVE_STDLIB_H
108 #define VCSN_HAVE_STDLIB_H 1
109 #endif
110 
111 /* Define to 1 if you have the <strings.h> header file. */
112 #ifndef VCSN_HAVE_STRINGS_H
113 #define VCSN_HAVE_STRINGS_H 1
114 #endif
115 
116 /* Define to 1 if you have the <string.h> header file. */
117 #ifndef VCSN_HAVE_STRING_H
118 #define VCSN_HAVE_STRING_H 1
119 #endif
120 
121 /* Define to 1 if you have the <sys/stat.h> header file. */
122 #ifndef VCSN_HAVE_SYS_STAT_H
123 #define VCSN_HAVE_SYS_STAT_H 1
124 #endif
125 
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #ifndef VCSN_HAVE_SYS_TYPES_H
128 #define VCSN_HAVE_SYS_TYPES_H 1
129 #endif
130 
131 /* Define to 1 if you have the <unistd.h> header file. */
132 #ifndef VCSN_HAVE_UNISTD_H
133 #define VCSN_HAVE_UNISTD_H 1
134 #endif
135 
136 /* Define to 1 if we use ELF hidden visibility by default. */
137 #ifndef VCSN_HAVE_VISIBILITY_HIDDEN
138 #define VCSN_HAVE_VISIBILITY_HIDDEN 1
139 #endif
140 
141 /* Define to the linker flags. */
142 #ifndef VCSN_LDFLAGS
143 #define VCSN_LDFLAGS "-Wl,-z,relro -L/usr/lib/x86_64-linux-gnu/vcsn -lrt -pthread -lboost_filesystem -lboost_system "
144 #endif
145 
146 /* Define to the location of the libraries. */
147 #ifndef VCSN_LIBDIR
148 #define VCSN_LIBDIR "/usr/lib/x86_64-linux-gnu/vcsn"
149 #endif
150 
151 /* Define to the location of the auxiliary executables. */
152 #ifndef VCSN_LIBEXECDIR
153 #define VCSN_LIBEXECDIR "/usr/lib/x86_64-linux-gnu/vcsn"
154 #endif
155 
156 /* Define to the sub-directory in which libtool stores uninstalled libraries.
157  */
158 #ifndef VCSN_LT_OBJDIR
159 #define VCSN_LT_OBJDIR ".libs/"
160 #endif
161 
162 /* Define to the address where bug reports for this package should be sent. */
163 #ifndef VCSN_PACKAGE_BUGREPORT
164 #define VCSN_PACKAGE_BUGREPORT "vcsn-bugs@lrde.epita.fr"
165 #endif
166 
167 /* Define to the full name of this package. */
168 #ifndef VCSN_PACKAGE_NAME
169 #define VCSN_PACKAGE_NAME "Vcsn"
170 #endif
171 
172 /* Define to the full name and version of this package. */
173 #ifndef VCSN_PACKAGE_STRING
174 #define VCSN_PACKAGE_STRING "Vcsn 2.4"
175 #endif
176 
177 /* Define to the one symbol short name of this package. */
178 #ifndef VCSN_PACKAGE_TARNAME
179 #define VCSN_PACKAGE_TARNAME "vcsn"
180 #endif
181 
182 /* Define to the home page for this package. */
183 #ifndef VCSN_PACKAGE_URL
184 #define VCSN_PACKAGE_URL "http://vcsn.lrde.epita.fr/"
185 #endif
186 
187 /* Define to the version of this package. */
188 #ifndef VCSN_PACKAGE_VERSION
189 #define VCSN_PACKAGE_VERSION "2.4"
190 #endif
191 
192 /* Define to a path to Python 3. */
193 #ifndef VCSN_PYTHON
194 #define VCSN_PYTHON "/usr/bin/python3"
195 #endif
196 
197 /* Define to 1 if you have the ANSI C header files. */
198 #ifndef VCSN_STDC_HEADERS
199 #define VCSN_STDC_HEADERS 1
200 #endif
201 
202 /* Define if <regex> works. */
203 #ifndef VCSN_STD_REGEX_WORKS
204 #define VCSN_STD_REGEX_WORKS 1
205 #endif
206 
207 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
208  `char[]'. */
209 /* #undef YYTEXT_POINTER */
210 
211 /* once: _VCSN_CONFIG_HH */
212 #endif