diff options
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index 31c2559..deb9c9d 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #ifndef LL_INDRA_CONSTANTS_H | 28 | #ifndef LL_INDRA_CONSTANTS_H |
29 | #define LL_INDRA_CONSTANTS_H | 29 | #define LL_INDRA_CONSTANTS_H |
30 | 30 | ||
31 | #include "stdtypes.h" | ||
31 | #include "lluuid.h" | 32 | #include "lluuid.h" |
32 | 33 | ||
33 | // Viewer object cache version, change if object update | 34 | // Viewer object cache version, change if object update |
@@ -105,8 +106,8 @@ const char* const DEFAULT_LOCAL_ASSET_SERVER = "http://localhost:12041/asset/tmp | |||
105 | const char* const LOCAL_ASSET_URL_FORMAT = "http://%s:12041/asset"; | 106 | const char* const LOCAL_ASSET_URL_FORMAT = "http://%s:12041/asset"; |
106 | 107 | ||
107 | const U32 DEFAULT_LAUNCHER_PORT = 12029; | 108 | const U32 DEFAULT_LAUNCHER_PORT = 12029; |
108 | const U32 DEFAULT_BIGBOARD_PORT = 12030; | 109 | //const U32 DEFAULT_BIGBOARD_PORT = 12030; // Deprecated |
109 | const U32 DEFAULT_QUERYSIM_PORT = 12031; | 110 | //const U32 DEFAULT_QUERYSIM_PORT = 12031; // Deprecated |
110 | const U32 DEFAULT_DATA_SERVER_PORT = 12032; | 111 | const U32 DEFAULT_DATA_SERVER_PORT = 12032; |
111 | const U32 DEFAULT_SPACE_SERVER_PORT = 12033; | 112 | const U32 DEFAULT_SPACE_SERVER_PORT = 12033; |
112 | const U32 DEFAULT_VIEWER_PORT = 12034; | 113 | const U32 DEFAULT_VIEWER_PORT = 12034; |
@@ -115,8 +116,11 @@ const U32 DEFAULT_USER_SERVER_PORT = 12036; | |||
115 | const U32 DEFAULT_RPC_SERVER_PORT = 12037; | 116 | const U32 DEFAULT_RPC_SERVER_PORT = 12037; |
116 | const U32 DEFAULT_LOG_DATA_SERVER_PORT = 12039; | 117 | const U32 DEFAULT_LOG_DATA_SERVER_PORT = 12039; |
117 | const U32 DEFAULT_BACKBONE_PORT = 12040; | 118 | const U32 DEFAULT_BACKBONE_PORT = 12040; |
119 | const U32 DEFAULT_CGI_SERVICES_PORT = 12045; | ||
118 | const U32 DEFAULT_LOCAL_ASSET_PORT = 12041; | 120 | const U32 DEFAULT_LOCAL_ASSET_PORT = 12041; |
119 | const U32 DEFAULT_BACKBONE_CAP_PORT = 12042; | 121 | //const U32 DEFAULT_BACKBONE_CAP_PORT = 12042; // Deprecated |
122 | const U32 DEFAULT_CAP_PROXY_PORT = 12043; | ||
123 | const U32 DEFAULT_INV_DATA_SERVER_PORT = 12044; | ||
120 | 124 | ||
121 | // For automatic port discovery when running multiple viewers on one host | 125 | // For automatic port discovery when running multiple viewers on one host |
122 | const U32 PORT_DISCOVERY_RANGE_MIN = 13000; | 126 | const U32 PORT_DISCOVERY_RANGE_MIN = 13000; |
@@ -322,7 +326,7 @@ const U32 MAP_ITEM_TELEHUB = 0x01; | |||
322 | const U32 MAP_ITEM_PG_EVENT = 0x02; | 326 | const U32 MAP_ITEM_PG_EVENT = 0x02; |
323 | const U32 MAP_ITEM_MATURE_EVENT = 0x03; | 327 | const U32 MAP_ITEM_MATURE_EVENT = 0x03; |
324 | const U32 MAP_ITEM_POPULAR = 0x04; | 328 | const U32 MAP_ITEM_POPULAR = 0x04; |
325 | const U32 MAP_ITEM_AGENT_COUNT = 0x05; | 329 | //const U32 MAP_ITEM_AGENT_COUNT = 0x05; |
326 | const U32 MAP_ITEM_AGENT_LOCATIONS = 0x06; | 330 | const U32 MAP_ITEM_AGENT_LOCATIONS = 0x06; |
327 | const U32 MAP_ITEM_LAND_FOR_SALE = 0x07; | 331 | const U32 MAP_ITEM_LAND_FOR_SALE = 0x07; |
328 | const U32 MAP_ITEM_CLASSIFIED = 0x08; | 332 | const U32 MAP_ITEM_CLASSIFIED = 0x08; |