diff options
-rw-r--r-- | NetWare/config_H.wc | 12 | ||||
-rw-r--r-- | Porting/config_H | 12 | ||||
-rw-r--r-- | plan9/config_h.sample | 12 | ||||
-rw-r--r-- | win32/config_H.bc | 12 | ||||
-rw-r--r-- | win32/config_H.gc | 12 | ||||
-rw-r--r-- | win32/config_H.vc | 12 | ||||
-rw-r--r-- | win32/config_H.vc64 | 12 | ||||
-rw-r--r-- | wince/config_H.ce | 12 |
8 files changed, 96 insertions, 0 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 3d574a95e9..dc0035477f 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -3404,6 +3404,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_SYSCALL_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the syscall() function. Otherwise, it is up diff --git a/Porting/config_H b/Porting/config_H index 526469c4d7..c2d46b7c27 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -2813,6 +2813,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 754be61e1d..cd32c8dd6d 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -3887,6 +3887,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_SYSCALL_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the syscall() function. Otherwise, it is up diff --git a/win32/config_H.bc b/win32/config_H.bc index 6f42fd0ce8..53b64d45c8 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2806,6 +2806,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/win32/config_H.gc b/win32/config_H.gc index f59e746c4f..0a3889e1cf 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2806,6 +2806,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/win32/config_H.vc b/win32/config_H.vc index bfb923299a..20e38d482a 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2806,6 +2806,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index fa836034a6..00c2086ce0 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2806,6 +2806,18 @@ */ #define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/wince/config_H.ce b/wince/config_H.ce index 44c27bb9a6..ea86309ea0 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -3810,6 +3810,18 @@ */ /*#define HAS_STRFTIME /**/ +/* HAS_STRLCAT + * This symbol, if defined, indicates that the strlcat routine is + * available to do string concatenation. + */ +/*#define HAS_STRLCAT /**/ + +/* HAS_STRLCPY: + * This symbol, if defined, indicates that the strlcpy routine is + * available to do string copying. + */ +/*#define HAS_STRLCPY /**/ + /* HAS_SYSCALL_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the syscall() function. Otherwise, it is up |