Changeset bd337e in git
- Timestamp:
- Nov 18, 1999, 5:29:32 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 84b09b65c3c17c5bdae5a87aa978c85a9d94d7dc
- Parents:
- dabfee31068b221b3e90102bd1a2f28748326f00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fereadl.c
rdabfee rbd337e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: fereadl.c,v 1. 4 1999-11-16 10:52:40 hannesExp $ */4 /* $Id: fereadl.c,v 1.5 1999-11-18 16:26:59 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 23 23 #include <pc.h> 24 24 #else 25 #ifdef HAVE_TERMCAP_H 25 #ifdef HAVE_TERM_H 26 #include <term.h> 27 #elif HAVE_TERMCAP_H 26 28 #include <termcap.h> 27 29 #elif HAVE_TERMIOS_H -
Singular/mod2.h.in
rdabfee rbd337e 5 5 * DO NOT EDIT! 6 6 * 7 * Version: $Id: mod2.h.in,v 1.7 6 1999-11-16 10:52:41 hannesExp $7 * Version: $Id: mod2.h.in,v 1.77 1999-11-18 16:29:32 Singular Exp $ 8 8 *******************************************************************/ 9 9 #ifndef MOD2_H … … 54 54 /* Define if you have termios.h */ 55 55 #undef HAVE_TERMIOS_H 56 /* Define if you have term.h */ 57 #undef HAVE_TERM_H 56 58 /* Define if you have readline/history.h */ 57 59 #undef HAVE_READLINE_HISTORY_H
Note: See TracChangeset
for help on using the changeset viewer.