import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / kerberos_includes / krb_conf.h
1 /*
2  * $Source: /afs/andrew/system/cvs/src/sasl/mac/kerberos_includes/krb_conf.h,v $
3  * $Author: rjs3 $
4  * $Header: /afs/andrew/system/cvs/src/sasl/mac/kerberos_includes/krb_conf.h,v 1.2 2001/12/04 02:06:05 rjs3 Exp $
5  *
6  * Copyright 1988 by the Massachusetts Institute of Technology.
7  *
8  * For copying and distribution information, please see the file
9  * <mit-copyright.h>.
10  *
11  * This file contains configuration information for the Kerberos library
12  * which is machine specific; currently, this file contains
13  * configuration information for the vax, the "ibm032" (RT), and the
14  * "PC8086" (IBM PC).
15  *
16  * Note:  cross-compiled targets must appear BEFORE their corresponding
17  * cross-compiler host.  Otherwise, both will be defined when running
18  * the native compiler on the programs that construct cross-compiled
19  * sources.
20  */
21
22 #ifndef _KERBEROS_KRB_CONF_H
23 #define _KERBEROS_KRB_CONF_H
24
25 #pragma ident   "@(#)krb_conf.h 1.3     92/07/14 SMI"
26
27 #include <kerberos/mit-copyright.h>
28
29 #ifdef  __cplusplus
30 extern "C" {
31 #endif
32
33 /* Byte ordering */
34 extern int krbONE;
35 #define         HOST_BYTE_ORDER (* (char *) &krbONE)
36 #define         MSB_FIRST               0       /* 68000, IBM RT/PC */
37 #define         LSB_FIRST               1       /* Vax, PC8086 */
38
39 #ifdef  __cplusplus
40 }
41 #endif
42
43 #endif  /* _KERBEROS_KRB_CONF_H */