Changeset: 1853e963687f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1853e963687f Modified Files: sql/NT/sql_config.h.in Branch: Oct2010 Log Message:
According to MonetDB/NT/monetdb_config.h.in, "lstat" is called "stat" on Windows. diffs (12 lines): diff -r 58d0e6a8ddd2 -r 1853e963687f sql/NT/sql_config.h.in --- a/sql/NT/sql_config.h.in Tue Dec 14 09:15:30 2010 +0100 +++ b/sql/NT/sql_config.h.in Tue Dec 14 09:20:34 2010 +0100 @@ -21,6 +21,8 @@ #include <winconfig.h> +#define lstat stat + /* ! Should be replaced by `monetdb5-config --prefix` ! */ #define MONETDB5_PREFIX "@QXprefix@" /* ! Should be replaced by `monetdb5-config --sysconfdir`\monetdb5.conf ! */ _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
