summaryrefslogtreecommitdiffstats
path: root/CMakeSystemConfig.txt.in
blob: bd1dcc3f02cc07d230bb11e28b61cb777b79a6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
# 
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#

SET (CXXCOMPILER     @CXX@)
SET (WORDS_BIGENDIAN @WORDS_BIGENDIAN@)
SET (HAVE_LIMITS_H   @HAVE_LIMITS_H@)
SET (HAVE_UNISTD_H   @HAVE_UNISTD_H@)


ss='nohover'>|\ | * Update license headers again.Jason McDonald2009-09-0951-204/+204 * | Fixed 'argument 'type' is not used in function' warning for Nokia X86Janne Anttila2009-09-081-0/+1 |/ * DB2 - Don't return an error when the table is just empty.Bill King2009-09-071-2/+3 * Adds OCI support for synonyms to tables created by another user.Bill King2009-09-031-5/+24 * Fixes build with older versions of mysql clientBill King2009-09-021-0/+4 * Fixes mysql not knowing the difference between tables and views.Bill King2009-09-021-16/+31 * Fixes determination of end of odbc string on deficient driverBill King2009-09-011-6/+6 * Merge branch '4.5' into 4.6Thiago Macieira2009-08-3151-663/+663 |\ | * Update tech preview license header.Jason McDonald2009-08-3150-650/+650 * | Fixes compile for my last change.Bill King2009-08-311-1/+1 * | Adds ability to open sqlite databases readonly.Bill King2009-08-312-6/+19 * | Fixes race condition on reopening an ODBC connection.Bill King2009-08-311-11/+11 * | Fixes invalid use of staticsBill King2009-08-271-30/+24 * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-242-9/+15 |\ \ | |/ | * Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13 | * Update license headers.Jason McDonald2009-08-11