forked from openkylin/platform_build
am 7a4a9296: am fd5692b3: Merge "Stop polluting the namespace with HAVE_MALLOC_H in AndroidConfig.h."
* commit '7a4a9296217932e78e9c7260167ac968ef86baf8': Stop polluting the namespace with HAVE_MALLOC_H in AndroidConfig.h.
This commit is contained in:
commit
b9bdda3aff
|
@ -32,11 +32,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
/* #define HAVE_MALLOC_H 1 */
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* Define if we're running on *our* linux on device or emulator.
|
||||
*/
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* Define if we're running on *our* linux on device or emulator.
|
||||
*/
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* Define if we're running on *our* linux on device or emulator.
|
||||
*/
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* Define if we're running on *our* linux on device or emulator.
|
||||
*/
|
||||
|
|
|
@ -40,11 +40,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -18,11 +18,6 @@
|
|||
* comments.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
*/
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/*
|
||||
* Define if we're running on *our* linux on device or emulator.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue