Changeset bd3849 in git


Ignore:
Timestamp:
Jan 13, 2000, 10:41:44 AM (23 years ago)
Author:
Tim Wichmann <wichmann@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
d12be82ef215b3384ae5c46df455efd4437c1749
Parents:
60d8f15617731f116619ccdb3e16a78f2483fe89
Message:
*hannes: adaption to old braindead termcap.h


git-svn-id: file:///usr/local/Singular/svn/trunk@4077 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fereadl.c

    r60d8f1 rbd3849  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: fereadl.c,v 1.8 1999-12-14 17:28:15 Singular Exp $ */
     4/* $Id: fereadl.c,v 1.9 2000-01-13 09:41:44 wichmann Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    3333  #ifdef HAVE_TERM_H
    3434  #include <term.h>
    35   #elif HAVE_TERMCAP_H
     35  #endif
     36  #if HAVE_TERMCAP_H
    3637  #include <termcap.h>
    37   #elif HAVE_TERMIOS_H
     38  #endif
     39  #if HAVE_TERMIOS_H
    3840  #include <termios.h>
    3941  #endif
Note: See TracChangeset for help on using the changeset viewer.