File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -v
3+ INCLUDE=" /NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
4+ export INCLUDE
5+
6+ python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
7+ echo " Adding O_NDELAY and O_SYNC"
8+ echo " O_NDELAY = FNDELAY" >> FCNTL.py
9+ echo " O_SYNC = FSYNC" >> FCNTL.py
10+ python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
11+ python ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/bsd/netinet/in.h
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -v
3+ INCLUDE=" /NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
4+ export INCLUDE
5+
6+ python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
7+ echo " Adding O_NDELAY and O_SYNC"
8+ echo " O_NDELAY = FNDELAY" >> FCNTL.py
9+ echo " O_SYNC = FSYNC" >> FCNTL.py
10+ python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
11+ python ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/bsd/netinet/in.h
You can’t perform that action at this time.
0 commit comments