forked from openkylin/platform_build
am dbaee628: Merge "Remove HAVE_STRLCPY."
* commit 'dbaee628ec6a8215b59db66dac86846e6481263a': Remove HAVE_STRLCPY.
This commit is contained in:
commit
5d375b92fc
|
@ -47,11 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,11 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,11 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
* comments.
|
* comments.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Define this if you build against MSVCRT.DLL
|
|
||||||
*/
|
|
||||||
/* #define HAVE_MS_C_RUNTIME */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if we have <malloc.h> header
|
* Define if we have <malloc.h> header
|
||||||
*/
|
*/
|
||||||
|
@ -52,11 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,11 +47,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
*/
|
*/
|
||||||
#define OS_PATH_SEPARATOR '/'
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
|
||||||
/*
|
|
||||||
* Define if the strlcpy() function exists on the system.
|
|
||||||
*/
|
|
||||||
#define HAVE_STRLCPY 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define if <stdint.h> exists.
|
* Define if <stdint.h> exists.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue