Readme rename
[mono.git] / mcs / class / referencesource / README.Mono.md
1 Known conditionals:
2
3 * MONO_FEATURE_WEB_STACK: when we have the full web stack.
4
5 * MONO_FEATURE_NEW_TLS: we are using the new TLS implementation.
6
7 * MONO_FEATURE_LOGGING: whether we want the internal logging API.
8
9 * MONO_NOT_SUPPORTED: not supported in Mono.
10
11 * MONO_NOT_IMPLEMENTED: not yet implemented in Mono.
12
13 Other defines which are used when building the BCL and tests:
14
15 * MONO_INSIDE_SYSTEM: we're building System.dll.
16
17 * MONO_INSIDE_MONO_SECURITY: we're building Mono.Security.dll.
18
19 Extern aliases:
20
21 * MONO_SECURITY_ALIAS: we're using Mono.Security from the "MonoSecurity" extern alias.
22