mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05: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 */
|
||
|
|
|