Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / lib / krb / one.c
1 /* 
2   Copyright (C) 1989 by the Massachusetts Institute of Technology
3
4   Export of this software from the United States of America is assumed
5   to require a specific license from the United States Government.
6   It is the responsibility of any person or organization contemplating
7   export to obtain such a license before exporting.
8   
9   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
10   distribute this software and its documentation for any purpose and
11   without fee is hereby granted, provided that the above copyright
12   notice appear in all copies and that both that copyright notice and
13   this permission notice appear in supporting documentation, and that
14   the name of M.I.T. not be used in advertising or publicity pertaining
15   to distribution of the software without specific, written prior
16   permission.  M.I.T. makes no representations about the suitability of
17   this software for any purpose.  It is provided "as is" without express
18   or implied warranty.
19   
20   */
21
22 /*
23  * definition of variable set to 1.
24  * used in krb_conf.h to determine host byte order.
25  */
26
27 int krbONE = 1;