/*
 * $Source: /var/lib/cvsd/repos/CSRG/43BSDReno/kerberosIV/krb/one.c,v $
 * $Author: root $
 *
 * Copyright 1988 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 */

#ifndef	lint
static char rcsid_one_c[] =
"$Header: /var/lib/cvsd/repos/CSRG/43BSDReno/kerberosIV/krb/one.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $";
#endif	lint

#include <mit-copyright.h>

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

int krbONE = 1;
