2 * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
9 #pragma ident "%Z%%M% %I% %E% SMI"
12 * solaris-priv.h - items not exposed to outside but used by solaris clients
21 * Well-behaved extensions private to solaris OS will use option values
22 * between 0x3000 and 0x3FFF inclusive.
24 #define LDAP_OPT_SOLARIS_EXTENSION_BASE 0x3000 /* to 0x3FFF inclusive */
27 * Option to install "SKIP a data base" dns routines
29 #define LDAP_X_OPT_DNS_SKIPDB (LDAP_OPT_SOLARIS_EXTENSION_BASE + 0x0F01)
36 #endif /* _SOLARISPRIV_H */