File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 341341/* Define if you have the gethostbyname function. */
342342#undef HAVE_GETHOSTBYNAME
343343
344+ /* Define if you have the getline function. */
345+ #undef HAVE_GETLINE
346+
344347/* Define if you have the getlogin function. */
345348#undef HAVE_GETLOGIN
346349
Original file line number Diff line number Diff line change 39623962# checks for library functions
39633963for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
39643964 flock fork fsync fdatasync fpathconf ftime ftruncate \
3965- getgroups getlogin getpeername getpid getpwent getwd \
3965+ getgroups getline getlogin getpeername getpid getpwent getwd \
39663966 kill link lstat mkfifo mktime mremap \
39673967 nice pathconf pause plock poll pthread_init \
39683968 putenv readlink \
Original file line number Diff line number Diff line change 956956# checks for library functions
957957AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
958958 flock fork fsync fdatasync fpathconf ftime ftruncate \
959- getgroups getlogin getpeername getpid getpwent getwd \
959+ getgroups getline getlogin getpeername getpid getpwent getwd \
960960 kill link lstat mkfifo mktime mremap \
961961 nice pathconf pause plock poll pthread_init \
962962 putenv readlink \
You can’t perform that action at this time.
0 commit comments