diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 13:43:12 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 13:43:12 +0000 |
commit | cae3d67c6ac216abcbe9b6832a607768c0fe4ccf (patch) | |
tree | bac83320f9af96085ef763b2faf11a9237b55a06 /handy.h | |
parent | a633c72b52416b7dbe2354fbc72b752af530ba5d (diff) | |
download | perl-cae3d67c6ac216abcbe9b6832a607768c0fe4ccf.tar.gz |
USE_STRLCAT and USE_STRLCPY now actually used
LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
for future use
p4raw-id: //depot/perl@24102
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -159,12 +159,9 @@ typedef U64TYPE U64; # endif #endif -/* H.Merijn Brand [ 01 Nov 2004 ] */ -#if defined(HAS_STRLCAT) || defined(HAS_STRLCPY) -/* Not (yet) used at top level, but mention them for metaconfig - * Read http://www.courtesan.com/todd/papers/strlcpy.html - * for the discussion of why replacing strncat/strncpy with - * strlcat/strlcpy would be wise */ +/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ +#if defined(USE_SITECUSTOMIZE) || defined(LIBM_VERSION_TYPE) +/* Not (yet) used at top level, but mention them for metaconfig */ #endif /* Mention I8SIZE, U8SIZE, I16SIZE, U16SIZE, I32SIZE, U32SIZE, |