summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-12 23:41:46 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-12 23:41:46 (GMT)
commit8e0ee7761de7c9e4831f8f3118030c92ab4eb35f (patch)
tree274134017e95bd29fdeec77ab001fd93e1cfc8fb
parent319c67b6e19188ded26180a547778a08043c4875 (diff)
downloadcpython-8e0ee7761de7c9e4831f8f3118030c92ab4eb35f.zip
cpython-8e0ee7761de7c9e4831f8f3118030c92ab4eb35f.tar.gz
cpython-8e0ee7761de7c9e4831f8f3118030c92ab4eb35f.tar.bz2
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
-rw-r--r--Mac/Python/gusiconfig.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp
index df292fa..59b55e0 100644
--- a/Mac/Python/gusiconfig.cpp
+++ b/Mac/Python/gusiconfig.cpp
@@ -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