[Python-checkins] CVS: python/dist/src config.h.in,2.101,2.102 configure,1.225,1.226 configure.in,1.233,1.234
Martin v. L?wis
loewis@users.sourceforge.net
2001年7月23日 23:33:10 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7245
Modified Files:
config.h.in configure configure.in
Log Message:
Autocheck for snprintf, and use sprintf if it is not available.
Remove declaration of h_errno, since it is supposedly declared in netdb.h.
Changes proposed by itojun.
Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.101
retrieving revision 2.102
diff -C2 -d -r2.101 -r2.102
*** config.h.in 2001年07月14日 20:55:52 2.101
--- config.h.in 2001年07月24日 06:33:07 2.102
***************
*** 510,513 ****
--- 510,516 ----
#undef HAVE_SIGRELSE
+ /* Define if you have the snprintf function. */
+ #undef HAVE_SNPRINTF
+
/* Define if you have the statvfs function. */
#undef HAVE_STATVFS
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.225
retrieving revision 1.226
diff -C2 -d -r1.225 -r1.226
*** configure 2001年07月23日 01:30:09 1.225
--- configure 2001年07月24日 06:33:07 1.226
***************
*** 1,5 ****
#! /bin/sh
! # From configure.in Revision: 1.232
# Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
#! /bin/sh
! # From configure.in Revision: 1.233
# Guess values for system-dependent variables and create Makefiles.
***************
*** 4520,4524 ****
putenv readlink \
select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setuid setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
--- 4520,4524 ----
putenv readlink \
select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.233
retrieving revision 1.234
diff -C2 -d -r1.233 -r1.234
*** configure.in 2001年07月23日 01:30:10 1.233
--- configure.in 2001年07月24日 06:33:08 1.234
***************
*** 1180,1184 ****
putenv readlink \
select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setuid setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
--- 1180,1184 ----
putenv readlink \
select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \