diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-29 10:15:37 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-29 10:15:37 +0100 |
commit | f75810293f0b1d43ba7492fd774a75ee7872584e (patch) | |
tree | 05e941ef4e7eb95743a9f0e8277f3b6efc48eee4 /src/grt/fst/config.h | |
parent | 3046834bd44cde0c05ff49eecbd76d3b98401119 (diff) | |
download | ghdl-f75810293f0b1d43ba7492fd774a75ee7872584e.tar.gz ghdl-f75810293f0b1d43ba7492fd774a75ee7872584e.tar.bz2 ghdl-f75810293f0b1d43ba7492fd774a75ee7872584e.zip |
Initial support of FST dump format.
Diffstat (limited to 'src/grt/fst/config.h')
-rw-r--r-- | src/grt/fst/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grt/fst/config.h b/src/grt/fst/config.h new file mode 100644 index 000000000..71c5a2d31 --- /dev/null +++ b/src/grt/fst/config.h @@ -0,0 +1,2 @@ +/* config.h for fst. */ +#define HAVE_FSEEKO 1 |