Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / openldap / dist / servers / slapd / back-hdb / back-bdb.h
blobe1a50448c01ab748b521b3f7ef8105287a26fbeb
1 /* back-bdb.h - hdb back-end header file */
2 /* $OpenLDAP: pkg/ldap/servers/slapd/back-hdb/back-bdb.h,v 1.5.2.3 2008/02/11 23:26:46 kurt Exp $ */
3 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 * Copyright 2000-2008 The OpenLDAP Foundation.
6 * Portions Copyright 2003 Howard Chu @ Symas Corp.
7 * All rights reserved.
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted only as authorized by the OpenLDAP
11 * Public License.
13 * A copy of this license is available in the file LICENSE in the
14 * top-level directory of the distribution or, alternatively, at
15 * <http://www.OpenLDAP.org/license.html>.
17 /* ACKNOWLEDGEMENTS:
18 * This work was originally developed by Howard Chu for inclusion
19 * in OpenLDAP Software.
22 #ifndef _BACK_HDB_H_
23 #define _BACK_HDB_H_
25 #ifndef BDB_HIER
26 #define BDB_HIER 1
27 #endif
29 #include "../back-bdb/back-bdb.h"
31 #endif /* _BACK_HDB_H_ */