summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 11:18:10 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:50 +0100
commit9245da2a079b4997c421147be2ea97e85dad2589 (patch)
tree658904d55b098cbb1aada679e106b5107732eeb0 /config_h.SH
parent1509effa50d0917578f8ab4dd412918cb11d6fcb (diff)
downloadperl-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 'config_h.SH')
-rwxr-xr-xconfig_h.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH
index 35b656fc89..aa0f9114f8 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -1204,8 +1204,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define DOUBLESIZE $doublesize /**/
/* 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