forked from openkylin/platform_build
am 55e21af2: Merge "Remove unused OS_SHARED_LIB_FORMAT_STR."
* commit '55e21af2079b7f44b7aa70d8ba08075e8a79ff38': Remove unused OS_SHARED_LIB_FORMAT_STR.
This commit is contained in:
commit
695a080462
|
@ -57,11 +57,6 @@
|
|||
*/
|
||||
/* #define HAVE_MALLOC_H */
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dylib"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -72,11 +72,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -71,11 +71,6 @@
|
|||
*/
|
||||
#define HAVE_SYSTEM_PROPERTY_SERVER
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -54,11 +54,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
|
@ -97,11 +97,6 @@
|
|||
|
||||
#define HAVE_WINDOWS_PATHS /* needed by simulator */
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dll"
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue