From: H.Merijn Brand Date: Wed, 30 Mar 2005 13:43:12 +0000 (+0000) Subject: USE_STRLCAT and USE_STRLCPY now actually used X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cae3d67c6ac216abcbe9b6832a607768c0fe4ccf;p=p5sagit%2Fp5-mst-13.2.git USE_STRLCAT and USE_STRLCPY now actually used LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations for future use p4raw-id: //depot/perl@24102 --- diff --git a/handy.h b/handy.h index 339653f..b2ddc93 100644 --- a/handy.h +++ b/handy.h @@ -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,