diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-17 20:04:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-17 20:04:26 (GMT) |
commit | fb106c8c2f725ea36d021d3de3f44a20a09e7c34 (patch) | |
tree | da7190871346f2c0d675268f42e698c5403e096b /Mac/Python | |
parent | d843a018e94d3083fdc167638cf71b4eb450e29d (diff) | |
download | cpython-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/Python')
-rw-r--r-- | Mac/Python/gusiconfig.cpp | 2 |
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(); |