From: Michihiro NAKAJIMA Date: Tue, 4 May 2010 13:40:46 +0000 (-0400) Subject: Give a value to HAVE_GETGRNAM_R and HAVE_GETPWNAM_R. X-Git-Tag: v3.0.0a~1028 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bd4adf1845e1229569e2a6f1e618118b7682396;p=thirdparty%2Flibarchive.git Give a value to HAVE_GETGRNAM_R and HAVE_GETPWNAM_R. SVN-Revision: 2366 --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 205ca67b7..e5c8cc30c 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -189,10 +189,10 @@ #cmakedefine HAVE_GETEUID 1 /* Define to 1 if you have the `getgrnam_r' function. */ -#cmakedefine HAVE_GETGRNAM_R +#cmakedefine HAVE_GETGRNAM_R 1 /* Define to 1 if you have the `getpwnam_r' function. */ -#cmakedefine HAVE_GETPWNAM_R +#cmakedefine HAVE_GETPWNAM_R 1 /* Define to 1 if you have the `getpid' function. */ #cmakedefine HAVE_GETPID 1