Commit a1f7c8e2 authored by Wayne Davison's avatar Wayne Davison

Add checking for id_t, and changed some of the type checking to use

the newer, recommended method.  (Couldn't switch uid_t and gid_t.)
parent 52d9a554
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment