summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/include/MKterm.h.awk.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/include/MKterm.h.awk.in')
-rw-r--r--contrib/ncurses/include/MKterm.h.awk.in18
1 files changed, 5 insertions, 13 deletions
diff --git a/contrib/ncurses/include/MKterm.h.awk.in b/contrib/ncurses/include/MKterm.h.awk.in
index efca636..8243aea 100644
--- a/contrib/ncurses/include/MKterm.h.awk.in
+++ b/contrib/ncurses/include/MKterm.h.awk.in
@@ -1,7 +1,6 @@
-
BEGIN {
print "/****************************************************************************"
- print " * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *"
+ print " * Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc. *"
print " * *"
print " * Permission is hereby granted, free of charge, to any person obtaining a *"
print " * copy of this software and associated documentation files (the *"
@@ -33,7 +32,7 @@ BEGIN {
print "/* and: Eric S. Raymond <esr@snark.thyrsus.com> */"
print "/****************************************************************************/"
print ""
- print "/* $Id: MKterm.h.awk.in,v 1.39 2001/03/24 21:53:32 tom Exp $ */"
+ print "/* $Id: MKterm.h.awk.in,v 1.41 2001/12/23 01:04:38 tom Exp $ */"
print ""
print "/*"
print "** term.h -- Definition of struct term"
@@ -52,22 +51,15 @@ BEGIN {
print "#endif"
print ""
print "/* Make this file self-contained by providing defaults for the HAVE_TERMIO[S]_H"
- print " * and BROKEN_LINKER definition (based on the system for which this was"
- print " * configured)."
+ print " * definition (based on the system for which this was configured)."
print " */"
print ""
print "#undef HAVE_TERMIOS_H"
print "#define HAVE_TERMIOS_H 1/*default*/"
print ""
- print "#undef HAVE_TERMIO_H"
- print "#define HAVE_TERMIO_H 0/*default*/"
- print ""
print "#undef HAVE_TCGETATTR"
print "#define HAVE_TCGETATTR 1/*default*/"
print ""
- print "#undef BROKEN_LINKER"
- print "#define BROKEN_LINKER 0/*default*/"
- print ""
print "#undef NCURSES_CONST"
print "#define NCURSES_CONST @NCURSES_CONST@"
print ""
@@ -81,7 +73,7 @@ BEGIN {
print "#undef SET_TTY"
print "#undef GET_TTY"
print ""
- print "/* Assume Posix termio if we have the header and function */"
+ print "/* Assume POSIX termio if we have the header and function */"
print "#if HAVE_TERMIOS_H && HAVE_TCGETATTR"
print ""
print "#undef TERMIOS"
@@ -228,7 +220,7 @@ END {
print ""
print "typedef struct term { /* describe an actual terminal */"
print " TERMTYPE type; /* terminal type description */"
- print " short Filedes; /* file description being written to */"
+ print " short Filedes; /* file description being written to */"
print " TTY Ottyb, /* original state of the terminal */"
print " Nttyb; /* current state of the terminal */"
print " int _baudrate; /* used to compute padding */"
OpenPOWER on IntegriCloud