/* * $Source$ * $Author$ * $Id$ * * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * . * * Configuration file for Kerberos V5 library. * This config file works for IBM RT/PC running AOS 4.3 and VAX running 4.3BSD */ #include #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 #endif /* __KRB5_CONFIG__ */