Nicholas Clark wrote:

How little does it take to make VMS build a config.h that reports that
they don't exist? (Not doing any probing, just decree that they aren't
there)

OK, I've tested this now and it gets the right #undefs into config.h. We can always add real checks for the functions later, but they are unlikely to appear in the CRTL before they are part of some standard.


--- configure.com_orig  Tue Nov  2 18:26:41 2004
+++ configure.com       Tue Nov  2 18:26:42 2004
@@ -5582,6 +5582,8 @@
 $ WC "d_strerrm='strerror((e),vaxc$errno)'"
 $ WC "d_strerror='define'"
 $ WC "d_strftime='define'"
+$ WC "d_strlcat='undef'"
+$ WC "d_strlcpy='undef'"
 $ WC "d_strtod='define'"
 $ WC "d_strtol='define'"
 $ WC "d_strtold='" + d_strtold + "'"

Reply via email to