Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 772034bc authored by Yabin Cui's avatar Yabin Cui
Browse files

kill OS_CASE_SENSITIVE

Bug: 18314594
Change-Id: I5dc5072d43299c0e5d96ce9640e8405cbb633506
parent 652ff716
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -148,13 +148,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.
 */
+0 −5
Original line number Diff line number Diff line
@@ -155,11 +155,6 @@
 */
#define OS_PATH_SEPARATOR '/'

/*
 * Is the filesystem case sensitive?
 */
#define OS_CASE_SENSITIVE

/*
 * Define if <sys/socket.h> exists.
 */
+0 −5
Original line number Diff line number Diff line
@@ -153,11 +153,6 @@
 */
#define OS_PATH_SEPARATOR '/'

/*
 * Is the filesystem case sensitive?
 */
#define OS_CASE_SENSITIVE

/*
 * Define if <sys/socket.h> exists.
 */
+0 −5
Original line number Diff line number Diff line
@@ -206,11 +206,6 @@
 */
#define OS_PATH_SEPARATOR '/'

/*
 * Is the filesystem case sensitive?
 */
#define OS_CASE_SENSITIVE

/*
 * Define if <sys/socket.h> exists.
 */
+0 −5
Original line number Diff line number Diff line
@@ -196,11 +196,6 @@
 */
#define OS_PATH_SEPARATOR '/'

/*
 * Is the filesystem case sensitive?
 */
#define OS_CASE_SENSITIVE

/*
 * Define if <sys/socket.h> exists.
 */
Loading