From 3116e254b45bd0346a1fe2f5a764c69ed480d2b7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 14 Mar 2010 18:05:23 -0400 Subject: [PATCH] Add HAVE_STRDUP and HAVE_STRNDUP --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1