mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#! /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
|