libsemigroups
libsemigroups-config.h
1 #ifndef _SRC_LIBSEMIGROUPS_CONFIG_H
2 #define _SRC_LIBSEMIGROUPS_CONFIG_H 1
3 
4 /* src/libsemigroups-config.h. Generated automatically at end of configure. */
5 /* config/config.h. Generated from config.h.in by configure. */
6 /* config/config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* define if building in debug mode */
9 /* #undef DEBUG */
10 
11 /* define if the compiler supports basic C++11 syntax */
12 #ifndef LIBSEMIGROUPS_HAVE_CXX11
13 #define LIBSEMIGROUPS_HAVE_CXX11 1
14 #endif
15 
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #ifndef LIBSEMIGROUPS_HAVE_DLFCN_H
18 #define LIBSEMIGROUPS_HAVE_DLFCN_H 1
19 #endif
20 
21 /* Define to 1 if you have the `gettimeofday' function. */
22 #ifndef LIBSEMIGROUPS_HAVE_GETTIMEOFDAY
23 #define LIBSEMIGROUPS_HAVE_GETTIMEOFDAY 1
24 #endif
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #ifndef LIBSEMIGROUPS_HAVE_INTTYPES_H
28 #define LIBSEMIGROUPS_HAVE_INTTYPES_H 1
29 #endif
30 
31 /* Define to 1 if you have the `pthread' library (-lpthread). */
32 #ifndef LIBSEMIGROUPS_HAVE_LIBPTHREAD
33 #define LIBSEMIGROUPS_HAVE_LIBPTHREAD 1
34 #endif
35 
36 /* Define to 1 if you have the <limits.h> header file. */
37 #ifndef LIBSEMIGROUPS_HAVE_LIMITS_H
38 #define LIBSEMIGROUPS_HAVE_LIMITS_H 1
39 #endif
40 
41 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
42  to 0 otherwise. */
43 #ifndef LIBSEMIGROUPS_HAVE_MALLOC
44 #define LIBSEMIGROUPS_HAVE_MALLOC 1
45 #endif
46 
47 /* Define to 1 if you have the <memory.h> header file. */
48 #ifndef LIBSEMIGROUPS_HAVE_MEMORY_H
49 #define LIBSEMIGROUPS_HAVE_MEMORY_H 1
50 #endif
51 
52 /* Define to 1 if you have the `memset' function. */
53 #ifndef LIBSEMIGROUPS_HAVE_MEMSET
54 #define LIBSEMIGROUPS_HAVE_MEMSET 1
55 #endif
56 
57 /* Define to 1 if you have the `pow' function. */
58 #ifndef LIBSEMIGROUPS_HAVE_POW
59 #define LIBSEMIGROUPS_HAVE_POW 1
60 #endif
61 
62 /* Define if you have POSIX threads libraries and header files. */
63 #ifndef LIBSEMIGROUPS_HAVE_PTHREAD
64 #define LIBSEMIGROUPS_HAVE_PTHREAD 1
65 #endif
66 
67 /* Define to 1 if you have the <pthread.h> header file. */
68 #ifndef LIBSEMIGROUPS_HAVE_PTHREAD_H
69 #define LIBSEMIGROUPS_HAVE_PTHREAD_H 1
70 #endif
71 
72 /* Have PTHREAD_PRIO_INHERIT. */
73 #ifndef LIBSEMIGROUPS_HAVE_PTHREAD_PRIO_INHERIT
74 #define LIBSEMIGROUPS_HAVE_PTHREAD_PRIO_INHERIT 1
75 #endif
76 
77 /* Define to 1 if the system has the type `ptrdiff_t'. */
78 /* #undef HAVE_PTRDIFF_T */
79 
80 /* Define to 1 if you have the `sqrt' function. */
81 #ifndef LIBSEMIGROUPS_HAVE_SQRT
82 #define LIBSEMIGROUPS_HAVE_SQRT 1
83 #endif
84 
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #ifndef LIBSEMIGROUPS_HAVE_STDINT_H
87 #define LIBSEMIGROUPS_HAVE_STDINT_H 1
88 #endif
89 
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #ifndef LIBSEMIGROUPS_HAVE_STDLIB_H
92 #define LIBSEMIGROUPS_HAVE_STDLIB_H 1
93 #endif
94 
95 /* Define to 1 if you have the <strings.h> header file. */
96 #ifndef LIBSEMIGROUPS_HAVE_STRINGS_H
97 #define LIBSEMIGROUPS_HAVE_STRINGS_H 1
98 #endif
99 
100 /* Define to 1 if you have the <string.h> header file. */
101 #ifndef LIBSEMIGROUPS_HAVE_STRING_H
102 #define LIBSEMIGROUPS_HAVE_STRING_H 1
103 #endif
104 
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #ifndef LIBSEMIGROUPS_HAVE_SYS_STAT_H
107 #define LIBSEMIGROUPS_HAVE_SYS_STAT_H 1
108 #endif
109 
110 /* Define to 1 if you have the <sys/time.h> header file. */
111 #ifndef LIBSEMIGROUPS_HAVE_SYS_TIME_H
112 #define LIBSEMIGROUPS_HAVE_SYS_TIME_H 1
113 #endif
114 
115 /* Define to 1 if you have the <sys/types.h> header file. */
116 #ifndef LIBSEMIGROUPS_HAVE_SYS_TYPES_H
117 #define LIBSEMIGROUPS_HAVE_SYS_TYPES_H 1
118 #endif
119 
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #ifndef LIBSEMIGROUPS_HAVE_UNISTD_H
122 #define LIBSEMIGROUPS_HAVE_UNISTD_H 1
123 #endif
124 
125 /* Define to 1 if the system has the type `_Bool'. */
126 /* #undef HAVE__BOOL */
127 
128 /* Define to the sub-directory where libtool stores uninstalled libraries. */
129 #ifndef LIBSEMIGROUPS_LT_OBJDIR
130 #define LIBSEMIGROUPS_LT_OBJDIR ".libs/"
131 #endif
132 
133 /* Name of package */
134 #ifndef LIBSEMIGROUPS_PACKAGE
135 #define LIBSEMIGROUPS_PACKAGE "libsemigroups"
136 #endif
137 
138 /* Define to the address where bug reports for this package should be sent. */
139 #ifndef LIBSEMIGROUPS_PACKAGE_BUGREPORT
140 #define LIBSEMIGROUPS_PACKAGE_BUGREPORT "jdm3@st-andrews.ac.uk"
141 #endif
142 
143 /* Define to the full name of this package. */
144 #ifndef LIBSEMIGROUPS_PACKAGE_NAME
145 #define LIBSEMIGROUPS_PACKAGE_NAME "libsemigroups"
146 #endif
147 
148 /* Define to the full name and version of this package. */
149 #ifndef LIBSEMIGROUPS_PACKAGE_STRING
150 #define LIBSEMIGROUPS_PACKAGE_STRING "libsemigroups 0.6.3"
151 #endif
152 
153 /* Define to the one symbol short name of this package. */
154 #ifndef LIBSEMIGROUPS_PACKAGE_TARNAME
155 #define LIBSEMIGROUPS_PACKAGE_TARNAME "libsemigroups"
156 #endif
157 
158 /* Define to the home page for this package. */
159 #ifndef LIBSEMIGROUPS_PACKAGE_URL
160 #define LIBSEMIGROUPS_PACKAGE_URL ""
161 #endif
162 
163 /* Define to the version of this package. */
164 #ifndef LIBSEMIGROUPS_PACKAGE_VERSION
165 #define LIBSEMIGROUPS_PACKAGE_VERSION "0.6.3"
166 #endif
167 
168 /* Define to necessary symbol if this constant uses a non-standard name on
169  your system. */
170 /* #undef PTHREAD_CREATE_JOINABLE */
171 
172 /* define if building in stats mode */
173 /* #undef STATS */
174 
175 /* Define to 1 if you have the ANSI C header files. */
176 /* #undef STDC_HEADERS */
177 
178 /* Version number of package */
179 #ifndef LIBSEMIGROUPS_VERSION
180 #define LIBSEMIGROUPS_VERSION "0.6.3"
181 #endif
182 
183 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
184  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
185  #define below would cause a syntax error. */
186 /* #undef _UINT64_T */
187 
188 /* Define to `__inline__' or `__inline' if that's what the C compiler
189  calls it, or to nothing if 'inline' is not supported under any name. */
190 #ifndef __cplusplus
191 /* #undef inline */
192 #endif
193 
194 /* Define to the type of a signed integer type of width exactly 64 bits if
195  such a type exists and the standard includes do not define it. */
196 /* #undef int64_t */
197 
198 /* Define to rpl_malloc if the replacement function should be used. */
199 /* #undef malloc */
200 
201 /* Define to `unsigned int' if <sys/types.h> does not define. */
202 /* #undef size_t */
203 
204 /* Define to the type of an unsigned integer type of width exactly 64 bits if
205  such a type exists and the standard includes do not define it. */
206 /* #undef uint64_t */
207 
208 /* once: _SRC_LIBSEMIGROUPS_CONFIG_H */
209 #endif