Changeset: 3fefa57b67c0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3fefa57b67c0 Modified Files: NT/monetdb_config.h.in Branch: Aug2011 Log Message:
Windows does have <time.h> (and we need it in SQLConnect.c). diffs (12 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 @@ -590,7 +590,7 @@ /* #undef HAVE_TIMES */ /* Define to 1 if you have the <time.h> header file. */ -/* #undef HAVE_TIME_H */ +#define HAVE_TIME_H 1 /* Define to 1 if you have the timezone and daylight variables. */ #define HAVE_TIMEZONE 1 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
