[System*] Throw a PlatformNotSupported exception when using the managed networking...
[mono.git] / mcs / build / profiles / monotouch_watch.make
index 0242c20bf515ca05121382763c7a25f3d1d9e86d..4bba2f421ac849b4f0869f32b72a1b4d57f51e3c 100644 (file)
@@ -1,9 +1,11 @@
 include $(topdir)/build/profiles/monotouch.make
 
 PROFILE_MCS_FLAGS += \
+       -d:FEATURE_NO_BSD_SOCKETS \
        -d:MONOTOUCH_WATCH
 
 NO_THREAD_ABORT=1
 NO_THREAD_SUSPEND_RESUME=1
 NO_MULTIPLE_APPDOMAINS=1
 NO_PROCESS_START=1
+NO_MONO_SECURITY=1