Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / slave / kprop.h
1 /* 
2  * Copyright 1987 by the Massachusetts Institute of Technology.
3  *
4  * For copying and distribution information,
5  * please see the file <mit-copyright.h>.
6  *
7  * $Id: kprop.h,v 1.5 1997/02/07 21:39:52 assar Exp $
8  *
9  */
10
11 #define KPROP_SERVICE_NAME "rcmd"
12 #define KPROP_SRVTAB "/etc/srvtab"
13 #define KPROP_PROT_VERSION_LEN 8
14 #define KPROP_PROT_VERSION "kprop01"
15 #define KPROP_TRANSFER_PRIVATE 1
16 #define KPROP_TRANSFER_SAFE 2
17 #define KPROP_TRANSFER_CLEAR 3
18 #define KPROP_BUFSIZ 32768
19 #define KPROP_PORT 754