This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / kerberosIV / include / principal.h
CommitLineData
fdf53e02
GW
1/*
2 * $Source: /mit/kerberos/src/include/RCS/principal.h,v $
3 * $Author: steiner $
4 * $Header: principal.h,v 4.5 89/01/11 15:15:01 steiner Exp $
5 *
6 * Copyright 1988 by the Massachusetts Institute of Technology.
7 *
8 * For copying and distribution information, please see the file
9 * <mit-copyright.h>.
10 *
11 * Definitions for principal names.
12 */
13
14#include <mit-copyright.h>
15
16#ifndef PRINCIPAL_DEFS
17#define PRINCIPAL_DEFS
18
19#define NAME_LEN 39
20#define INSTANCE_LEN 39
21
22#endif /* PRINCIPAL_DEFS */