From d97d32af6dbf3324a96a90c63d30c3e09678fd22 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 23 May 1990 13:55:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@923 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/error_def.h | 24 ++++++++++++++++++++++++ src/include/krb5/sysincl.h | 28 ++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/include/krb5/error_def.h create mode 100644 src/include/krb5/sysincl.h diff --git a/src/include/krb5/error_def.h b/src/include/krb5/error_def.h new file mode 100644 index 000000000..b5f3bdf0b --- /dev/null +++ b/src/include/krb5/error_def.h @@ -0,0 +1,24 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Error code definitions. + */ + +#include + +#ifndef KRB5_ERROR_DEF__ +#define KRB5_ERROR_DEF__ + +#include "../../error_tables/krb5_err.h" +#include "../../error_tables/kdb5_err.h" +#include "../../error_tables/isode_err.h" +#include + +#endif /* KRB5_ERROR_DEF__ */ diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h new file mode 100644 index 000000000..cff7e0a2c --- /dev/null +++ b/src/include/krb5/sysincl.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 + * . + * + * System include files, for various things. + */ + +#include + +#ifndef KRB5_SYSINCL__ +#define KRB5_SYSINCL__ + +#include /* needed for much of the reset */ +#include /* struct timeval, utimes() */ +#include /* struct stat, stat() */ +#include /* MAXPATHLEN */ +#if defined(unix) || defined(__unix__) +#include /* prototypes for file-related + syscalls; flags for open & + friends */ +#endif +#endif /* KRB5_SYSINCL__ */ -- 2.26.2