am 4dc8e856
: Merge "remove __linux__ in AndroidConfig.h"
* commit '4dc8e8561fa807fb6417f1405f4364a1bf6d4060': remove __linux__ in AndroidConfig.h
This commit is contained in:
@@ -93,19 +93,12 @@
|
|||||||
#define HAVE_ENDIAN_H
|
#define HAVE_ENDIAN_H
|
||||||
#define HAVE_LITTLE_ENDIAN
|
#define HAVE_LITTLE_ENDIAN
|
||||||
|
|
||||||
/*
|
|
||||||
* Add any extra platform-specific defines here.
|
|
||||||
*/
|
|
||||||
#ifndef __linux__
|
|
||||||
#define __linux__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we have <malloc.h> header
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
#define HAVE_MALLOC_H
|
#define HAVE_MALLOC_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we're running on *our* linux on device or emulator.
|
* Define if we're running on *our* linux on device or emulator.
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
@@ -91,13 +91,6 @@
|
|||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
/* #define _LARGEFILE_SOURCE 1 */
|
/* #define _LARGEFILE_SOURCE 1 */
|
||||||
|
|
||||||
/*
|
|
||||||
* Add any extra platform-specific defines here.
|
|
||||||
*/
|
|
||||||
#ifndef __linux__
|
|
||||||
#define __linux__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we have <malloc.h> header
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
|
@@ -121,25 +121,6 @@
|
|||||||
/* #define _FILE_OFFSET_BITS 64 */
|
/* #define _FILE_OFFSET_BITS 64 */
|
||||||
/* #define _LARGEFILE_SOURCE 1 */
|
/* #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
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
|
@@ -111,25 +111,6 @@
|
|||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
/* #define _LARGEFILE_SOURCE 1 */
|
/* #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
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
|
@@ -85,19 +85,12 @@
|
|||||||
#endif
|
#endif
|
||||||
/* #define _LARGEFILE_SOURCE 1 */
|
/* #define _LARGEFILE_SOURCE 1 */
|
||||||
|
|
||||||
/*
|
|
||||||
* Add any extra platform-specific defines here.
|
|
||||||
*/
|
|
||||||
#ifndef __linux__
|
|
||||||
#define __linux__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we have <malloc.h> header
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
#define HAVE_MALLOC_H
|
#define HAVE_MALLOC_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we're running on *our* linux on device or emulator.
|
* Define if we're running on *our* linux on device or emulator.
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
Reference in New Issue
Block a user