mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
7 lines
201 B
Text
7 lines
201 B
Text
|
|
#! /bin/sh
|
||
|
|
set -v
|
||
|
|
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
|
||
|
|
export INCLUDE
|
||
|
|
|
||
|
|
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h
|