[BACK]Return to has_TIOCGWINSZ.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / config

Annotation of OpenXM_contrib/pari/config/has_TIOCGWINSZ.c, Revision 1.1

1.1     ! maekawa     1: #include <unistd.h>
        !             2: #include <sys/types.h>
        !             3: #include <sys/termios.h>
        !             4: main() { int x = TIOCGWINSZ; }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>