From b2595c369f78b6613e329274f5ca7c43c4ddeda0 Mon Sep 17 00:00:00 2001 From: Sam Kolb Date: Thu, 30 Aug 2007 22:11:52 +0000 Subject: Merge sl-search-opt-in back into the release branch Reviewed by Josh and Don --- indra/llmessage/llregionflags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llmessage') diff --git a/indra/llmessage/llregionflags.h b/indra/llmessage/llregionflags.h index 28a741789c..6d603e1e69 100644 --- a/indra/llmessage/llregionflags.h +++ b/indra/llmessage/llregionflags.h @@ -70,6 +70,8 @@ const U32 REGION_FLAGS_ABUSE_EMAIL_TO_ESTATE_OWNER = (1 << 27); const U32 REGION_FLAGS_ALLOW_VOICE = (1 << 28); +const U32 REGION_FLAGS_BLOCK_PARCEL_SEARCH = (1 << 29); + const U32 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | REGION_FLAGS_ALLOW_SET_HOME | @@ -159,3 +161,4 @@ const U32 SWD_SCRIPTED_ONLY = (1 << 2); #endif + -- cgit v1.2.3