diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 21:12:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 21:12:40 +0200 |
commit | 410dc35736fe8065ac3d4a5fb3a736cc77349d79 (patch) | |
tree | 24f693df6310293f5bdc0d083df3ef282776ad8e /libcommon | |
parent | b8fe0a2a11f3d51e969128c7f02a83cf9b9d65df (diff) |
Add mising database macro
Diffstat (limited to 'libcommon')
-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 8a504a0..dba0b12 100644 --- a/libcommon/common/config.h.in +++ b/libcommon/common/config.h.in @@ -11,6 +11,7 @@ #undef DATABASE_MYSQL #undef DATABASE_SQLITE +#undef DATABASE_PGSQL #undef HAVE_TR1_MEMORY #undef LIBCOMMON_STATIC_LIB |