source: trunk/third/cns/src/include/principal.h @ 8789

Revision 8789, 349 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright 1988 by the Massachusetts Institute of Technology.
3 *
4 * For copying and distribution information, please see the file
5 * <mit-copyright.h>.
6 *
7 * Definitions for principal names.
8 */
9
10#include "mit-copyright.h"
11
12#ifndef PRINCIPAL_DEFS
13#define PRINCIPAL_DEFS
14
15#define NAME_LEN        39
16#define INSTANCE_LEN    39
17
18#endif /* PRINCIPAL_DEFS */
Note: See TracBrowser for help on using the repository browser.