From cc4128c6b1ffcb09a70e70959874cc2bb6e81d0e Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 25 Feb 2011 10:11:01 +0000 Subject: Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ PMC/SYSV/...). No FreeBSD version bump, the userland application to query the features will be committed last and can serve as an indication of the availablility if needed. Sponsored by: Google Summer of Code 2010 Submitted by: kibab Reviewed by: arch@ (parts by rwatson, trasz, jhb) X-MFC after: to be determined in last commit with code from this project --- sys/nfsserver/nfs_serv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/nfsserver') diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 5614ea4..1b9dd98 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -97,6 +97,8 @@ __FBSDID("$FreeBSD$"); #include #include +FEATURE(nfsserver, "NFS server"); + #ifdef NFSRV_DEBUG #define nfsdbprintf(info) printf info #else -- cgit v1.1