mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
19 lines
379 B
C
19 lines
379 B
C
/* back-bdb.h - hdb back-end header file */
|
|
/* $OpenLDAP$ */
|
|
/*
|
|
* Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
* Copyright 2003 Howard Chu @ Symas Corp.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
|
|
#ifndef _BACK_HDB_H_
|
|
#define _BACK_HDB_H_
|
|
|
|
#ifndef BDB_HIER
|
|
#define BDB_HIER 1
|
|
#endif
|
|
|
|
#include "../back-bdb/back-bdb.h"
|
|
|
|
#endif /* _BACK_HDB_H_ */
|