Add new udafs and RMR support to gsprintconsole_ves
[com/gs-lite.git] / include / gsconfig.h
index 7c44921..139ad9c 100644 (file)
@@ -17,6 +17,8 @@
 
 // Contains all defines etc... . As we don't have a proper configure script yet at least that way all the defines are in one place.
 
+#include "gsoptions.h"
+
 // ==================================================
 // General defines
 // ==================================================
@@ -91,7 +93,7 @@
 #define MAXSZ (((MAXTUPLESZ+128)>MAXMSGSZ?MAXTUPLESZ+128:MAXMSGSZ))
 
 #define SOCK_BUF_SZ 160*(MAXMSGSZ+4)
-#define SOCKET_HASH_SZ 512
+#define SOCKET_HASH_SZ 1024
 #define MAX_NUMBER_OF_SHM 64
 
 //#define PRINTMSG // prints low level IPC messages for debugging VERY VERBOSE