Mercurial > hg > octave-lyh
diff configure.ac @ 10077:6ece454060b3
gnulib guarantees nlink_t
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 09 Jan 2010 15:43:11 -0500 |
parents | dcde57cb5778 |
children | 02453ee20140 |
line wrap: on
line diff
--- 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