aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/darwin.h
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-09-20 14:38:50 +0300
committerDan Nicolaescu <[email protected]>2010-09-20 14:38:50 +0300
commit6553950651fdac87d3273885fc4ac2ecf00f8cfd (patch)
tree7022e2afde3468428e5e80d79293b29b5bae0f30 /src/s/darwin.h
parent15f844ac1f1c8bb89b0ce1d4587ecfe85fa5d107 (diff)
Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS): * src/s/template.h (HAVE_TERMIOS): * src/s/gnu-linux.h (HAVE_TERMIOS): * src/s/darwin.h (HAVE_TERMIOS): * src/s/cygwin.h (HAVE_TERMIOS): * src/s/bsd-common.h (HAVE_TERMIOS): * src/s/aix4-2.h (HAVE_TERMIOS): * src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed defined on all non-MS platforms. (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r--src/s/darwin.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 146bfd693a..73e1960227 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -63,15 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
if system supports pty's. 'a' means it is /dev/ptya0 */
#define FIRST_PTY_LETTER 'p'
-/* Define HAVE_TERMIOS if the system provides POSIX-style
- functions and macros for terminal control.
-
- Define HAVE_TERMIO if the system provides sysV-style ioctls
- for terminal control.
-
- Do not define both. HAVE_TERMIOS is preferred, if it is supported
- on your system. */
-#define HAVE_TERMIOS
#define NO_TERMIO
/* Define HAVE_PTYS if the system supports pty devices.