/*
 * $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/include/principal.h,v $
 * $Author: ghudson $
 * $Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/include/principal.h,v 1.1 1996/06/02 08:22:59 ghudson Exp $
 *
 * Copyright 1988 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 *
 * Definitions for principal names.
 */

#include <mit-copyright.h>

#ifndef PRINCIPAL_DEFS
#define PRINCIPAL_DEFS

#define NAME_LEN	39
#define INSTANCE_LEN	39

#endif /* PRINCIPAL_DEFS */
