]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Must define constants to 1 for #if to work.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sat, 19 Jun 2010 17:34:15 +0000 (13:34 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sat, 19 Jun 2010 17:34:15 +0000 (13:34 -0400)
SVN-Revision: 2491

build/cmake/config.h.in

index ba871812ea075f360b1d04bccf8327fc80e2d1b9..354fd9c977b03efd7bd2ded2f663a9edf717d214 100644 (file)
 #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
 #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