Solaris 8 x86 uses ->d_fd not ->dd_fd or dirfd()

This commit is contained in:
David Mulder
2016-08-03 13:16:30 -06:00
committed by Nico Williams
parent d6979fcc40
commit 2548b3b8aa
2 changed files with 7 additions and 1 deletions

View File

@@ -439,6 +439,10 @@ AC_HAVE_STRUCT_FIELD(DIR, dd_fd, [#include <sys/types.h>
#include <dirent.h>
#endif])
AC_HAVE_STRUCT_FIELD(DIR, d_fd, [#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif])
AC_BROKEN2(inet_aton,
[#ifdef HAVE_SYS_TYPES_H