summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/stock/config.h
blob: 7b514608a744e31f659671e620eb74949f046df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * $Source$
 * $Author$
 * $Id$
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <krb5/mit-copyright.h>.
 *
 * Configuration file for Kerberos V5 library.
 * This config file works for IBM RT/PC running AOS 4.3 and VAX running 4.3BSD
 */

#include <krb5/copyright.h>

#ifndef KRB5_CONFIG__
#define KRB5_CONFIG__

#if defined(vax) || defined(__vax__)
#define BITS32
#endif

#if defined(ibm032) || defined(__ibm032__)
#define BITS32
#endif

#if defined(mips) || defined(__mips__)
#define BITS32
#endif

#define PROVIDE_DES_CBC_CRC

#endif /* KRB5_CONFIG__ */