2018-10-03 00:42:53 +02: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 22:08:32 +02:00
|
|
|
#if !defined(__MINGW32__) && !defined(__FreeBSD__)
|
2018-10-10 12:54:51 +02:00
|
|
|
# define HAVE_ALLOCA_H 1
|
|
|
|
|
#endif
|
2018-10-03 00:42:53 +02:00
|
|
|
|
|
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
|
|
|
#define HAVE_FSEEKO 1
|