summaryrefslogtreecommitdiff
path: root/usr/src/lib/libldap5/include/ldap/solaris-priv.h
blob: 3e568b5d6637f489ad72183c007836fdee55470c (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
30
31
32
33
34
35
36
/*
 * Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

#ifndef _SOLARISPRIV_H
#define	_SOLARISPRIV_H

#pragma ident	"%Z%%M%	%I%	%E% SMI"

/*
 * solaris-priv.h - items not exposed to outside but used by solaris clients
 * of ldap
 */

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Well-behaved extensions private to solaris OS  will use option values
 * between 0x3000 and 0x3FFF inclusive.
 */
#define	LDAP_OPT_SOLARIS_EXTENSION_BASE 0x3000  /* to 0x3FFF inclusive */

/*
 * Option to install "SKIP a data base" dns routines
 */
#define	LDAP_X_OPT_DNS_SKIPDB	(LDAP_OPT_SOLARIS_EXTENSION_BASE + 0x0F01)


#ifdef __cplusplus
}
#endif

#endif /* _SOLARISPRIV_H */