aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm
diff options
context:
space:
mode:
authorclick <none@none>2010-05-06 09:53:09 +0200
committerclick <none@none>2010-05-06 09:53:09 +0200
commitcb84d3e617975d172ec1be043810554bac09cb83 (patch)
tree4e2ed1445865704d8ac6959f240847942a7659f0 /src/trinityrealm
parent38061a6fa6dc661125175e82ff98104761acb70a (diff)
Cleanup : Remove postgreSQL-support (not used and has also been broken for a long time)
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm')
-rw-r--r--src/trinityrealm/CMakeLists.txt5
-rw-r--r--src/trinityrealm/trinityrealm.conf.dist6
2 files changed, 0 insertions, 11 deletions
diff --git a/src/trinityrealm/CMakeLists.txt b/src/trinityrealm/CMakeLists.txt
index 9a6128fa656..8f3e9b87540 100644
--- a/src/trinityrealm/CMakeLists.txt
+++ b/src/trinityrealm/CMakeLists.txt
@@ -31,9 +31,6 @@ add_definitions(
IF (DO_MYSQL)
SET(trinity-realm_LINK_FLAGS "-pthread ${trinity-realm_LINK_FLAGS}")
ENDIF(DO_MYSQL)
-IF (DO_POSTGRESQL)
- SET(trinity-realm_LINK_FLAGS "-pthread ${trinity-realm_LINK_FLAGS}")
-ENDIF(DO_POSTGRESQL)
IF (CMAKE_SYSTEM_NAME MATCHES "Darwin")
SET(trinity-realm_LINK_FLAGS "-framework Carbon ${trinity-realm_LINK_FLAGS}")
@@ -52,7 +49,6 @@ trinityconfig
zlib
${SSLLIB}
${MYSQL_LIBRARIES}
-${POSTGRESQL_LIBRARIES}
${OSX_LIBS}
)
@@ -62,4 +58,3 @@ install(TARGETS trinity-realm DESTINATION bin)
########### install files ###############
install(FILES trinityrealm.conf.dist DESTINATION etc)
-
diff --git a/src/trinityrealm/trinityrealm.conf.dist b/src/trinityrealm/trinityrealm.conf.dist
index a561e652cc1..e98b9386878 100644
--- a/src/trinityrealm/trinityrealm.conf.dist
+++ b/src/trinityrealm/trinityrealm.conf.dist
@@ -8,7 +8,6 @@
# LoginDatabaseInfo
# Database connection settings for the realm server.
# Default:
-# ---MYSQL---
# hostname;port;username;password;database
# .;somenumber;username;password;database
# - use named pipes in Windows
@@ -16,11 +15,6 @@
# "enable-named-pipe" to [mysqld] section my.ini
# .;/path/to/unix_socket;username;password;database
# - use Unix sockets in Unix/Linux
-# ---PGSQL---
-# hostname;port;username;password;database
-# .;/path/to/unix_socket/DIRECTORY or . for default path;
-# username;password;database
-# - use Unix sockets in Unix/Linux
#
# LogsDir
# Logs directory setting.