]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add checking for id_t, and changed some of the type checking to use
authorWayne Davison <wayned@samba.org>
Wed, 17 Oct 2007 14:15:18 +0000 (14:15 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 17 Oct 2007 14:15:18 +0000 (14:15 +0000)
the newer, recommended method.  (Couldn't switch uid_t and gid_t.)

configure.in

index 96d4267c8ae2e82ded82501b7ef9a5f8a1018786..bf944ca0fef88f9afbe1f3538c504570ad5b3984 100644 (file)
@@ -353,10 +353,7 @@ AC_C_LONG_DOUBLE
 
 AC_TYPE_SIGNAL
 AC_TYPE_UID_T
-AC_TYPE_MODE_T
-AC_TYPE_OFF_T
-AC_TYPE_SIZE_T
-AC_TYPE_PID_T
+AC_CHECK_TYPES([mode_t,off_t,size_t,pid_t,id_t])
 AC_TYPE_GETGROUPS
 AC_CHECK_MEMBERS([struct stat.st_rdev])