Add autoconf checks for platforms without IPv6
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
index 55d45d833e3f6a5c74d371e8e118d0e5861f7edd..8874423d8492c49421debe9a2795fd721964f6a8 100644 (file)
@@ -2,5 +2,6 @@ namespace System {
        static class AppContextSwitches {
                public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
                public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
+               public static readonly bool NoAsyncCurrentCulture = false;
        }
 }
\ No newline at end of file