diff options
Diffstat (limited to 'plan9/config_h.sample')
-rw-r--r-- | plan9/config_h.sample | 12 |
1 files changed, 12 insertions, 0 deletions
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 |