]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Give a value to HAVE_GETGRNAM_R and HAVE_GETPWNAM_R.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 4 May 2010 13:40:46 +0000 (09:40 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 4 May 2010 13:40:46 +0000 (09:40 -0400)
SVN-Revision: 2366

build/cmake/config.h.in

index 205ca67b79b8c929a9d509bfb01ea41f43444c5c..e5c8cc30ca3eae8aac6f9c1cd47ef66fdf03e14f 100644 (file)
 #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