]> andersk Git - moira.git/blame - include/mr_krb.h
Command line printer manipulation client, and build goo.
[moira.git] / include / mr_krb.h
CommitLineData
cb974713 1/* $Id$
2 *
3 * Copyright (C) 2009 by the Massachusetts Institute of Technology
4 *
5 * Define some useful constants that used to be provided by the krb4
6 * libraries.
7 *
8 */
9
10#define ANAME_SZ 40
11#define INST_SZ 40
12#define REALM_SZ 40
13/* include space for '.' and '@' */
14#define MAX_K_NAME_SZ (ANAME_SZ + INST_SZ + REALM_SZ + 2)
15
16#define KRB_REALM "ATHENA.MIT.EDU"
17
18#define kname_parse mr_kname_parse
19
20#define ERROR_TABLE_BASE_krb (39525376L)
This page took 0.04512 seconds and 5 git commands to generate.