diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
commit | fd0fa86da89ab4cefa778307088ef2552a05a170 (patch) | |
tree | fce1ad1b9cc1c8735a9d39f582a841dbdb9d6ca6 /src/modules/extra/m_pgsql.cpp | |
parent | f6d68c82e7f46a107f4b7593d1b19876fe0a9660 (diff) | |
parent | 9b29bedbc3b43bdca35369879b0d1848e95b9aa5 (diff) |
Merge pull request #574 from SaberUK/master+build-comment-cleanup
Clean up unneeded build system comments.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
-rw-r--r-- | src/modules/extra/m_pgsql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 61e8d5bbb..6f49410a2 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -28,7 +28,6 @@ #include <libpq-fe.h> #include "modules/sql.h" -/* $ModDesc: PostgreSQL Service Provider module for all other m_sql* modules, uses v2 of the SQL API */ /* $CompileFlags: -Iexec("pg_config --includedir") eval("my $s = `pg_config --version`;$s =~ /^.*?(\d+)\.(\d+)\.(\d+).*?$/;my $v = hex(sprintf("0x%02x%02x%02x", $1, $2, $3));print "-DPGSQL_HAS_ESCAPECONN" if(($v >= 0x080104) || ($v >= 0x07030F && $v < 0x070400) || ($v >= 0x07040D && $v < 0x080000) || ($v >= 0x080008 && $v < 0x080100));") */ /* $LinkerFlags: -Lexec("pg_config --libdir") -lpq */ |