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

#include "mit-copyright.h"
#include "conf.h"

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

#ifndef HOST_BYTE_ORDER
const int krbONE = 1;
#endif