[Python-checkins] python/dist/src configure,1.342,1.343 configure.in,1.353,1.354 pyconfig.h.in,1.50,1.51

loewis@users.sourceforge.net loewis@users.sourceforge.net
2002年10月07日 06:55:54 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv1745
Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Patch #479898: Use multibyte C library for printing strings if available.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.342
retrieving revision 1.343
diff -C2 -d -r1.342 -r1.343
*** configure	7 Oct 2002 06:21:41 -0000	1.342
--- configure	7 Oct 2002 13:55:30 -0000	1.343
***************
*** 1,4 ****
 #! /bin/sh
! # From configure.in Revision: 1.352 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
--- 1,4 ----
 #! /bin/sh
! # From configure.in Revision: 1.353 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
***************
*** 11661,11669 ****
 
 
 for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
! mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
 select setegid seteuid setgid setgroups \
--- 11661,11671 ----
 
 
+ 
+ 
 for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton iswprint kill killpg lchown link lstat mbtowc mkfifo \
! mknod mktime mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
 select setegid seteuid setgid setgroups \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.353
retrieving revision 1.354
diff -C2 -d -r1.353 -r1.354
*** configure.in	7 Oct 2002 06:21:05 -0000	1.353
--- configure.in	7 Oct 2002 13:55:48 -0000	1.354
***************
*** 1680,1685 ****
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
! mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
 select setegid seteuid setgid setgroups \
--- 1680,1685 ----
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton iswprint kill killpg lchown link lstat mbtowc mkfifo \
! mknod mktime mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
 select setegid seteuid setgid setgroups \
Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** pyconfig.h.in	4 Oct 2002 07:21:24 -0000	1.50
--- pyconfig.h.in	7 Oct 2002 13:55:49 -0000	1.51
***************
*** 197,200 ****
--- 197,203 ----
 #undef HAVE_INTTYPES_H
 
+ /* Define to 1 if you have the `iswprint' function. */
+ #undef HAVE_ISWPRINT
+ 
 /* Define to 1 if you have the `kill' function. */
 #undef HAVE_KILL
***************
*** 227,233 ****
 #undef HAVE_LIBINTL_H
 
- /* Define to 1 if you have the `rt' library (-lrt). */
- #undef HAVE_LIBRT
- 
 /* Define to 1 if you have the <libutil.h> header file. */
 #undef HAVE_LIBUTIL_H
--- 230,233 ----
***************
*** 250,253 ****
--- 250,256 ----
 /* Define this if you have the makedev macro. */
 #undef HAVE_MAKEDEV
+ 
+ /* Define to 1 if you have the `mbtowc' function. */
+ #undef HAVE_MBTOWC
 
 /* Define to 1 if you have the `memmove' function. */

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