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 /config_h.SH | |
parent | d79f67b6f37177f3579355c947ebb22716ee8ebc (diff) | |
download | perl-90f50fa0ea7e0d7f77f2fd13046b061b3d4e7499.tar.gz |
Somebody might be compiling a newer Digest::MD5.
p4raw-id: //depot/perl@16319
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 2 insertions, 0 deletions
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 |