[Python-checkins] python/dist/src configure,1.302,1.303 configure.in,1.312,1.313 pyconfig.h.in,1.32,1.33

nnorwitz@sourceforge.net nnorwitz@sourceforge.net
2002年4月20日 06:46:46 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv31932
Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
#546163, fix link problem on Solaris 8 for makedev when using mknod
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.302
retrieving revision 1.303
diff -C2 -d -r1.302 -r1.303
*** configure	18 Apr 2002 14:51:33 -0000	1.302
--- configure	20 Apr 2002 13:46:42 -0000	1.303
***************
*** 3855,3862 ****
 
 
 for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
 libintl.h locale.h ncurses.h poll.h pthread.h \
 signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
 sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
--- 3855,3863 ----
 
 
+ 
 for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
 libintl.h locale.h ncurses.h poll.h pthread.h \
 signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h db_185.h db.h \
 sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.312
retrieving revision 1.313
diff -C2 -d -r1.312 -r1.313
*** configure.in	18 Apr 2002 14:51:36 -0000	1.312
--- configure.in	20 Apr 2002 13:46:43 -0000	1.313
***************
*** 595,599 ****
 libintl.h locale.h ncurses.h poll.h pthread.h \
 signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
 sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
--- 595,599 ----
 libintl.h locale.h ncurses.h poll.h pthread.h \
 signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h db_185.h db.h \
 sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** pyconfig.h.in	16 Apr 2002 05:51:02 -0000	1.32
--- pyconfig.h.in	20 Apr 2002 13:46:43 -0000	1.33
***************
*** 476,479 ****
--- 476,482 ----
 #undef HAVE_SYS_LOCK_H
 
+ /* Define to 1 if you have the <sys/mkdev.h> header file. */
+ #undef HAVE_SYS_MKDEV_H
+ 
 /* Define to 1 if you have the <sys/modem.h> header file. */
 #undef HAVE_SYS_MODEM_H

AltStyle によって変換されたページ (->オリジナル) /