summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-06-28 00:38:48 +0000
committerAaron Marks <nymacro@gmail.com>2005-06-28 00:38:48 +0000
commit63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7 (patch)
tree9f8ea2b0726634b73d2a0be82f1147a8ea2b252b /src/dalstorage.cpp
parenta78e59b9f2fb4eb7971eb5f46637df80157d787a (diff)
downloadmanaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.gz
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.bz2
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.xz
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.zip
Updated PostgreSQL defines in source to work with updated configure.
Added XML configuration loader from tmw.
Diffstat (limited to 'src/dalstorage.cpp')
-rw-r--r--src/dalstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dalstorage.cpp b/src/dalstorage.cpp
index 4e633718..2a491564 100644
--- a/src/dalstorage.cpp
+++ b/src/dalstorage.cpp
@@ -90,7 +90,7 @@ DALStorage::open(void)
try {
// open a connection to the database.
-#if defined (MYSQL_SUPPORT) || defined (POSTGRE_SUPPORT)
+#if defined (MYSQL_SUPPORT) || defined (POSTGRESQL_SUPPORT)
mDb->connect(getName(), getUser(), getPassword());
#else // SQLITE_SUPPORT
// create the database file name.