remove __linux__ in AndroidConfig.h

Bug: 18316409
Change-Id: If6644074ec86efc2f9f91a98bf82fe26be6f66d3
This commit is contained in:
Yabin Cui 2014-11-10 19:11:11 -08:00
parent 8659634285
commit 70af4d3796
5 changed files with 2 additions and 61 deletions

View File

@ -93,13 +93,6 @@
#define HAVE_ENDIAN_H
#define HAVE_LITTLE_ENDIAN
/*
* Add any extra platform-specific defines here.
*/
#ifndef __linux__
#define __linux__
#endif
/*
* Define if we have <malloc.h> header
*/

View File

@ -91,13 +91,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */
/*
* Add any extra platform-specific defines here.
*/
#ifndef __linux__
#define __linux__
#endif
/*
* Define if we have <malloc.h> header
*/

View File

@ -121,25 +121,6 @@
/* #define _FILE_OFFSET_BITS 64 */
/* #define _LARGEFILE_SOURCE 1 */
/*
* Add any extra platform-specific defines here.
*/
#ifndef __linux__
#define __linux__ 1
#endif
#ifndef __linux
#define __linux 1
#endif
#ifdef __unix__
#undef __unix__
#endif
#ifdef __unix
#undef __unix
#endif
/*
* Define if we have <malloc.h> header
*/

View File

@ -111,25 +111,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */
/*
* Add any extra platform-specific defines here.
*/
#ifndef __linux__
#define __linux__ 1
#endif
#ifndef __linux
#define __linux 1
#endif
#ifdef __unix__
#undef __unix__
#endif
#ifdef __unix
#undef __unix
#endif
/*
* Define if we have <malloc.h> header
*/

View File

@ -85,13 +85,6 @@
#endif
/* #define _LARGEFILE_SOURCE 1 */
/*
* Add any extra platform-specific defines here.
*/
#ifndef __linux__
#define __linux__
#endif
/*
* Define if we have <malloc.h> header
*/