about summary refs log tree commit diff
path: root/sunrpc/rpc/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc/rpc.h')
-rw-r--r--sunrpc/rpc/rpc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc/rpc.h b/sunrpc/rpc/rpc.h
index 83a124a3ed..d11e83e0a9 100644
--- a/sunrpc/rpc/rpc.h
+++ b/sunrpc/rpc/rpc.h
@@ -56,7 +56,9 @@
  *  Uncomment-out the next line if you are building the rpc library with    
  *  DES Authentication (see the README file in the secure_rpc/ directory).
  */
-/*#include <rpc/auth_des.h>	/* protocol for des style cred */
+#if 0
+#include <rpc/auth_des.h>	/* protocol for des style cred */
+#endif
 
 /* Server side only remote procedure callee */
 #include <rpc/svc.h>		/* service manager and multiplexer */