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.
This commit is contained in:
parent
7fba664f4c
commit
5a6683197a
|
|
@ -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