summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-03-30 13:43:12 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-03-30 13:43:12 +0000
commit5edabe6def1d4f972e15454a97e2591b77b948d6 (patch)
treebac83320f9af96085ef763b2faf11a9237b55a06
parentef528e47cd8a0f20024a5d62d4aa50b7539ae31a (diff)
downloadperl-5edabe6def1d4f972e15454a97e2591b77b948d6.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
-rw-r--r--handy.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/handy.h b/handy.h
index 339653fa62..b2ddc93d68 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,