Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07793e18 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove HAVE_DIRENT_D_TYPE.

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

Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
parent 1036850f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -114,11 +114,6 @@
 */
/* #define HAVE_MALLOC_H */

/*
 * Define if dirent struct has d_type field
 */
#define HAVE_DIRENT_D_TYPE 1

/*
 * Define if we have madvise() in <sys/mman.h>
 */
+0 −5
Original line number Diff line number Diff line
@@ -125,11 +125,6 @@
 */
#define HAVE_MADVISE 1

/*
 * Define if dirent struct has d_type field
 */
#define HAVE_DIRENT_D_TYPE 1

/*
 * Define if libc includes Android system properties implementation.
 */
+0 −5
Original line number Diff line number Diff line
@@ -123,11 +123,6 @@
 */
#define HAVE_MADVISE 1

/*
 * Define if dirent struct has d_type field
 */
#define HAVE_DIRENT_D_TYPE 1

/*
 * Define if libc includes Android system properties implementation.
 */
+0 −5
Original line number Diff line number Diff line
@@ -165,11 +165,6 @@
 */
#define HAVE_MADVISE 1

/*
 * Define if dirent struct has d_type field
 */
#define HAVE_DIRENT_D_TYPE 1

/*
 * Define if libc includes Android system properties implementation.
 */
+0 −5
Original line number Diff line number Diff line
@@ -155,11 +155,6 @@
 */
#define HAVE_MADVISE 1

/*
 * Define if dirent struct has d_type field
 */
#define HAVE_DIRENT_D_TYPE 1

/*
 * Define if libc includes Android system properties implementation.
 */
Loading