home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-17 | 752 b | 28 lines | [TEXT/EMAC] |
- /*
- * Copyright (C) 1993, 1994 Marc Parmet.
- * This file is part of the Macintosh port of GNU Emacs.
- *
- * GNU Emacs is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- /* Hopeless, useless, or not worth the trouble */
- tgetent() { return -1; }
- tgetnum() { return -1; }
- tgetstr() { return 0L; }
- tgetflag() { return 0; }
- sigsetmask() { return -1; }
- tgoto() { }
- tputs() { }
- setpgrp() { }
- setpgrp_of_tty() { }
- setpriority() { }
- child_setup_tty() { }
- flush_pending_output() { }
- reset_sys_modes() { }
-
- per_line_cost() { }
- string_cost() { }
-