summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-29 15:10:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-29 15:10:43 +0000
commit30edf02596e0952c9456e4a8152b41ff0c8f36ab (patch)
tree578054c18905896f999263c0890e1492cc0771c6 /config_h.SH
parentad493445568d527e22843e14b0411566a510fbce (diff)
downloadperl-30edf02596e0952c9456e4a8152b41ff0c8f36ab.tar.gz
Interesting... where did this come from?
(The Configure change in #15600) p4raw-id: //depot/perl@15602
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index b788f099b2..847d99ffbf 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2504,11 +2504,15 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_telldirproto HAS_TELLDIR_PROTO /**/
+/* HAS_TIME:
+ * This symbol, if defined, indicates that the time() routine exists.
+ */
/* Time_t:
* This symbol holds the type returned by time(). It can be long,
* or time_t on BSD sites (in which case <sys/types.h> should be
* included).
*/
+#$d_time HAS_TIME /**/
#define Time_t $timetype /* Time type */
/* HAS_TIMES: