From 9e9083bbe95ffc22b23c12881b9b0bc60ad68256 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 25 Jan 2022 09:53:41 +0100 Subject: Add FST library --- libs/fst/config.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libs/fst/config.h (limited to 'libs/fst/config.h') 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 and it should be used (not on Ultrix). + */ +#define HAVE_ALLOCA_H 1 + +/* Define to 1 if you have the 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 header file. */ +#define HAVE_GETOPT_H 1 + +/* Define to 1 if you have the 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 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" -- cgit v1.2.3