lib/dbi/ogs-monoc: add MONGOC_CHECK_VERSION stub

This commit is contained in:
Oliver Smith 2024-04-09 15:01:34 +02:00
parent 782c40aad3
commit efd777fca8
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#ifndef OGS_MONGOC_H
#define OGS_MONGOC_H
/* STUB to disable building with mongodb (OS#6215) */
#define MONGOC_CHECK_VERSION(a, b, c) false
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */