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

Commit 86596342 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "kill OS_CASE_SENSITIVE"

parents d8e38e1b 772034bc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -143,13 +143,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
@@ -140,11 +140,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
@@ -138,11 +138,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
@@ -191,11 +191,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
@@ -181,11 +181,6 @@
 */
#define OS_PATH_SEPARATOR '/'

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

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