/*
 * $Source: /var/lib/cvsd/repos/CSRG/43BSDReno/kerberosIV/include/principal.h,v $
 * $Author: root $
 * $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/kerberosIV/include/principal.h,v 1.1.1.1 2018/04/24 16:12:56 root 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 */
