summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/narrow.h
blob: eef17e6feb81c9894a9d66b0ade860a9a2ca4b5e (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
/*
 * $Source$
 * $Author$
 * $Id$
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <krb5/copyright.h>.
 *
 * definitions to un-widen prototype types...see <krb5/widen.h>
 * and <krb5/base-defs.h>
 */

#ifndef NARROW_PROTOTYPES

/* only needed if not narrow, i.e. wide */

#undef krb5_boolean
#undef krb5_msgtype
#undef krb5_kvno

#undef krb5_addrtype
#undef krb5_keytype
#undef krb5_enctype
#undef krb5_cksumtype
#undef krb5_authdatatype

#endif /* not NARROW_PROTOTYPES */