summaryrefslogtreecommitdiff
path: root/Porting/config_H
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 /Porting/config_H
parentc3ae9cdede17079a5598fc9c243b609a8d5a3667 (diff)
downloadperl-969386165da4b2b619c453c25dead6d8a086a3cb.tar.gz
Add probes for *time64 () functions
Add missing config vars p4raw-id: //depot/perl@34456
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H59
1 files changed, 50 insertions, 9 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 5caaaa235e..143e45a216 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Tue Jul 8 13:49:11 CEST 2008
+ * Configuration time: Fri Oct 3 17:54:26 CEST 2008
* Configured by : merijn
* Target system : linux nb09 2.6.22.18-0.2-default #1 smp 2008-06-09 13:53:20 +0200 i686 i686 i386 gnulinux
*/
@@ -2733,6 +2733,12 @@
*/
#define Sock_size_t socklen_t /**/
+/* STDCHAR:
+ * This symbol is defined to be the type of char used in stdio.h.
+ * It has the values "unsigned char" or "char".
+ */
+#define STDCHAR char /**/
+
/* Uid_t_f:
* This symbol defines the format string used for printing a Uid_t.
*/
@@ -3241,12 +3247,6 @@
*/
/*#define EBCDIC / **/
-/* STDCHAR:
- * This symbol is defined to be the type of char used in stdio.h.
- * It has the values "unsigned char" or "char".
- */
-#define STDCHAR char /**/
-
/* HAS_ATOLF:
* This symbol, if defined, indicates that the atolf routine is
* available to convert strings into long doubles.
@@ -3941,6 +3941,37 @@
*/
#define 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 ()
+ */
+/*#define HAS_CTIME64 / **/
+/*#define HAS_LOCALTIME64 / **/
+/*#define HAS_GMTIME64 / **/
+/*#define HAS_MKTIME64 / **/
+/*#define HAS_DIFFTIME64 / **/
+/*#define HAS_ASCTIME64 / **/
+
/* HAS_TIMEGM:
* This symbol, if defined, indicates that the timegm routine is
* available to do the opposite of gmtime ()
@@ -4431,8 +4462,18 @@
* This symbol contains the minimum value for the time_t offset that
* the system function gmtime () accepts, and defaults to 0
*/
-#define GMTIME_MAX 2147483647 /**/
-#define GMTIME_MIN -2147483648 /**/
+/* LOCALTIME_MAX:
+ * This symbol contains the maximum value for the time_t offset that
+ * the system function localtime () accepts, and defaults to 0
+ */
+/* LOCALTIME_MIN:
+ * This symbol contains the minimum value for the time_t offset that
+ * the system function localtime () accepts, and defaults to 0
+ */
+#define GMTIME_MAX 2147483647 /**/
+#define GMTIME_MIN -2147483648 /**/
+#define LOCALTIME_MAX 2147483647 /**/
+#define LOCALTIME_MIN -2147483648 /**/
/* USE_64_BIT_INT:
* This symbol, if defined, indicates that 64-bit integers should