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

Modified Files:
      Tag: SQL_2-16
        sql_config.h.in 
Log Message:
Move definition of LLFMT and ULLFMT to the config.h file (i.e. configure).

Index: sql_config.h.in
===================================================================
RCS file: /cvsroot/monetdb/sql/NT/sql_config.h.in,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- sql_config.h.in     12 Jan 2007 13:02:38 -0000      1.3
+++ sql_config.h.in     16 Mar 2007 16:05:06 -0000      1.3.2.1
@@ -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