summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-08-17 20:04:26 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-08-17 20:04:26 (GMT)
commitfb106c8c2f725ea36d021d3de3f44a20a09e7c34 (patch)
treeda7190871346f2c0d675268f42e698c5403e096b /Mac
parentd843a018e94d3083fdc167638cf71b4eb450e29d (diff)
downloadcpython-fb106c8c2f725ea36d021d3de3f44a20a09e7c34.zip
cpython-fb106c8c2f725ea36d021d3de3f44a20a09e7c34.tar.gz
cpython-fb106c8c2f725ea36d021d3de3f44a20a09e7c34.tar.bz2
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).
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/gusiconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp
index 8b1a1fa..df292fa 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();