From: Todd C. Miller Date: Wed, 26 Jun 1996 02:29:04 +0000 (+0000) Subject: added HAVE_ALLOCA_H X-Git-Tag: SUDO_1_5_0~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1775cd1680fc7bcc80bb50b069dd5cf3d37cf759;p=sudo added HAVE_ALLOCA_H --- 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