summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-11-01 08:39:32 +0000
committerSteve Hay <SteveHay@planit.com>2005-11-01 08:39:32 +0000
commit91180f33e1f7e43922a89029151c79d3c61304ff (patch)
tree9850a7c5f4eba9a4b9928aafebd7eb06c2b15166 /win32/config_H.gc
parentd6067fe31ede7f6e23962055018443b632541189 (diff)
downloadperl-91180f33e1f7e43922a89029151c79d3c61304ff.tar.gz
Update win32 config files w.r.t. change #25935
p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48 p4raw-id: //depot/perl@25943
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc30
1 files changed, 18 insertions, 12 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index ddc89d3b22..2d8eb137c2 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1434,6 +1434,12 @@
*/
/*#define HAS_FTELLO /**/
+/* HAS_FUTIMES:
+ * This symbol, if defined, indicates that the futimes routine is
+ * available to change file descriptor time stamps with struct timevals.
+ */
+/*#define HAS_FUTIMES /**/
+
/* Gconvert:
* This preprocessor macro is defined to convert a floating point
* number to a string without a trailing decimal point. This
@@ -1924,6 +1930,18 @@
*/
/*#define HAS_MADVISE /**/
+/* HAS_MALLOC_SIZE:
+ * This symbol, if defined, indicates that the malloc_size
+ * routine is available for use.
+ */
+/*#define HAS_MALLOC_SIZE /**/
+
+/* HAS_MALLOC_GOOD_SIZE:
+ * This symbol, if defined, indicates that the malloc_good_size
+ * routine is available for use.
+ */
+/*#define HAS_MALLOC_GOOD_SIZE /**/
+
/* HAS_MEMCHR:
* This symbol, if defined, indicates that the memchr routine is available
* to locate characters within a C string.
@@ -3881,18 +3899,6 @@
*/
/*#define LIBM_LIB_VERSION /**/
-/* HAS_MALLOC_SIZE:
- * This symbol, if defined, indicates that the malloc_size
- * routine is available for use.
- */
-/*#define HAS_MALLOC_SIZE /**/
-
-/* HAS_MALLOC_GOOD_SIZE:
- * This symbol, if defined, indicates that the malloc_good_size
- * routine is available for use.
- */
-/*#define HAS_MALLOC_GOOD_SIZE /**/
-
/* HAS_NL_LANGINFO:
* This symbol, if defined, indicates that the nl_langinfo routine is
* available to return local data. You will also need <langinfo.h>