aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb4/one.c
blob: 47a16e27fd9f7b3ddb70b9f0c36a5e451ad51c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * one.c
 *
 * Copyright 1988 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 */

/*
 * definition of variable set to 1.
 * used in krb_conf.h to determine host byte order.
 */

const int krbONE = 1;