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 | ecede9c7a4fe34201b384ba11ffed32e86b2dccb (patch) | |
tree | 842e1aa6385915155d9c92aabb1ed03bc8827bbf /NetWare | |
parent | 6f1de612298a4a318c140b1980e1ca6fbccf327c (diff) | |
download | perl-ecede9c7a4fe34201b384ba11ffed32e86b2dccb.tar.gz |
Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
p4raw-id: //depot/perl@23436
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/config_H.wc | 12 |
1 files changed, 12 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 |