From: Daniel Stenberg Date: Sat, 8 Nov 2003 14:29:36 +0000 (+0000) Subject: for the getpwuid() etc X-Git-Tag: curl-7_11_0~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c10bc0ef1240518f4fd09519c11414667a4df5f1;p=curl for the getpwuid() etc --- diff --git a/src/config.h.in b/src/config.h.in index 0de6dceea..44dd5f36d 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -73,3 +73,6 @@ /* Define to 1 if you have the `geteuid' function. */ #undef HAVE_GETEUID + +/* Define to 1 if you have the header file. */ +#undef HAVE_PWD_H