Changeset: 57a24ab16a18 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=57a24ab16a18 Modified Files: Branch: default Log Message:
Merge with Apr2011 branch. diffs (45 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 @@ -310,6 +310,9 @@ /* Define to 1 if you have the `mallopt' function. */ /* #undef HAVE_MALLOPT */ +/* Define to 1 if you have the `MD5' function. */ +#define HAVE_MD5 1 + /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 @@ -392,6 +395,9 @@ /* Define if the compiler supports the restrict keyword */ /* #undef HAVE_RESTRICT */ +/* Define to 1 if you have the `RIPEMD160' function. */ +#define HAVE_RIPEMD160 1 + /* Define to 1 if you have the <rlimit.h> header file. */ /* #undef HAVE_RLIMIT_H */ @@ -421,6 +427,21 @@ /* Define to 1 if you have the `setsid' function. */ /* #undef HAVE_SETSID */ +/* Define to 1 if you have the `SHA1' function. */ +#define HAVE_SHA1 1 + +/* Define to 1 if you have the `SHA224' function. */ +#define HAVE_SHA224 1 + +/* Define to 1 if you have the `SHA256' function. */ +#define HAVE_SHA256 1 + +/* Define to 1 if you have the `SHA384' function. */ +#define HAVE_SHA384 1 + +/* Define to 1 if you have the `SHA512' function. */ +#define HAVE_SHA512 1 + /* Define to 1 if you have the `shutdown' function. */ #define HAVE_SHUTDOWN 1 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
