diffs for socketmodule.c

Lance Ellinghouse (lance@markv.com)
Thu, 29 Jul 93 14:06:04 PDT

To get python0.9.9 to compile I have had to make a number of changes..
I am compiling under SCO ODT 2.0 and I will send the changes as
I make them..

the first set is to socketmodule.c.
Basicly SCO has no idea about AF_UNIX. Thus I remove
ALL instances of AF_UNIX with "#ifndef M_UNIX".

Here are the diffs...

--

Lance Ellinghouse lance@markv.com

1231 bit key fingerprint = 56 DA 31 0C 17 51 36 6A 4E D4 E0 11 D9 B8 06 0A 1024 bit key fingerprint = 66 2C 75 F2 E9 1C 32 84 3A E3 B0 5E 48 01 4C 37 You can recieve my Public Key by `finger lance@mark.com` ==== Diffs

81d80 < #ifndef M_UNIX 83d81 < #endif 238d235 < #ifndef M_UNIX 244d240 < #endif 270d265 < #ifndef M_UNIX 288d282 < #endif 327d320 < #ifndef M_UNIX 333d325 < #endif 1071d1062 < #ifndef M_UNIX 1073d1063 < #endif