home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / krb / one.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-15  |  487 b   |  24 lines

  1. /*
  2.  * $Source: /mit/kerberos/src/lib/krb/RCS/one.c,v $
  3.  * $Author: jtkohl $
  4.  *
  5.  * Copyright 1988 by the Massachusetts Institute of Technology.
  6.  *
  7.  * For copying and distribution information, please see the file
  8.  * <mit-copyright.h>.
  9.  */
  10.  
  11. #ifndef    lint
  12. static char rcsid_one_c[] =
  13. "$Header: one.c,v 4.1 88/11/15 16:51:41 jtkohl Exp $";
  14. #endif    lint
  15.  
  16. #include <mit-copyright.h>
  17.  
  18. /*
  19.  * definition of variable set to 1.
  20.  * used in krb_conf.h to determine host byte order.
  21.  */
  22.  
  23. int krbONE = 1;
  24.