From a10f729ef9f778f09d8e0995f43551b3990daae7 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 11 Dec 2014 15:24:42 +0800 Subject: use configure to detect dirent.d_type --- osx/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index d245f198..fde95a19 100644 --- a/osx/config.h +++ b/osx/config.h @@ -19,6 +19,10 @@ /* Define to 1 if you have the `dcgettext' function. */ /* #undef HAVE_DCGETTEXT */ +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#define HAVE_DIRENT_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_EXECINFO_H 1 @@ -70,6 +74,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_TERM_H */ +/* Define to 1 if you have the header file, and it defines `DIR'. */ +/* #undef HAVE_NDIR_H */ + /* Define to 1 if realpath accepts null for its second argument. */ #define HAVE_REALPATH_NULL 1 @@ -97,12 +104,23 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_STROPTS_H */ +/* Define to 1 if `d_type' is a member of `struct dirent'. */ +#define HAVE_STRUCT_DIRENT_D_TYPE 1 + /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_DIR_H */ + /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_NDIR_H */ + /* Define to 1 if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 -- cgit v1.2.3