From: H.Merijn Brand Date: Sat, 30 Oct 2004 16:11:15 +0000 (+0000) Subject: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54b118e450a05696efa125aa6f95e265900e5b61;p=p5sagit%2Fp5-mst-13.2.git Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's p4raw-id: //depot/perl@23436 --- diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 3d574a9..dc00354 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 526469c..c2d46b7 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 754be61..cd32c8d 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 6f42fd0..53b64d4 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 f59e746..0a3889e 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 bfb9232..20e38d4 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 fa83603..00c2086 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 44c27bb..ea86309 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