]> git.sur5r.net Git - openldap/blob - include/lber_types.h.in
Delete obsolete symbols acl_access_allowed and acl_get_applicable
[openldap] / include / lber_types.h.in
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11
12 /*
13  * LBER types
14  */
15
16 #ifndef _LBER_TYPES_H
17 #define _LBER_TYPES_H
18
19 /* LBER boolean, enum, integers - 32 bits or larger*/
20 #undef LBER_INT_T
21
22 /* LBER tags - 32 bits or larger */
23 #undef LBER_TAG_T
24
25 /* LBER socket descriptor */
26 #undef LBER_SOCKET_T
27
28 /* LBER lengths - 32 bits or larger*/
29 #undef LBER_LEN_T
30
31 #endif /* _LBER_TYPES_H */