Remove configure test for getline(), since it's no longer used at all

This commit is contained in:
Andrew M. Kuchling 2001-01-08 17:58:56 +00:00
parent e2ad633051
commit a9586c7273
3 changed files with 2 additions and 5 deletions

View File

@ -344,9 +344,6 @@
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the getline function. */
#undef HAVE_GETLINE
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN

2
configure vendored
View File

@ -4058,7 +4058,7 @@ fi
# checks for library functions
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 \
getgroups getlogin getpeername getpid getpwent getwd \
kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
putenv readlink \

View File

@ -976,7 +976,7 @@ fi
# checks for library functions
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 \
getgroups getlogin getpeername getpid getpwent getwd \
kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
putenv readlink \