summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/config.h')
-rw-r--r--src/third_party/wiredtiger/src/include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/config.h b/src/third_party/wiredtiger/src/include/config.h
index 541e811aa33..06847117b7d 100644
--- a/src/third_party/wiredtiger/src/include/config.h
+++ b/src/third_party/wiredtiger/src/include/config.h
@@ -45,6 +45,11 @@ struct __wt_config_parser_impl {
WT_CONFIG_ITEM config_item;
};
+#define WT_CONFIG_ITEM_STATIC_INIT(n) \
+ static const WT_CONFIG_ITEM n = { \
+ "", 0, 0, WT_CONFIG_ITEM_NUM \
+ }
+
/*
* DO NOT EDIT: automatically built by dist/api_config.py.
* configuration section: BEGIN