Changeset: 151c6ac3e3af for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=151c6ac3e3af
Modified Files:
        NT/monetdb_config.h.in
Branch: default
Log Message:

add new defines HAVE_JSONSTORE HAVE_MICROHTTPD HAVE_URIPARSER to 
NT/monetdb_config.h.in


diffs (33 lines):

diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in
--- a/NT/monetdb_config.h.in
+++ b/NT/monetdb_config.h.in
@@ -204,6 +204,9 @@
 /* Define to 1 if you have the `isinf' function. */
 /* #undef HAVE_ISINF */
 
+/* Define that you want to build the jsonstore library */
+/* #undef HAVE_JSONSTORE */
+
 /* Define to 1 if you have the `kill' function. */
 /* #undef HAVE_KILL */
 
@@ -301,6 +304,9 @@
 /* Define to 1 if you have the `MD5' function. */
 #define HAVE_MD5 1
 
+/* Define if you have the LibMicroHTTPD library */
+/* #undef HAVE_MICROHTTPD */
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -599,6 +605,9 @@
 /* Define to 1 if you have the <utime.h> header file. */
 /* #undef HAVE_UTIME_H */
 
+/* Define if you have the LibUriParser library */
+/* #undef HAVE_URIPARSER */
+
 /* uuid */
 /* #undef HAVE_UUID */
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to