2018-10-02 22:42:53 +00:00
|
|
|
/* This file specifically for FST usage */
|
|
|
|
/* config.h. Generated from config.h.in by configure. */
|
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
|
2020-06-04 20:08:32 +00:00
|
|
|
#if !defined(__MINGW32__) && !defined(__FreeBSD__)
|
2018-10-10 10:54:51 +00:00
|
|
|
# define HAVE_ALLOCA_H 1
|
|
|
|
#endif
|
2018-10-02 22:42:53 +00:00
|
|
|
|
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
|
|
#define HAVE_FSEEKO 1
|