[Python-checkins] CVS: python/dist/src config.h.in,2.81,2.82 configure.in,1.182,1.183 configure,1.174,1.175

A.M. Kuchling python-dev@python.org
Mon, 08 Jan 2001 09:58:58 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7811

Modified Files:
	config.h.in configure.in configure 
Log Message:
Remove configure test for getline(), since it's no longer used at all


Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.81
retrieving revision 2.82
diff -C2 -r2.81 -r2.82
*** config.h.in	2001/01/05 14:45:48	2.81
--- config.h.in	2001/01/08 17:58:56	2.82
***************
*** 345,351 ****
  #undef HAVE_GETHOSTBYNAME
  
- /* Define if you have the getline function.  */
- #undef HAVE_GETLINE
- 
  /* Define if you have the getlogin function.  */
  #undef HAVE_GETLOGIN
--- 345,348 ----

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.182
retrieving revision 1.183
diff -C2 -r1.182 -r1.183
*** configure.in	2001/01/05 14:45:49	1.182
--- configure.in	2001/01/08 17:58:56	1.183
***************
*** 977,981 ****
  AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getline getlogin getpeername getpid getpwent getwd \
   kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 977,981 ----
  AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getlogin getpeername getpid getpwent getwd \
   kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.174
retrieving revision 1.175
diff -C2 -r1.174 -r1.175
*** configure	2001/01/05 14:45:48	1.174
--- configure	2001/01/08 17:58:56	1.175
***************
*** 4059,4063 ****
  for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getline getlogin getpeername getpid getpwent getwd \
   kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 4059,4063 ----
  for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getlogin getpeername getpid getpwent getwd \
   kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \