summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-10-03 16:19:55 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-10-03 16:19:55 +0000
commit969386165da4b2b619c453c25dead6d8a086a3cb (patch)
treee3a3cfb118410d7e7b70390e0b318b3691452256 /config_h.SH
parentc3ae9cdede17079a5598fc9c243b609a8d5a3667 (diff)
downloadperl-969386165da4b2b619c453c25dead6d8a086a3cb.tar.gz
Add probes for *time64 () functions
Add missing config vars p4raw-id: //depot/perl@34456
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH31
1 files changed, 31 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index fb105b7b98..ad65bdfdc7 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3970,6 +3970,37 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_telldirproto HAS_TELLDIR_PROTO /**/
+/* HAS_CTIME64:
+ * This symbol, if defined, indicates that the ctime64 () routine is
+ * available to do the 64bit variant of ctime ()
+ */
+/* HAS_LOCALTIME64:
+ * This symbol, if defined, indicates that the localtime64 () routine is
+ * available to do the 64bit variant of localtime ()
+ */
+/* HAS_GMTIME64:
+ * This symbol, if defined, indicates that the gmtime64 () routine is
+ * available to do the 64bit variant of gmtime ()
+ */
+/* HAS_MKTIME64:
+ * This symbol, if defined, indicates that the mktime64 () routine is
+ * available to do the 64bit variant of mktime ()
+ */
+/* HAS_DIFFTIME64:
+ * This symbol, if defined, indicates that the difftime64 () routine is
+ * available to do the 64bit variant of difftime ()
+ */
+/* HAS_ASCTIME64:
+ * This symbol, if defined, indicates that the asctime64 () routine is
+ * available to do the 64bit variant of asctime ()
+ */
+#$d_ctime64 HAS_CTIME64 /**/
+#$d_localtime64 HAS_LOCALTIME64 /**/
+#$d_gmtime64 HAS_GMTIME64 /**/
+#$d_mktime64 HAS_MKTIME64 /**/
+#$d_difftime64 HAS_DIFFTIME64 /**/
+#$d_asctime64 HAS_ASCTIME64 /**/
+
/* HAS_TIMEGM:
* This symbol, if defined, indicates that the timegm routine is
* available to do the opposite of gmtime ()