summaryrefslogtreecommitdiff
path: root/src/dalstoragesql.h
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/dalstoragesql.h
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/dalstoragesql.h')
-rw-r--r--src/dalstoragesql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dalstoragesql.h b/src/dalstoragesql.h
index 26a3e455..fd8e7661 100644
--- a/src/dalstoragesql.h
+++ b/src/dalstoragesql.h
@@ -25,7 +25,7 @@
#define _TMWSERV_DALSTORAGE_SQL_H_
-#if !defined (MYSQL_SUPPORT) && !defined (SQLITE_SUPPORT) && !defined (POSTGRE_SUPPORT)
+#if !defined (MYSQL_SUPPORT) && !defined (SQLITE_SUPPORT) && !defined (POSTGRESQL_SUPPORT)
#error "(dalstorage.h) no database backend defined"
#endif