berkeley-db-1.xx/include/berkeley-db/config.h
Damien George 120a135c6e include: Allow injecting a configuration header.
Signed-off-by: Damien George <damien@micropython.org>
2024-03-15 18:53:19 +11:00

6 lines
88 B
C

#ifndef _BDB_CONFIG_H_
#define _BDB_CONFIG_H_
#include BERKELEY_DB_CONFIG_FILE
#endif