Vcsn  2.4
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config.h
Go to the documentation of this file.
1 /* lib/config.h. Generated from config.in.h by configure. */
2 /* vcsn/config.in.h. Generated from configure.ac by autoheader. */
3 
4 /* Define to the ccache program name. */
5 #define CCACHE "ccache"
6 
7 /* Define to the preprocessor flags. */
8 #define CPPFLAGS "-D_FORTIFY_SOURCE=2 -I/usr/include "
9 
10 /* Define to the C++ compiler (without ccache). */
11 #define CXX "g++"
12 
13 /* Define to the C++ compiler flags. */
14 #define CXXFLAGS "-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++14"
15 
16 /* Define to the location of the data files. */
17 #define DATADIR "/usr/share/vcsn"
18 
19 /* Define to the Flex major version. */
20 #define FLEX_MAJOR_VERSION 2
21 
22 /* Define to the Flex minor version. */
23 #define FLEX_MINOR_VERSION 5
24 
25 /* Define to the Flex subminor version. */
26 #define FLEX_SUBMINOR_VERSION 39
27 
28 /* Defined if the requested minimum BOOST version is satisfied */
29 #define HAVE_BOOST 1
30 
31 /* Define to 1 if you have <boost/filesystem/path.hpp> */
32 #define HAVE_BOOST_FILESYSTEM_PATH_HPP 1
33 
34 /* Define to 1 if you have <boost/flyweight.hpp> */
35 #define HAVE_BOOST_FLYWEIGHT_HPP 1
36 
37 /* Define to 1 if you have <boost/python.hpp> */
38 #define HAVE_BOOST_PYTHON_HPP 1
39 
40 /* Define to 1 if you have <boost/regex.hpp> */
41 /* #undef HAVE_BOOST_REGEX_HPP */
42 
43 /* Define to 1 if you have <boost/system/error_code.hpp> */
44 #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
45 
46 /* Define to 1 if evaluation order in braced-init-list is correct */
47 #define HAVE_CORRECT_LIST_INITIALIZER_ORDER 1
48 
49 /* Define to 1 if you have the <dlfcn.h> header file. */
50 #define HAVE_DLFCN_H 1
51 
52 /* Define to 1 if you have the <inttypes.h> header file. */
53 #define HAVE_INTTYPES_H 1
54 
55 /* Define to 1 if you have the <ltdl.h> header file. */
56 #define HAVE_LTDL_H 1
57 
58 /* Define to 1 if you have the <memory.h> header file. */
59 #define HAVE_MEMORY_H 1
60 
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63 
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75 
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78 
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81 
82 /* Define to 1 if we use ELF hidden visibility by default. */
83 #define HAVE_VISIBILITY_HIDDEN 1
84 
85 /* Define to the linker flags. */
86 #define LDFLAGS "-Wl,-z,relro -L/usr/lib/x86_64-linux-gnu/vcsn -lrt -pthread -lboost_filesystem -lboost_system "
87 
88 /* Define to the location of the libraries. */
89 #define LIBDIR "/usr/lib/x86_64-linux-gnu/vcsn"
90 
91 /* Define to the location of the auxiliary executables. */
92 #define LIBEXECDIR "/usr/lib/x86_64-linux-gnu/vcsn"
93 
94 /* Define to the sub-directory in which libtool stores uninstalled libraries.
95  */
96 #define LT_OBJDIR ".libs/"
97 
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT "vcsn-bugs@lrde.epita.fr"
100 
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "Vcsn"
103 
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "Vcsn 2.4"
106 
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "vcsn"
109 
110 /* Define to the home page for this package. */
111 #define PACKAGE_URL "http://vcsn.lrde.epita.fr/"
112 
113 /* Define to the version of this package. */
114 #define PACKAGE_VERSION "2.4"
115 
116 /* Define to a path to Python 3. */
117 #define PYTHON "/usr/bin/python3"
118 
119 /* Define to 1 if you have the ANSI C header files. */
120 #define STDC_HEADERS 1
121 
122 /* Define if <regex> works. */
123 #define STD_REGEX_WORKS 1
124 
125 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
126  `char[]'. */
127 /* #undef YYTEXT_POINTER */