blob: c168a1050d29eee686ed91526441237ec5fbbeb3 (
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
|
/*
* $Source$
* $Author$
* $Id$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
*
* Error code definitions.
*/
#include <krb5/copyright.h>
#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 <errno.h>
#endif /* KRB5_ERROR_DEF__ */
|