From: Joerg Sonnenberger Date: Sat, 19 Jun 2010 17:34:15 +0000 (-0400) Subject: Must define constants to 1 for #if to work. X-Git-Tag: v3.0.0a~943 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44e4c8ab6ff8ff2d5530be76cabb63ca94b56c2;p=thirdparty%2Flibarchive.git Must define constants to 1 for #if to work. SVN-Revision: 2491 --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index ba871812e..354fd9c97 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -273,7 +273,7 @@ #cmakedefine HAVE_GETEUID 1 /* Define to 1 if you have the `getgrgid_r' function. */ -#cmakedefine HAVE_GETGRGID_R +#cmakedefine HAVE_GETGRGID_R 1 /* Define to 1 if you have the `getgrnam_r' function. */ #cmakedefine HAVE_GETGRNAM_R 1 @@ -282,7 +282,7 @@ #cmakedefine HAVE_GETPWNAM_R 1 /* Define to 1 if you have the `getpwuid_r' function. */ -#cmakedefine HAVE_GETPWUID_R +#cmakedefine HAVE_GETPWUID_R 1 /* Define to 1 if you have the `getpid' function. */ #cmakedefine HAVE_GETPID 1