diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-12 23:41:46 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-12 23:41:46 (GMT) |
commit | 8e0ee7761de7c9e4831f8f3118030c92ab4eb35f (patch) | |
tree | 274134017e95bd29fdeec77ab001fd93e1cfc8fb /Mac/Python/gusiconfig.cpp | |
parent | 319c67b6e19188ded26180a547778a08043c4875 (diff) | |
download | cpython-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.
Diffstat (limited to 'Mac/Python/gusiconfig.cpp')
-rw-r--r-- | Mac/Python/gusiconfig.cpp | 4 |
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 |