From: Todd C. Miller Date: Sat, 4 Jun 1994 18:49:49 +0000 (+0000) Subject: added check for getwd X-Git-Tag: SUDO_1_3_1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d658bd71ae036883b73e09937ef948de25c72ee7;p=sudo added check for getwd --- diff --git a/config.h.in b/config.h.in index ad81c3f50..efe6cec6a 100644 --- a/config.h.in +++ b/config.h.in @@ -73,6 +73,9 @@ /* Define if you have getcwd(3). */ #undef HAVE_GETCWD +/* Define if you have getwd(3). */ +#undef HAVE_GETWD + /* Define if you have strdup(3). */ #undef HAVE_STRDUP