summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-23 18:09:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-23 18:09:37 +0000
commitae0e3d3b35cf70354d3fdbc894ffe3064a567667 (patch)
treea47416a946612d985678972cdc902e94b52f4ead /config_h.SH
parent165444cdf3b3a33edaf56f31103ddaa68085c6b2 (diff)
downloadperl-ae0e3d3b35cf70354d3fdbc894ffe3064a567667.tar.gz
Add probing for dirfd() so that it can be added it IO::Dir.
p4raw-id: //depot/perl@13211
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 9b20de6f38..381d2581d5 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3484,6 +3484,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_dbminitproto HAS_DBMINIT_PROTO /**/
+/* HAS_DIRFD:
+ * This manifest constant lets the C program know that dirfd
+ * is available.
+ */
+#$d_dirfd HAS_DIRFD /**/
+
/* HAS_FLOCK_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the flock() function. Otherwise, it is up