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