diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-24 09:58:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-24 09:58:48 +0200 |
commit | 50b4de07844ca2a5781d7845115d7bd9e7c8f003 (patch) | |
tree | e433a7f4977729d1f6481d33729787a830ef959e /libcommon/common/config.h.in | |
parent | 0306a05023c3857bc0ee7a3bf8355a5665f78d11 (diff) |
C++11 support (initial infrastructure)
Diffstat (limited to 'libcommon/common/config.h.in')
-rw-r--r-- | libcommon/common/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcommon/common/config.h.in b/libcommon/common/config.h.in index 4bce49a..ed600ac 100644 --- a/libcommon/common/config.h.in +++ b/libcommon/common/config.h.in @@ -14,6 +14,7 @@ #undef DATABASE_ORACLE #undef DATABASE_MSSQL #undef HAVE_TR1_MEMORY +#undef HAVE_CXX11 #undef LIBCOMMON_STATIC_LIB #endif /* LIBCOMMON_COMMON_CONFIG_H */ |