1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* liblinear-dev is installed. */
4#undef HAVE_EXTERNAL_LIBLINEAR
5
6/* libsvm-dev is installed. */
7#undef HAVE_EXTERNAL_LIBSVM
8
9/* Define to 1 if you have the <float.h> header file. */
10#undef HAVE_FLOAT_H
11
12/* Define to 1 if you have the `floor' function. */
13#undef HAVE_FLOOR
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the `blas' library (-lblas). */
19#undef HAVE_LIBBLAS
20
21/* Define to 1 if you have the `gomp' library (-lgomp). */
22#undef HAVE_LIBGOMP
23
24/* Define to 1 if you have the `libmat' library (-llibmat). */
25#undef HAVE_LIBLIBMAT
26
27/* Define to 1 if you have the `libmex' library (-llibmex). */
28#undef HAVE_LIBLIBMEX
29
30/* Define to 1 if you have the `libmx' library (-llibmx). */
31#undef HAVE_LIBLIBMX
32
33/* Define to 1 if you have the `libtensorflow' library (-llibtensorflow). */
34#undef HAVE_LIBLIBTENSORFLOW
35
36/* Define to 1 if you have the `linear' library (-llinear). */
37#undef HAVE_LIBLINEAR
38
39/* Define to 1 if you have the `pthread' library (-lpthread). */
40#undef HAVE_LIBPTHREAD
41
42/* Define to 1 if you have the `svm' library (-lsvm). */
43#undef HAVE_LIBSVM
44
45/* Define to 1 if you have the <libsvm/svm.h> header file. */
46#undef HAVE_LIBSVM_SVM_H
47
48/* Define to 1 if you have the <limits.h> header file. */
49#undef HAVE_LIMITS_H
50
51/* Define to 1 if you have the <linear.h> header file. */
52#undef HAVE_LINEAR_H
53
54/* Define to 1 if you have the <locale.h> header file. */
55#undef HAVE_LOCALE_H
56
57/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
58   to 0 otherwise. */
59#undef HAVE_MALLOC
60
61/* Define to 1 if you have the <memory.h> header file. */
62#undef HAVE_MEMORY_H
63
64/* Define to 1 if you have the `memset' function. */
65#undef HAVE_MEMSET
66
67/* Define to 1 if you have the `mkdir' function. */
68#undef HAVE_MKDIR
69
70/* Define to 1 if your system has a GNU libc compatible `realloc' function,
71   and to 0 otherwise. */
72#undef HAVE_REALLOC
73
74/* Define to 1 if you have the `setlocale' function. */
75#undef HAVE_SETLOCALE
76
77/* Define to 1 if you have the `sqrt' function. */
78#undef HAVE_SQRT
79
80/* Define to 1 if you have the <stdint.h> header file. */
81#undef HAVE_STDINT_H
82
83/* Define to 1 if you have the <stdlib.h> header file. */
84#undef HAVE_STDLIB_H
85
86/* Define to 1 if you have the `strchr' function. */
87#undef HAVE_STRCHR
88
89/* Define to 1 if you have the `strcspn' function. */
90#undef HAVE_STRCSPN
91
92/* Define to 1 if you have the `strdup' function. */
93#undef HAVE_STRDUP
94
95/* Define to 1 if you have the <strings.h> header file. */
96#undef HAVE_STRINGS_H
97
98/* Define to 1 if you have the <string.h> header file. */
99#undef HAVE_STRING_H
100
101/* Define to 1 if you have the `strncasecmp' function. */
102#undef HAVE_STRNCASECMP
103
104/* Define to 1 if you have the `strrchr' function. */
105#undef HAVE_STRRCHR
106
107/* Define to 1 if you have the `strtol' function. */
108#undef HAVE_STRTOL
109
110/* Define to 1 if you have the `strtoul' function. */
111#undef HAVE_STRTOUL
112
113/* Define to 1 if you have the <sys/param.h> header file. */
114#undef HAVE_SYS_PARAM_H
115
116/* Define to 1 if you have the <sys/stat.h> header file. */
117#undef HAVE_SYS_STAT_H
118
119/* Define to 1 if you have the <sys/types.h> header file. */
120#undef HAVE_SYS_TYPES_H
121
122/* Define to 1 if you have the <unistd.h> header file. */
123#undef HAVE_UNISTD_H
124
125/* Define to 1 if the system has the type `_Bool'. */
126#undef HAVE__BOOL
127
128/* Define to the address where bug reports for this package should be sent. */
129#undef PACKAGE_BUGREPORT
130
131/* Define to the full name of this package. */
132#undef PACKAGE_NAME
133
134/* Define to the full name and version of this package. */
135#undef PACKAGE_STRING
136
137/* Define to the one symbol short name of this package. */
138#undef PACKAGE_TARNAME
139
140/* Define to the home page for this package. */
141#undef PACKAGE_URL
142
143/* Define to the version of this package. */
144#undef PACKAGE_VERSION
145
146/* Define to 1 if you have the ANSI C header files. */
147#undef STDC_HEADERS
148
149/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
150   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
151   #define below would cause a syntax error. */
152#undef _UINT32_T
153
154/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
155   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
156   #define below would cause a syntax error. */
157#undef _UINT64_T
158
159/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
160   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
161   #define below would cause a syntax error. */
162#undef _UINT8_T
163
164/* Define to `__inline__' or `__inline' if that's what the C compiler
165   calls it, or to nothing if 'inline' is not supported under any name.  */
166#ifndef __cplusplus
167#undef inline
168#endif
169
170/* Define to the type of a signed integer type of width exactly 16 bits if
171   such a type exists and the standard includes do not define it. */
172#undef int16_t
173
174/* Define to the type of a signed integer type of width exactly 32 bits if
175   such a type exists and the standard includes do not define it. */
176#undef int32_t
177
178/* Define to the type of a signed integer type of width exactly 64 bits if
179   such a type exists and the standard includes do not define it. */
180#undef int64_t
181
182/* Define to the type of a signed integer type of width exactly 8 bits if such
183   a type exists and the standard includes do not define it. */
184#undef int8_t
185
186/* Define to rpl_malloc if the replacement function should be used. */
187#undef malloc
188
189/* Define to rpl_realloc if the replacement function should be used. */
190#undef realloc
191
192/* Define to `unsigned int' if <sys/types.h> does not define. */
193#undef size_t
194
195/* Define to the type of an unsigned integer type of width exactly 16 bits if
196   such a type exists and the standard includes do not define it. */
197#undef uint16_t
198
199/* Define to the type of an unsigned integer type of width exactly 32 bits if
200   such a type exists and the standard includes do not define it. */
201#undef uint32_t
202
203/* Define to the type of an unsigned integer type of width exactly 64 bits if
204   such a type exists and the standard includes do not define it. */
205#undef uint64_t
206
207/* Define to the type of an unsigned integer type of width exactly 8 bits if
208   such a type exists and the standard includes do not define it. */
209#undef uint8_t
210