diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 16:11:15 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 16:11:15 +0000 |
commit | 54b118e450a05696efa125aa6f95e265900e5b61 (patch) | |
tree | 842e1aa6385915155d9c92aabb1ed03bc8827bbf /wince | |
parent | 08c920006ec0eb27982e2ca28a35e7ba85fccf44 (diff) | |
download | perl-54b118e450a05696efa125aa6f95e265900e5b61.tar.gz |
Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
p4raw-id: //depot/perl@23436
Diffstat (limited to 'wince')
-rw-r--r-- | wince/config_H.ce | 12 |
1 files changed, 12 insertions, 0 deletions
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 |