summaryrefslogtreecommitdiff
path: root/port/port_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_config.h.in')
-rw-r--r--port/port_config.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/port/port_config.h.in b/port/port_config.h.in
index 272671d..34bf66a 100644
--- a/port/port_config.h.in
+++ b/port/port_config.h.in
@@ -30,4 +30,9 @@
#cmakedefine01 HAVE_SNAPPY
#endif // !defined(HAVE_SNAPPY)
-#endif // STORAGE_LEVELDB_PORT_PORT_CONFIG_H_ \ No newline at end of file
+// Define to 1 if you have Zstd.
+#if !defined(HAVE_Zstd)
+#cmakedefine01 HAVE_ZSTD
+#endif // !defined(HAVE_ZSTD)
+
+#endif // STORAGE_LEVELDB_PORT_PORT_CONFIG_H_