summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options1
-rw-r--r--sys/nfsclient/nfs.h4
-rw-r--r--sys/nfsserver/nfs.h4
3 files changed, 0 insertions, 9 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 4b28c58..f20547d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -230,7 +230,6 @@ NFS4CLIENT opt_nfs.h
# legacy RPC implementation instead of the newer KRPC system (which
# supports modern features such as RPCSEC_GSS
NFS_LEGACYRPC opt_nfs.h
-NFS_NEWRPC opt_nfs.h
# filesystems and libiconv bridge
CD9660_ICONV opt_dontuse.h
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 8e9f121..c5b1c51 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -40,10 +40,6 @@
#include "opt_nfs.h"
#endif
-#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
-#define NFS_LEGACYRPC
-#endif
-
#include <nfsclient/nfsargs.h>
/*
diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h
index c9dec4c..2709377 100644
--- a/sys/nfsserver/nfs.h
+++ b/sys/nfsserver/nfs.h
@@ -40,10 +40,6 @@
#include "opt_nfs.h"
#endif
-#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
-#define NFS_LEGACYRPC
-#endif
-
/*
* Tunable constants for nfs
*/
OpenPOWER on IntegriCloud