diff options
Diffstat (limited to 'Lib/plat-sunos4/SOCKET.py')
-rwxr-xr-x | Lib/plat-sunos4/SOCKET.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/plat-sunos4/SOCKET.py b/Lib/plat-sunos4/SOCKET.py index c1b8542..65ce4bc 100755 --- a/Lib/plat-sunos4/SOCKET.py +++ b/Lib/plat-sunos4/SOCKET.py @@ -1,3 +1,4 @@ +# Generated by h2py from /usr/include/sys/socket.h SOCK_STREAM = 1 SOCK_DGRAM = 2 SOCK_RAW = 3 |