forked from openkylin/platform_build
Merge "kill OS_CASE_SENSITIVE"
This commit is contained in:
commit
8659634285
|
@ -143,13 +143,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -140,11 +140,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -138,11 +138,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -191,11 +191,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -181,11 +181,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -137,11 +137,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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -132,11 +132,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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue