kill OS_CASE_SENSITIVE

Bug: 18314594
Change-Id: I5dc5072d43299c0e5d96ce9640e8405cbb633506
This commit is contained in:
Yabin Cui
2014-11-10 15:03:11 -08:00
parent 652ff716b8
commit 772034bc95
7 changed files with 0 additions and 37 deletions

View File

@@ -148,13 +148,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #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 if <sys/socket.h> exists.
*/ */

View File

@@ -155,11 +155,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */

View File

@@ -153,11 +153,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */

View File

@@ -206,11 +206,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */

View File

@@ -196,11 +196,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */

View File

@@ -147,11 +147,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */

View File

@@ -147,11 +147,6 @@
*/ */
#define OS_PATH_SEPARATOR '/' #define OS_PATH_SEPARATOR '/'
/*
* Is the filesystem case sensitive?
*/
#define OS_CASE_SENSITIVE
/* /*
* Define if <sys/socket.h> exists. * Define if <sys/socket.h> exists.
*/ */