Changeset: f940a809d0d3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f940a809d0d3 Modified Files: NT/monetdb_config.h.in clients/mapilib/mapi.rc clients/odbc/driver/driver.rc gdk/libbat.rc monetdb5/mal/Makefile.ag Branch: default Log Message:
Merge with Jun2016 branch. diffs (81 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 @@ -345,9 +345,6 @@ /* Define to 1 if you have the `mallopt' function. */ /* #undef HAVE_MALLOPT */ -/* Define to 1 if you have the `MD5_Update' function. */ -#define HAVE_MD5_UPDATE 1 - /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 @@ -430,9 +427,6 @@ /* Define if the compiler supports the restrict keyword */ /* #undef HAVE_RESTRICT */ -/* Define to 1 if you have the `RIPEMD160_Update' function. */ -#define HAVE_RIPEMD160_UPDATE 1 - /* Define to 1 if you have the `round' function. */ #if !defined(_MSC_VER) || _MSC_VER > 1600 #define HAVE_ROUND 1 @@ -459,6 +453,13 @@ /* Define to 1 if you have the `setsid' function. */ /* #undef HAVE_SETSID */ +#ifdef HAVE_OPENSSL +/* Define to 1 if you have the `MD5_Update' function. */ +#define HAVE_MD5_UPDATE 1 + +/* Define to 1 if you have the `RIPEMD160_Update' function. */ +#define HAVE_RIPEMD160_UPDATE 1 + /* Define to 1 if you have the `SHA1_Update' function. */ #define HAVE_SHA1_UPDATE 1 @@ -473,6 +474,7 @@ /* Define to 1 if you have the `SHA512_Update' function. */ #define HAVE_SHA512_UPDATE 1 +#endif /* Define to 1 if you have the `shutdown' function. */ #define HAVE_SHUTDOWN 1 diff --git a/clients/mapilib/mapi.rc b/clients/mapilib/mapi.rc --- a/clients/mapilib/mapi.rc +++ b/clients/mapilib/mapi.rc @@ -23,7 +23,7 @@ BEGIN // Maintained via vertoo. Please don't modify by hand! // Contact monetdb-develop...@lists.sourceforge.net for details and/or assistance. VALUE "InternalName", "Mapi\0" - VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2015\0" + VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2016\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "Mapi.dll\0" VALUE "PrivateBuild", "\0" diff --git a/clients/odbc/driver/driver.rc b/clients/odbc/driver/driver.rc --- a/clients/odbc/driver/driver.rc +++ b/clients/odbc/driver/driver.rc @@ -23,7 +23,7 @@ BEGIN // Maintained via vertoo. Please don't modify by hand! // Contact monetdb-develop...@lists.sourceforge.net for details and/or assistance. VALUE "InternalName", "libMonetODBC\0" - VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2015\0" + VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2016\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libMonetODBC.dll\0" VALUE "PrivateBuild", "\0" diff --git a/gdk/libbat.rc b/gdk/libbat.rc --- a/gdk/libbat.rc +++ b/gdk/libbat.rc @@ -23,7 +23,7 @@ BEGIN // Maintained via vertoo. Please don't modify by hand! // Contact monetdb-develop...@lists.sourceforge.net for details and/or assistance. VALUE "InternalName", "libbat\0" - VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2015\0" + VALUE "LegalCopyright", "Copyright © MonetDB B.V. 2008-2016\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libbat.dll\0" VALUE "PrivateBuild", "\0" _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list