diff options
author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-30 14:50:09 +0000 |
---|---|---|
committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-30 14:50:09 +0000 |
commit | 60643d379b73fbb523325aa82009e9d1a0675573 (patch) | |
tree | 74873a7f8b1a654a96addadb5929b6249491922d /eBones/include/principal.h | |
parent | 3c6459e594dba63b0a1c54fd5b99a3315d522b40 (diff) | |
download | src-60643d379b73fbb523325aa82009e9d1a0675573.tar.gz src-60643d379b73fbb523325aa82009e9d1a0675573.zip |
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)
Bones originally from MIT SIPB.
Original port to FreeBSD 1.x by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.
Notes
Notes:
svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
Diffstat (limited to 'eBones/include/principal.h')
-rw-r--r-- | eBones/include/principal.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/eBones/include/principal.h b/eBones/include/principal.h new file mode 100644 index 000000000000..45901163dba3 --- /dev/null +++ b/eBones/include/principal.h @@ -0,0 +1,18 @@ +/* + * Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * <Copyright.MIT>. + * + * Definitions for principal names. + * + * from: principal.h,v 4.5 89/01/11 15:15:01 steiner Exp $ + * $Id: principal.h,v 1.2 1994/07/19 19:23:25 g89r4222 Exp $ + */ + +#ifndef PRINCIPAL_DEFS +#define PRINCIPAL_DEFS + +#define NAME_LEN 39 +#define INSTANCE_LEN 39 + +#endif /* PRINCIPAL_DEFS */ |