summaryrefslogtreecommitdiff
path: root/handy.h
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
commitcae3d67c6ac216abcbe9b6832a607768c0fe4ccf (patch)
treebac83320f9af96085ef763b2faf11a9237b55a06 /handy.h
parenta633c72b52416b7dbe2354fbc72b752af530ba5d (diff)
downloadperl-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.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,