2026-01-27 02:24:34 +01:00
|
|
|
// This file specifically for FST usage
|
|
|
|
|
// Originally generated from config.h.in by configure.
|
|
|
|
|
// SPDX-FileCopyrightText: 2018-2026 Wilson Snyder
|
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
2018-10-03 00:42:53 +02:00
|
|
|
|
|
|
|
|
/* 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
|