# HG changeset patch # User John W. Eaton # Date 1263069791 18000 # Node ID 6ece454060b35fad6f45fc0b93401f739ccf9ab3 # Parent 4b270d1540f758413d12535aece99714b3178679 gnulib guarantees nlink_t diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-09 John W. Eaton + + * configure.ac: Don't check for nlink_t. + (AH_BOTTOM): Don't define nlink_t here. + 2010-01-07 John W. Eaton * configure.ac: Don't check for times. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1343,7 +1343,7 @@ AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_UID_T -AC_CHECK_TYPES([dev_t, ino_t, nlink_t]) +AC_CHECK_TYPES([dev_t, ino_t]) AC_CHECK_TYPES([long long int, unsigned long long int]) AC_CHECK_TYPES([sigset_t, sig_atomic_t], , , [ #if defined (HAVE_SYS_TYPES_H) @@ -1835,10 +1835,6 @@ typedef unsigned long ino_t; #endif -#if !defined(HAVE_NLINK_T) -typedef short nlink_t; -#endif - #if !defined(HAVE_SIGSET_T) typedef int sigset_t; #endif