X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..82cfcd4391f9f6c748634bfd7b48a44f42e6a53d:/rpc_auth.h diff --git a/rpc_auth.h b/rpc_auth.h index 3385ab9d..b73e3be0 100644 --- a/rpc_auth.h +++ b/rpc_auth.h @@ -69,10 +69,3 @@ struct sunrpc_opaque_auth { nd_uint32_t oa_len; /* length of opaque body */ /* zero or more bytes of body */ }; - -#define SUNRPC_AUTH_NONE 0 /* no authentication */ -#define SUNRPC_AUTH_NULL 0 /* backward compatibility */ -#define SUNRPC_AUTH_UNIX 1 /* unix style (uid, gids) */ -#define SUNRPC_AUTH_SYS 1 /* forward compatibility */ -#define SUNRPC_AUTH_SHORT 2 /* short hand unix style */ -#define SUNRPC_AUTH_DES 3 /* des style (encrypted timestamps) */