summaryrefslogtreecommitdiff
path: root/src/lib/libcmd/features/ids
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcmd/features/ids')
-rw-r--r--src/lib/libcmd/features/ids9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/libcmd/features/ids b/src/lib/libcmd/features/ids
new file mode 100644
index 0000000..c8f7faa
--- /dev/null
+++ b/src/lib/libcmd/features/ids
@@ -0,0 +1,9 @@
+lib endgrent,getgrent,setgrent
+lib fsid,getfsgid,isfsg sys/types.h sys/fss.h fsg.h -lfsg
+lib getsid unistd.h
+mac fsid sys/types.h sys/fss.h fsg.h
+cat{
+ #if !_lib_fsid && _mac_fsid
+ #define _lib_fsid 1
+ #endif
+}end