blob: c76950e232411cc5f9639fdb6094a853672edb56 [file] [log] [blame]
Antoine Pitrouc57ed912011-07-20 00:26:23 +02001#! /bin/sh
2case `uname` in
3Linux*) ;;
4*) echo Probably not on a Linux system 1>&2
5 exit 1;;
6esac
7set -v
8h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/dlfcn.h