Staging
v0.5.1
https://github.com/python/cpython
Revision 969a7003f908b167278dd5856e8af8799ccda8ee authored by Jeremy Hylton on 18 July 2003, 15:13:37 UTC, committed by Jeremy Hylton on 18 July 2003, 15:13:37 UTC
If some other test comes along and uses mimetypes, it will be
initialized from the system files.
1 parent 096d986
Raw File
Tip revision: 969a7003f908b167278dd5856e8af8799ccda8ee authored by Jeremy Hylton on 18 July 2003, 15:13:37 UTC
Make sure mimetypes is reinitialized before running the tests.
Tip revision: 969a700
regen
#! /bin/sh
case `uname -sr` in
'IRIX '[456].*)	;;
'IRIX64 '[456].*)	;;
*)	echo Probably not on an IRIX system 1>&2
	exit 1;;
esac
set -v
h2py /usr/include/sys/file.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/errno.h
back to top