aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/config.h')
-rw-r--r--vsprojects/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/vsprojects/config.h b/vsprojects/config.h
index 95befa10..e09f297e 100644
--- a/vsprojects/config.h
+++ b/vsprojects/config.h
@@ -15,7 +15,11 @@
#define HASH_SET_H <hash_set>
/* define if the compiler has hash_map */
-#define HAVE_HASH_MAP
+#define HAVE_HASH_MAP 1
/* define if the compiler has hash_set */
-#define HAVE_HASH_SET
+#define HAVE_HASH_SET 1
+
+/* define if you want to use zlib. See readme.txt for additional
+ * requirements. */
+// #define HAVE_ZLIB 1