From 1775cd1680fc7bcc80bb50b069dd5cf3d37cf759 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 26 Jun 1996 02:29:04 +0000 Subject: [PATCH] added HAVE_ALLOCA_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 350652aba..e7f1f4013 100644 --- a/config.h.in +++ b/config.h.in @@ -189,6 +189,9 @@ /* Define if you have the header file. */ #undef HAVE_MALLOC_H +/* Define if you have the header file. */ +#undef HAVE_ALLOCA_H + /* Define if you have the header file. */ #undef HAVE_PATHS_H