diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-12 13:43:09 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-12 13:43:09 -0400 |
commit | 45fa9c0fbf53ff12f78991698ec996737072d66e (patch) | |
tree | 36504687d23b4442c44c667a7420b8c079f21b87 /src/s/bsd-common.h | |
parent | 03043c1b27476919e6327e3c18d6e6c2b6c70631 (diff) | |
download | emacs-45fa9c0fbf53ff12f78991698ec996737072d66e.tar.gz |
Move NO_TERMIO, BROKEN_SIGIO from src/s to configure
* configure.in (NO_TERMIO, BROKEN_SIGIO): New AC_DEFINEs.
* src/s/bsd-common.h, src/s/darwin.h, src/s/gnu-kfreebsd.h, src/s/hpux10-20.h:
Remove NO_TERMIO.
* src/s/hpux10-20.h, src/s/openbsd.h, src/s/usg5-4-common.h:
Remove BROKEN_SIGIO.
Diffstat (limited to 'src/s/bsd-common.h')
-rw-r--r-- | src/s/bsd-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index ce3d63bb49f..ce67dd7b9af 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h @@ -37,8 +37,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define TABDLY OXTABS #define TAB3 OXTABS -#define NO_TERMIO - /* If the system's imake configuration file defines `NeedWidePrototypes' as `NO', we must define NARROWPROTO manually. Such a define is generated in the Makefile generated by `xmkmf'. If we don't |