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

Commit 6d08a0d3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "AndroidConfig.h: ensure HAVE_MALLOC_H always has a value."

parents f5b9830b 9b44afb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
/*
 * Define if we have <malloc.h> header
 */
/* #define HAVE_MALLOC_H */
/* #define HAVE_MALLOC_H 1 */

/*
 * The default path separator for the platform
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
/*
 * Define if we have <malloc.h> header
 */
#define HAVE_MALLOC_H
#define HAVE_MALLOC_H 1

/*
 * Define if we're running on *our* linux on device or emulator.
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
/*
 * Define if we have <malloc.h> header
 */
#define HAVE_MALLOC_H
#define HAVE_MALLOC_H 1

/*
 * Define if we're running on *our* linux on device or emulator.
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
/*
 * Define if we have <malloc.h> header
 */
#define HAVE_MALLOC_H
#define HAVE_MALLOC_H 1

/*
 * Define if we're running on *our* linux on device or emulator.
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
/*
 * Define if we have <malloc.h> header
 */
#define HAVE_MALLOC_H
#define HAVE_MALLOC_H 1

/*
 * Define if we're running on *our* linux on device or emulator.
Loading