]> granicus.if.org Git - python/commitdiff
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Jan 2001 23:41:46 +0000 (23:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Jan 2001 23:41:46 +0000 (23:41 +0000)
Mac/Python/gusiconfig.cpp

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