diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-25 09:53:41 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-25 09:53:41 +0100 |
commit | 9e9083bbe95ffc22b23c12881b9b0bc60ad68256 (patch) | |
tree | 39ab0e488af2cd523c3fd98762c6da4a0d7e8e6e /libs/fst/config.h | |
parent | bc027b2cae9a85b887684930705762fac720b529 (diff) | |
download | yosys-9e9083bbe95ffc22b23c12881b9b0bc60ad68256.tar.gz yosys-9e9083bbe95ffc22b23c12881b9b0bc60ad68256.tar.bz2 yosys-9e9083bbe95ffc22b23c12881b9b0bc60ad68256.zip |
Add FST library
Diffstat (limited to 'libs/fst/config.h')
-rw-r--r-- | libs/fst/config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libs/fst/config.h b/libs/fst/config.h new file mode 100644 index 000000000..5a9d2a0b1 --- /dev/null +++ b/libs/fst/config.h @@ -0,0 +1,33 @@ +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). + */ +#define HAVE_ALLOCA_H 1 + +/* Define to 1 if you have the <fcntl.h> header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#define HAVE_FSEEKO 1 + +/* Define to 1 if you have the <getopt.h> header file. */ +#define HAVE_GETOPT_H 1 + +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#define HAVE_LIBPTHREAD 1 + +/* Define to 1 if you have the `realpath' function. */ +#define HAVE_REALPATH 1 + +/* Define to 1 if you have the <rpc/xdr.h> header file. */ +/* #undef HAVE_RPC_XDR_H */ + +/* Define to 1 if you have the `setenv' function. */ +#define HAVE_SETENV 1 + +/* Define to 1 if you have the `unsetenv' function. */ +#define HAVE_UNSETENV 1 + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "bybell@rocketmail.com" |