home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / include / principal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-01-11  |  494 b   |  23 lines

  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 */
  23.