/*
 * $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/lib/krb/one.c,v $
 * $Author: ghudson $
 *
 * 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: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/lib/krb/one.c,v 1.2 1996/06/02 07:37:27 ghudson Exp $";
#endif	lint

#include <mit-copyright.h>

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

#ifndef HOST_BYTE_ORDER
int krbONE = 1;
#endif
