[Python-checkins] CVS: python/dist/src/Lib/plat-next3 regen,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 08:52:49 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-next3
In directory usw-pr-cvs1:/tmp/cvs-serv25205/Lib/plat-next3

Modified Files:
	regen 
Log Message:

Do no regenerate modules that should no longer be here.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-next3/regen,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** regen	1996/08/16 18:14:41	1.1
--- regen	2001/05/10 15:52:47	1.2
***************
*** 4,11 ****
  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
--- 4,6 ----