summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-12-12 14:26:30 +1100
committerTony Cook <tony@develop-help.com>2017-09-11 10:59:43 +1000
commitd226c0a2bfaa78c245a5573af5c0f2681f925c8c (patch)
treed98efdf31e31c80d983084b023caeaba9182201b /uconfig.h
parentd62950713a9b1969a52015f065537f4a2cc224f3 (diff)
downloadperl-d226c0a2bfaa78c245a5573af5c0f2681f925c8c.tar.gz
add probes for openat, unlinkat, renameat, linkat and fchmodat
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h29
1 files changed, 27 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index b663e7edc7..e3646d27b2 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -28,6 +28,31 @@
*/
/*#define HAS_ALARM / **/
+/* HAS_OPENAT:
+ * This symbol is defined if the openat() routine is available.
+ */
+/*#define HAS_OPENAT / **/
+
+/* HAS_UNLINKAT:
+ * This symbol is defined if the unlinkat() routine is available.
+ */
+/*#define HAS_UNLINKAT / **/
+
+/* HAS_RENAMEAT:
+ * This symbol is defined if the renameat() routine is available.
+ */
+/*#define HAS_RENAMEAT / **/
+
+/* HAS_LINKAT:
+ * This symbol is defined if the linkat() routine is available.
+ */
+/*#define HAS_LINKAT / **/
+
+/* HAS_FCHMODAT:
+ * This symbol is defined if the fchmodat() routine is available.
+ */
+/*#define HAS_FCHMODAT / **/
+
/* HAS_BCMP:
* This symbol is defined if the bcmp() routine is available to
* compare blocks of memory.
@@ -5354,6 +5379,6 @@
#endif
/* Generated from:
- * a0cea6273c16c1c5d8625665c84bda01926ce960c26873d4e5596b5b02a53e92 config_h.SH
- * 58f9d541683fff4dcacfd3cb2d9e1f444fd3c8e3f120ef92c21eb47e880ba924 uconfig.sh
+ * e192beb070dfc2b1167cdec538893718edff9a3659073ef7ad4a47a7fed9f082 config_h.SH
+ * a088a21b0ddb63b48c794da959469ddb98da178e5b2d4ec568331a988d59e146 uconfig.sh
* ex: set ro: */