forked from github/verilator
12 lines
429 B
C
12 lines
429 B
C
/* 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). */
|
|
#if !defined(__MINGW32__) && !defined(__FreeBSD__)
|
|
# define HAVE_ALLOCA_H 1
|
|
#endif
|
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
#define HAVE_FSEEKO 1
|