mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
|
|
#! /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
|