aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Common.h
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-09-03 00:04:14 +0200
committerMachiavelli <none@none>2010-09-03 00:04:14 +0200
commit39027133e43a3608723bffb2d16ad276ebaa169a (patch)
tree413c64970b1891e1012546790b27282cc49376f8 /src/server/shared/Common.h
parente25846a08ee15a9bc4c1e55d58c3c64f240ea21c (diff)
Fix Linux build
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r--src/server/shared/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h
index 5324416c05f..e73e0d37073 100644
--- a/src/server/shared/Common.h
+++ b/src/server/shared/Common.h
@@ -199,4 +199,5 @@ typedef std::vector<std::string> StringVector;
#define M_PI 3.14159265358979323846f
#endif
+#define MAX_QUERY_LEN 32*1024
#endif