[System*] Throw a PlatformNotSupported exception when using the managed networking...
[mono.git] / mcs / build / profiles / monotouch_watch_runtime.make
index 7b3eb80a551dc7325b9cfde0edc5728899696bf2..e826c7e7e31e1b734fbd5625532536f3184d787a 100644 (file)
@@ -1,6 +1,7 @@
 include $(topdir)/build/profiles/monotouch_runtime.make
 
 PROFILE_MCS_FLAGS += \
+       -d:FEATURE_NO_BSD_SOCKETS \
        -d:MONOTOUCH_WATCH
 
 NO_THREAD_ABORT=1
@@ -8,3 +9,4 @@ NO_THREAD_SUSPEND_RESUME=1
 # The binding generator (bwatch) still needs to execute processes,
 # so we need a System.dll that can do that.
 #NO_PROCESS_START=1
+NO_MONO_SECURITY=1