Patch #102469: Check for glibc's getline() extension
This commit is contained in:
parent
ee814bf2c9
commit
78a14423af
|
@ -341,6 +341,9 @@
|
||||||
/* Define if you have the gethostbyname function. */
|
/* Define if you have the gethostbyname function. */
|
||||||
#undef HAVE_GETHOSTBYNAME
|
#undef HAVE_GETHOSTBYNAME
|
||||||
|
|
||||||
|
/* Define if you have the getline function. */
|
||||||
|
#undef HAVE_GETLINE
|
||||||
|
|
||||||
/* Define if you have the getlogin function. */
|
/* Define if you have the getlogin function. */
|
||||||
#undef HAVE_GETLOGIN
|
#undef HAVE_GETLOGIN
|
||||||
|
|
||||||
|
|
|
@ -3962,7 +3962,7 @@ fi
|
||||||
# checks for library functions
|
# checks for library functions
|
||||||
for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
|
for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
|
||||||
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||||
getgroups getlogin getpeername getpid getpwent getwd \
|
getgroups getline getlogin getpeername getpid getpwent getwd \
|
||||||
kill link lstat mkfifo mktime mremap \
|
kill link lstat mkfifo mktime mremap \
|
||||||
nice pathconf pause plock poll pthread_init \
|
nice pathconf pause plock poll pthread_init \
|
||||||
putenv readlink \
|
putenv readlink \
|
||||||
|
|
|
@ -956,7 +956,7 @@ fi
|
||||||
# checks for library functions
|
# checks for library functions
|
||||||
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
|
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
|
||||||
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||||
getgroups getlogin getpeername getpid getpwent getwd \
|
getgroups getline getlogin getpeername getpid getpwent getwd \
|
||||||
kill link lstat mkfifo mktime mremap \
|
kill link lstat mkfifo mktime mremap \
|
||||||
nice pathconf pause plock poll pthread_init \
|
nice pathconf pause plock poll pthread_init \
|
||||||
putenv readlink \
|
putenv readlink \
|
||||||
|
|
Loading…
Reference in New Issue