From fb106c8c2f725ea36d021d3de3f44a20a09e7c34 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 17 Aug 2000 20:04:26 +0000 Subject: [PATCH] Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed). --- Mac/Python/gusiconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp index 8b1a1fa3abb..df292fa5544 100644 --- a/Mac/Python/gusiconfig.cpp +++ b/Mac/Python/gusiconfig.cpp @@ -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();