Check for termios.h. Check for setpgid.
This commit is contained in:
@@ -1005,7 +1005,7 @@ dnl checks for Unix variants
|
|||||||
AC_AIX
|
AC_AIX
|
||||||
|
|
||||||
dnl checks for header files
|
dnl checks for header files
|
||||||
AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h)
|
AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h)
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
AC_DECL_SYS_SIGLIST
|
AC_DECL_SYS_SIGLIST
|
||||||
@@ -1442,7 +1442,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
|
|||||||
rename closedir mkdir rmdir sysinfo \
|
rename closedir mkdir rmdir sysinfo \
|
||||||
random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
|
random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
|
||||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
||||||
utimes setrlimit)
|
utimes setrlimit setpgid)
|
||||||
|
|
||||||
# Check this now, so that we will NOT find the above functions in ncurses.
|
# Check this now, so that we will NOT find the above functions in ncurses.
|
||||||
# That is because we have not set up to link ncurses in lib-src.
|
# That is because we have not set up to link ncurses in lib-src.
|
||||||
|
|||||||
Reference in New Issue
Block a user