]> git.sur5r.net Git - openldap/blob - servers/slapd/back-hdb/back-bdb.h
3e350eb22240bb3fad83660a43ba01f047d7f1a8
[openldap] / servers / slapd / back-hdb / back-bdb.h
1 /* back-bdb.h - hdb back-end header file */
2 /* $OpenLDAP$ */
3 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4  *
5  * Copyright 2000-2016 The OpenLDAP Foundation.
6  * Portions Copyright 2003 Howard Chu @ Symas Corp.
7  * All rights reserved.
8  *
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.
12  *
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>.
16  */
17 /* ACKNOWLEDGEMENTS:
18  * This work was originally developed by Howard Chu for inclusion
19  * in OpenLDAP Software.
20  */
21
22 #ifndef _BACK_HDB_H_
23 #define _BACK_HDB_H_
24
25 #ifndef BDB_HIER
26 #define BDB_HIER        1
27 #endif
28
29 #include "../back-bdb/back-bdb.h"
30
31 #endif /* _BACK_HDB_H_ */