mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Do no regenerate modules that should no longer be here.
This commit is contained in:
parent
a94414a287
commit
48a1638d78
3 changed files with 0 additions and 11 deletions
|
@ -3,9 +3,4 @@ set -v
|
|||
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
|
||||
export INCLUDE
|
||||
|
||||
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
|
||||
echo "Adding O_NDELAY and O_SYNC"
|
||||
echo "O_NDELAY = FNDELAY" >> FCNTL.py
|
||||
echo "O_SYNC = FSYNC" >> FCNTL.py
|
||||
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h
|
||||
|
|
|
@ -5,8 +5,5 @@ case `uname -sr` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py </usr/include/sys/fcntlcom.h >FCNTL.py
|
||||
echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py /usr/include/sys/wait.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
|
|
|
@ -5,8 +5,5 @@ case `uname -sr` in
|
|||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
h2py /usr/include/sys/stropts.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue