From: Todd C. Miller Date: Sun, 14 Mar 2010 22:05:23 +0000 (-0400) Subject: Add HAVE_STRDUP and HAVE_STRNDUP X-Git-Tag: SUDO_1_8_0~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3116e254b45bd0346a1fe2f5a764c69ed480d2b7;p=sudo Add HAVE_STRDUP and HAVE_STRNDUP --- diff --git a/config.h.in b/config.h.in index f15909fdf..586753a8c 100644 --- a/config.h.in +++ b/config.h.in @@ -456,6 +456,12 @@ /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR