/[LeafOK_CVS]/pvpgn-1.7.4/src/autoconf/termios.m4
ViewVC logotype

Contents of /pvpgn-1.7.4/src/autoconf/termios.m4

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Tue Jun 6 03:41:37 2006 UTC (19 years, 9 months ago) by sysadm
Branch: GNU, MAIN
CVS Tags: arelease, HEAD
Changes since 1.1: +0 -0 lines
no message

1 dnl From Jim Meyering.
2
3 # serial 1
4
5 AC_DEFUN(AM_SYS_POSIX_TERMIOS,
6 [AC_CACHE_CHECK([POSIX termios], am_cv_sys_posix_termios,
7 [AC_TRY_LINK([#include <sys/types.h>
8 #include <unistd.h>
9 #include <termios.h>],
10 [/* SunOS 4.0.3 has termios.h but not the library calls. */
11 tcgetattr(0, 0);],
12 am_cv_sys_posix_termios=yes,
13 am_cv_sys_posix_termios=no)])
14 ])

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1