comparison mac/inc/termio.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 01b93e5e53a7
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* Replacement termio.h file for building GNU Emacs on the Macintosh. 1 /* Replacement termio.h file for building GNU Emacs on the Macintosh.
2 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
5 6
6 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02110-1301, USA. */
20 21
21 /* Contributed by Andrew Choi (akochoi@mac.com). */ 22 /* Contributed by Andrew Choi (akochoi@mac.com). */
22 23
23 #ifndef _SYS_TERMIO_H 24 #ifndef _SYS_TERMIO_H
24 #define _SYS_TERMIO_H 25 #define _SYS_TERMIO_H
64 65
65 #define TCSETAW 4 66 #define TCSETAW 4
66 #define TCSETAF 5 67 #define TCSETAF 5
67 68
68 #endif /* _SYS_TERMIO_H */ 69 #endif /* _SYS_TERMIO_H */
70
71 /* arch-tag: 0e7a100d-2ac0-412e-9dc4-52e39ef43e14
72 (do not change this comment) */