]> git.sur5r.net Git - openldap/blob - include/portable.h.bot
Add special check for pthreads under HP-UX (as last resort).
[openldap] / include / portable.h.bot
1 /* portable.h.bot begin */
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 #ifdef HAVE_STDDEF_H
13 #       include <stddef.h>
14 #endif
15
16 #include "ldap_cdefs.h"
17 #include "ldap_features.h"
18
19 #endif /* _LDAP_PORTABLE_H */
20
21 /* portable.h.bot end */