From 54b118e450a05696efa125aa6f95e265900e5b61 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 30 Oct 2004 16:11:15 +0000 Subject: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's p4raw-id: //depot/perl@23436 --- plan9/config_h.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plan9') 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 -- cgit v1.2.1