diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 21:39:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 21:39:51 +0000 |
commit | 90f50fa0ea7e0d7f77f2fd13046b061b3d4e7499 (patch) | |
tree | 11ceedc0565bc26d7684937b5e01aa3637587567 | |
parent | d79f67b6f37177f3579355c947ebb22716ee8ebc (diff) | |
download | perl-90f50fa0ea7e0d7f77f2fd13046b061b3d4e7499.tar.gz |
Somebody might be compiling a newer Digest::MD5.
p4raw-id: //depot/perl@16319
-rwxr-xr-x | Configure | 2 | ||||
-rw-r--r-- | config_h.SH | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed May 1 06:26:42 EET DST 2002 [metaconfig 3.0 PL70] +# Generated on Thu May 2 01:39:49 EET DST 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF diff --git a/config_h.SH b/config_h.SH index 09ac36e453..2edf2b179c 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3834,7 +3834,9 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that you must access * character data through U32-aligned pointers. */ +#ifndef U32_ALIGNMENT_REQUIRED #$d_u32align U32_ALIGNMENT_REQUIRED /**/ +#endif /* HAS_USLEEP_PROTO: * This symbol, if defined, indicates that the system provides |