source: trunk/third/cns/src/include/org.h @ 8789

Revision 8789, 463 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * org.h
3 *
4 * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
5 *
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
8 *
9 * Internal defintions for the Kerberos library.  External definitions
10 * (visible to Kerberos library callers) should be in kerberos.h now.
11 */
12
13/* Only one time, please */
14#ifndef ORG_DEFS
15#define ORG_DEFS
16
17#include <mit-copyright.h>
18
19#define ORGANIZATION "Cygnus Support"
20
21#endif
Note: See TracBrowser for help on using the repository browser.