Changeset bd337e in git


Ignore:
Timestamp:
Nov 18, 1999, 5:29:32 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
84b09b65c3c17c5bdae5a87aa978c85a9d94d7dc
Parents:
dabfee31068b221b3e90102bd1a2f28748326f00
Message:
*hannes; term stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@3851 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/fereadl.c

    rdabfee rbd337e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: fereadl.c,v 1.4 1999-11-16 10:52:40 hannes Exp $ */
     4/* $Id: fereadl.c,v 1.5 1999-11-18 16:26:59 Singular Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    2323  #include <pc.h>
    2424 #else
    25   #ifdef HAVE_TERMCAP_H
     25  #ifdef HAVE_TERM_H
     26  #include <term.h>
     27  #elif HAVE_TERMCAP_H
    2628  #include <termcap.h>
    2729  #elif HAVE_TERMIOS_H
  • Singular/mod2.h.in

    rdabfee rbd337e  
    55 *          DO NOT EDIT!
    66 *
    7  *  Version: $Id: mod2.h.in,v 1.76 1999-11-16 10:52:41 hannes Exp $
     7 *  Version: $Id: mod2.h.in,v 1.77 1999-11-18 16:29:32 Singular Exp $
    88 *******************************************************************/
    99#ifndef MOD2_H
     
    5454/* Define if you have termios.h */
    5555#undef HAVE_TERMIOS_H
     56/* Define if you have term.h */
     57#undef HAVE_TERM_H
    5658/* Define if you have readline/history.h */
    5759#undef HAVE_READLINE_HISTORY_H
Note: See TracChangeset for help on using the changeset viewer.