1 #ifndef _SRC_SEMIGROUPS_CONFIG_H
2 #define _SRC_SEMIGROUPS_CONFIG_H 1
3 
4 /* src/semigroups-config.h. Generated automatically at end of configure. */
5 /* src/_pkgconfig.h.  Generated from pkgconfig.h.in by configure.  */
6 /* cnf/pkgconfig.h.in.  Generated from configure.ac by autoheader.  */
7 
8 /* define if the compiler supports basic C++11 syntax */
9 #ifndef SEMIGROUPS_HAVE_CXX11
10 #define SEMIGROUPS_HAVE_CXX11 1
11 #endif
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #ifndef SEMIGROUPS_HAVE_DLFCN_H
15 #define SEMIGROUPS_HAVE_DLFCN_H 1
16 #endif
17 
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #ifndef SEMIGROUPS_HAVE_INTTYPES_H
20 #define SEMIGROUPS_HAVE_INTTYPES_H 1
21 #endif
22 
23 /* Define to 1 if you have the `pthread' library (-lpthread). */
24 #ifndef SEMIGROUPS_HAVE_LIBPTHREAD
25 #define SEMIGROUPS_HAVE_LIBPTHREAD 1
26 #endif
27 
28 /* Define to 1 if you have the <memory.h> header file. */
29 #ifndef SEMIGROUPS_HAVE_MEMORY_H
30 #define SEMIGROUPS_HAVE_MEMORY_H 1
31 #endif
32 
33 /* Define if you have POSIX threads libraries and header files. */
34 #ifndef SEMIGROUPS_HAVE_PTHREAD
35 #define SEMIGROUPS_HAVE_PTHREAD 1
36 #endif
37 
38 /* Have PTHREAD_PRIO_INHERIT. */
39 #ifndef SEMIGROUPS_HAVE_PTHREAD_PRIO_INHERIT
40 #define SEMIGROUPS_HAVE_PTHREAD_PRIO_INHERIT 1
41 #endif
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #ifndef SEMIGROUPS_HAVE_STDINT_H
45 #define SEMIGROUPS_HAVE_STDINT_H 1
46 #endif
47 
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #ifndef SEMIGROUPS_HAVE_STDLIB_H
50 #define SEMIGROUPS_HAVE_STDLIB_H 1
51 #endif
52 
53 /* Define to 1 if you have the <strings.h> header file. */
54 #ifndef SEMIGROUPS_HAVE_STRINGS_H
55 #define SEMIGROUPS_HAVE_STRINGS_H 1
56 #endif
57 
58 /* Define to 1 if you have the <string.h> header file. */
59 #ifndef SEMIGROUPS_HAVE_STRING_H
60 #define SEMIGROUPS_HAVE_STRING_H 1
61 #endif
62 
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #ifndef SEMIGROUPS_HAVE_SYS_STAT_H
65 #define SEMIGROUPS_HAVE_SYS_STAT_H 1
66 #endif
67 
68 /* Define to 1 if you have the <sys/types.h> header file. */
69 #ifndef SEMIGROUPS_HAVE_SYS_TYPES_H
70 #define SEMIGROUPS_HAVE_SYS_TYPES_H 1
71 #endif
72 
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #ifndef SEMIGROUPS_HAVE_UNISTD_H
75 #define SEMIGROUPS_HAVE_UNISTD_H 1
76 #endif
77 
78 /* define if building in debug mode */
79 /* #undef KERNEL_DEBUG */
80 
81 /* Define to the sub-directory where libtool stores uninstalled libraries. */
82 #ifndef SEMIGROUPS_LT_OBJDIR
83 #define SEMIGROUPS_LT_OBJDIR ".libs/"
84 #endif
85 
86 /* Name of package */
87 #ifndef SEMIGROUPS_PACKAGE
88 #define SEMIGROUPS_PACKAGE "semigroups"
89 #endif
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #ifndef SEMIGROUPS_PACKAGE_BUGREPORT
93 #define SEMIGROUPS_PACKAGE_BUGREPORT ""
94 #endif
95 
96 /* Define to the full name of this package. */
97 #ifndef SEMIGROUPS_PACKAGE_NAME
98 #define SEMIGROUPS_PACKAGE_NAME "semigroups"
99 #endif
100 
101 /* Define to the full name and version of this package. */
102 #ifndef SEMIGROUPS_PACKAGE_STRING
103 #define SEMIGROUPS_PACKAGE_STRING "semigroups 3.2.3"
104 #endif
105 
106 /* Define to the one symbol short name of this package. */
107 #ifndef SEMIGROUPS_PACKAGE_TARNAME
108 #define SEMIGROUPS_PACKAGE_TARNAME "semigroups"
109 #endif
110 
111 /* Define to the home page for this package. */
112 #ifndef SEMIGROUPS_PACKAGE_URL
113 #define SEMIGROUPS_PACKAGE_URL ""
114 #endif
115 
116 /* Define to the version of this package. */
117 #ifndef SEMIGROUPS_PACKAGE_VERSION
118 #define SEMIGROUPS_PACKAGE_VERSION "3.2.3"
119 #endif
120 
121 /* Define to necessary symbol if this constant uses a non-standard name on
122    your system. */
123 /* #undef PTHREAD_CREATE_JOINABLE */
124 
125 /* Define to 1 if you have the ANSI C header files. */
126 #ifndef SEMIGROUPS_STDC_HEADERS
127 #define SEMIGROUPS_STDC_HEADERS 1
128 #endif
129 
130 /* are we on CYGWIN? */
131 #ifndef SEMIGROUPS_SYS_IS_CYGWIN32
132 #define SEMIGROUPS_SYS_IS_CYGWIN32 0
133 #endif
134 
135 /* Version number of package */
136 #ifndef SEMIGROUPS_VERSION
137 #define SEMIGROUPS_VERSION "3.2.3"
138 #endif
139 
140 /* once: _SRC_SEMIGROUPS_CONFIG_H */
141 #endif
142