summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-05-31 01:10:20 +0200
committerBrian Fraser <fraserbn@gmail.com>2014-06-13 00:00:31 +0200
commitd0b86e2f7c43ab4fc0721d279c46624052695726 (patch)
tree638e9906802d130740b47786d78ecc29d88c1644 /uconfig.h
parent323fd7cc4020999815f95d50243cbcf61e5e42f0 (diff)
downloadperl-d0b86e2f7c43ab4fc0721d279c46624052695726.tar.gz
Protect against ptrdiff_t not being available.
This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 39a1e58448..4f9127eb21 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3809,6 +3809,11 @@
*/
/*#define HAS_OFF64_T / **/
+/* HAS_PTRDIFF_T:
+ * This symbol will be defined if the C compiler supports ptrdiff_t.
+ */
+#define HAS_PTRDIFF_T /**/
+
/* HAS_PRCTL:
* This symbol, if defined, indicates that the prctl routine is
* available to set process title.
@@ -4743,6 +4748,6 @@
#endif
/* Generated from:
- * 31ce7cefcb0f86eaa5c45e7b007073a86b0a7ec8367f1f489e0839f2033a90fc config_h.SH
- * d4c6d7b05a17c792e1a29260fa58783614c7895971bc5a3ab830a39303a2be03 uconfig.sh
+ * 4cb92587c221c8c3b0fe3f9c2fbab1293d6798f426cca6a0be90491d0fd04185 config_h.SH
+ * 87a71147b46045d5a12e0e15b269db96e2af06d021d25ab516cfe4d0efb6b87b uconfig.sh
* ex: set ro: */