summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-10-26 09:12:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-26 09:12:48 +0000
commit6bf425089316a32726a25ea317fa3faa951fb073 (patch)
treec8806e58bb130346889f887abebc8c113cb3e6de /config_h.SH
parent8d5a0f9fbd38e20ea7253de2fce1dd0ead05c656 (diff)
downloadperl-6bf425089316a32726a25ea317fa3faa951fb073.tar.gz
Add getmnt() to nosuid checking.
p4raw-id: //depot/cfgperl@4457
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 c10e3369a8..9198190de0 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2204,6 +2204,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_ftello HAS_FTELLO /**/
+/* HAS_GETMNT:
+ * This symbol, if defined, indicates that the getmnt routine is
+ * available.
+ */
+#$d_getmnt HAS_GETMNT /**/
+
/* HAS_GETMNTENT:
* This symbol, if defined, indicates that the getmntent routine is
* available to iterate through mounted file systems.