diff options
Diffstat (limited to 'core/combo/include')
7 files changed, 0 insertions, 37 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 9546f7a..acb219f 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -149,13 +149,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - * - * For tools apps, we'll treat is as not case sensitive. - */ -/* #define OS_CASE_SENSITIVE */ - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index ce2bbd4..6ab735a 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -156,11 +156,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index e5c225c..76e8a97 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -154,11 +154,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 3d8f8e8..342c3d2 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -207,11 +207,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 6a465a5..1088651 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -197,11 +197,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 2fc768d..827d574 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -148,11 +148,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 253b204..26b8ba7 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -148,11 +148,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 |