0598fb8c5d57d65c5d3718da426d0cbfeaaa1e05
[yosys.git] / libs / fst / config.h
1 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
2 */
3 #define HAVE_ALLOCA_H 1
4
5 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
6 #define HAVE_FSEEKO 1
7
8 /* Define to 1 if you have the `pthread' library (-lpthread). */
9 #define HAVE_LIBPTHREAD 1
10
11 /* Define to 1 if you have the `realpath' function. */
12 #define HAVE_REALPATH 1
13
14 #if defined(__MINGW32__)
15 #undef HAVE_ALLOCA_H
16 #undef HAVE_REALPATH
17 #endif
18 #if defined(_MSC_VER)
19 #undef HAVE_ALLOCA_H
20 #undef HAVE_REALPATH
21 #undef HAVE_LIBPTHREAD
22 #undef HAVE_FSEEKO
23 #endif
24
25 # ifndef __STDC_FORMAT_MACROS
26 # define __STDC_FORMAT_MACROS 1
27 # endif