From 70c2ee2f9922407792a45816f7d56d751cfa71b8 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 17 Jan 1990 11:03:16 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@98 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/include/krb5/stock/config.h diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h new file mode 100644 index 000000000..ccf35c261 --- /dev/null +++ b/src/include/krb5/stock/config.h @@ -0,0 +1,28 @@ +/* + * $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 + +#endif /* __KRB5_CONFIG__ */ -- 2.26.2