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