From 5a6683197a10071db45ad3fc26b965e890937099 Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 27 May 2010 17:45:01 -0700 Subject: [PATCH] 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. --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index b660c549d..3b5eadcbd 100644 --- a/config.h.in +++ b/config.h.in @@ -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