mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
22 lines
385 B
C
22 lines
385 B
C
/* $OpenLDAP$ */
|
|
/*
|
|
* Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
* Copyright 2003 Howard Chu @ Symas Corp.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
|
|
#ifndef _HDB_EXTERNAL_H
|
|
#define _HDB_EXTERNAL_H
|
|
|
|
#ifndef BDB_HIER
|
|
#define BDB_HIER
|
|
#endif
|
|
|
|
#undef _BDB_EXTERNAL_H
|
|
#undef BDB_SYMBOL
|
|
|
|
#include "../back-bdb/external.h"
|
|
|
|
#endif /* _HDB_EXTERNAL_H */
|
|
|