diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 11:18:10 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:50 +0100 |
commit | 9245da2a079b4997c421147be2ea97e85dad2589 (patch) | |
tree | 658904d55b098cbb1aada679e106b5107732eeb0 /uconfig.h | |
parent | 1509effa50d0917578f8ab4dd412918cb11d6fcb (diff) | |
download | perl-9245da2a079b4997c421147be2ea97e85dad2589.tar.gz |
Rely on C89 <time.h>
The Configure script here was built from a metaconfig unit that also assumes
<time.h> exists.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1169,8 +1169,8 @@ #define DOUBLESIZE 8 /**/ /* I_TIME: - * This symbol, if defined, indicates to the C program that it should - * include <time.h>. + * This symbol is always defined, and indicates to the C program that + * it should include <time.h>. */ /* I_SYS_TIME: * This symbol, if defined, indicates to the C program that it should @@ -5249,6 +5249,6 @@ #endif /* Generated from: - * 798105cde7e4037b267cd74a3ebf1895b212f333b5300ebdc1414825b2a210e1 config_h.SH + * ef59adc025306aceebb47a7515e514357b77e44a359af4bc0bf5d52082e41a26 config_h.SH * d40282b246b20f1f20a5febcae42b3ac44234c5a1c1a2df89e5ac77a54830cca uconfig.sh * ex: set ro: */ |