Fix config.h.in HAVE_ALLOCA_H and HAVE_FSEEKO defines
This patch fixes the config.h.in file to correctly undefine
these two defines so that configure can define them when
available.
(cherry picked from commit 5a6683197a)
This commit is contained in:
parent
632a1b8024
commit
7af35ed08f
|
|
@ -51,8 +51,8 @@
|
|||
#endif
|
||||
|
||||
/* These two are needed by the lxt and lxt2 files (copied from GTKWave). */
|
||||
# define HAVE_ALLOCA_H 1
|
||||
# define HAVE_FSEEKO 1
|
||||
# undef HAVE_ALLOCA_H
|
||||
# undef HAVE_FSEEKO
|
||||
|
||||
/*
|
||||
* Define this if you want to compile vvp with memory freeing and
|
||||
|
|
|
|||
Loading…
Reference in New Issue