Update of /cvsroot/monetdb/sql/NT
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6989/NT

Modified Files:
        sql_config.h.in 
Log Message:
propagated changes of Friday Mar 16 2007 - Thursday Mar 22 2007
from the SQL_2-16 branch to the development trunk


Index: sql_config.h.in
===================================================================
RCS file: /cvsroot/monetdb/sql/NT/sql_config.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sql_config.h.in     12 Jan 2007 13:02:38 -0000      1.3
+++ sql_config.h.in     22 Mar 2007 09:26:50 -0000      1.4
@@ -403,6 +403,9 @@
 /* Host identifier */
 #define HOST "i686-pc-win32"
 
+/* Format to print 64 bit signed integers. */
+#define LLFMT "%I64d"
+
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT ""
 
@@ -482,6 +485,9 @@
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 /* #undef TM_IN_SYS_TIME */
 
+/* Format to print 64 bit unsigned integers. */
+#define ULLFMT "%I64u"
+
 /* Define on MS Windows (also under Cygwin) */
 #ifndef WIN32
 #define WIN32 1


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to