summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
commitcbb9e8a748b5e5e3976f6136bbf786e27be09152 (patch)
treeab6aa3a180100dbe3e96562a901e08c7b3424498 /config_h.SH
parent81c4fd9ed76693652365ade5cfe1811926de24d8 (diff)
downloadperl-cbb9e8a748b5e5e3976f6136bbf786e27be09152.tar.gz
Probe for timegm
p4raw-id: //depot/perl@34107
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 07f7daac7e..7ee3c4f088 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3970,6 +3970,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_telldirproto HAS_TELLDIR_PROTO /**/
+/* HAS_TIMEGM:
+ * This symbol, if defined, indicates that the timegm routine is
+ * available to do the opposite of gmtime ()
+ */
+#$d_timegm HAS_TIMEGM /**/
+
/* U32_ALIGNMENT_REQUIRED:
* This symbol, if defined, indicates that you must access
* character data through U32-aligned pointers.