From: Todd C. Miller Date: Sat, 15 Dec 2001 01:44:10 +0000 (+0000) Subject: o Add HAVE_STDLIB_H and HAVE_MEMORY_H X-Git-Tag: SUDO_1_6_4~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7be0cd14ae0f5d7aea26006d98044e55f0356dcf;p=sudo o Add HAVE_STDLIB_H and HAVE_MEMORY_H o Define HAVE_STRINGS_H even if HAVE_STRING_H is defined -- this is safe now --- diff --git a/config.h.in b/config.h.in index 1ec468f4e..17d724f48 100644 --- a/config.h.in +++ b/config.h.in @@ -302,13 +302,17 @@ /* Define if you have the header file. */ #undef HAVE_PATHS_H +/* Define if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + /* Define if you have the header file. */ #undef HAVE_STRING_H -/* Define if you have the header file but no . */ -#ifndef HAVE_STRING_H +/* Define if you have the header file. */ #undef HAVE_STRINGS_H -#endif /* !HAVE_STRING_H */ /* Define your flavor of dir entry header file. */ #undef HAVE_DIRENT_H