summaryrefslogtreecommitdiff
path: root/config_h.SH
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 /config_h.SH
parentd62950713a9b1969a52015f065537f4a2cc224f3 (diff)
downloadperl-d226c0a2bfaa78c245a5573af5c0f2681f925c8c.tar.gz
add probes for openat, unlinkat, renameat, linkat and fchmodat
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH25
1 files changed, 25 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index e9b144f02b..da1a1f3627 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -63,6 +63,31 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_alarm HAS_ALARM /**/
+/* HAS_OPENAT:
+ * This symbol is defined if the openat() routine is available.
+ */
+#$d_openat HAS_OPENAT /**/
+
+/* HAS_UNLINKAT:
+ * This symbol is defined if the unlinkat() routine is available.
+ */
+#$d_unlinkat HAS_UNLINKAT /**/
+
+/* HAS_RENAMEAT:
+ * This symbol is defined if the renameat() routine is available.
+ */
+#$d_renameat HAS_RENAMEAT /**/
+
+/* HAS_LINKAT:
+ * This symbol is defined if the linkat() routine is available.
+ */
+#$d_linkat HAS_LINKAT /**/
+
+/* HAS_FCHMODAT:
+ * This symbol is defined if the fchmodat() routine is available.
+ */
+#$d_fchmodat HAS_FCHMODAT /**/
+
/* HAS_BCMP:
* This symbol is defined if the bcmp() routine is available to
* compare blocks of memory.