Remove HAVE_DIRENT_D_TYPE.

Only Windows doesn't have it, and we don't build atree for Windows.

Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
This commit is contained in:
Elliott Hughes
2014-11-10 15:33:39 -08:00
parent 1036850f8f
commit 07793e1880
9 changed files with 1 additions and 50 deletions

View File

@@ -121,11 +121,6 @@
*/
#define HAVE_MADVISE 1
/*
* Define if dirent struct has d_type field
*/
#define HAVE_DIRENT_D_TYPE 1
/*
* Define if system provides a system property server (should be
* mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).