Add pathconf/fpathconf entries from POSIX.1e indicating support for

ACLs, Capabilities, Information Labels, and MAC Labels on the
queried file system.
This commit is contained in:
Robert Watson 2002-07-31 15:54:03 +00:00
parent 7c467eb823
commit 5c153c5bb0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101071

View file

@ -203,6 +203,17 @@
#define _SC_NPROCESSORS_CONF 57
#define _SC_NPROCESSORS_ONLN 58
#endif /* !_POSIX_SOURCE */
/* POSIX.1e pathconf and fpathconf options */
#define _POSIX_ACL_EXTENDED 59
#define _POSIX_ACL_PATH_MAX 60
#define _POSIX_ACL_CAP_PRESENT 61
#define _POSIX_INF_PRESENT 62
#define _POSIX_MAC_PRESENT 63
#ifndef _POSIX_SOURCE
/*
* rfork() options.
*