Guido van Rossum | e5e73b9 | 1994-10-09 23:03:12 +0000 | [diff] [blame] | 1 | #! /bin/sh |
2 | case `uname -sr` in | ||||
3 | 'SunOS 5.'*) ;; | ||||
4 | *) echo Probably not on a Solaris 2 system 1>&2 | ||||
5 | exit 1;; | ||||
6 | esac | ||||
7 | set -v | ||||
Martin v. Löwis | 4414933 | 2001-08-09 12:33:32 +0000 | [diff] [blame] | 8 | h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/sys/stropts.h /usr/include/dlfcn.h |
9 |