]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed temporary code to disable OT networking (this was a workaround for getpeernam...
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 2000 20:04:26 +0000 (20:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 2000 20:04:26 +0000 (20:04 +0000)
Mac/Python/gusiconfig.cpp

index 8b1a1fa3abb1b8a9478417fb66bb8ce69c3a63d0..df292fa5544b534068a9c552e9e4d1280926d651 100644 (file)
@@ -48,7 +48,7 @@ void GUSISetupFactories()
 #ifdef GUSISetupFactories_BeginHook
        GUSISetupFactories_BeginHook
 #endif
-#if TARGET_API_MAC_CARBON
+#if 1 || TARGET_API_MAC_CARBON
        GUSIwithInetSockets();
 #else
        GUSIwithMTInetSockets();