Mercurial > hg > xemacs-beta
changeset 512:14227e8a3f1f
[xemacs-hg @ 2001-05-07 07:42:40 by martinb]
TTY configury portability improvements.
author | martinb |
---|---|
date | Mon, 07 May 2001 07:42:40 +0000 |
parents | 4a83dda7ae93 |
children | e159a0b4bed4 |
files | src/s/bsd386.h src/s/freebsd.h src/s/gnu.h src/s/netbsd.h src/s/nextstep.h |
diffstat | 5 files changed, 0 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/bsd386.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/bsd386.h Mon May 07 07:42:40 2001 +0000 @@ -17,11 +17,6 @@ #define LIBS_DEBUG #define LIBS_SYSTEM "-lutil -lcompat" -/* System uses OXTABS instead of the expected TAB3. - (Copied from netbsd.h.) */ -#define TABDLY OXTABS -#define TAB3 OXTABS - /* This silences a few compilation warnings. */ #ifdef emacs #undef BSD
--- a/src/s/freebsd.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/freebsd.h Mon May 07 07:42:40 2001 +0000 @@ -100,10 +100,6 @@ /* #define NO_TERMIO */ /* detected in configure */ #define DECLARE_GETPWUID_WITH_UID_T -/* freebsd uses OXTABS instead of the expected TAB3. */ -#define TABDLY OXTABS -#define TAB3 OXTABS - /* Needed to avoid hanging when child process writes an error message and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ #define vfork fork
--- a/src/s/gnu.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/gnu.h Mon May 07 07:42:40 2001 +0000 @@ -31,10 +31,6 @@ #define LIBS_DEBUG -/* XXX emacs should not expect TAB3 to be defined. */ -#define TABDLY OXTABS -#define TAB3 OXTABS - /* GNU needs its own crt0, and libc defines data_start. */ #define ORDINARY_LINK #define DATA_START ({ extern int data_start; (char *) &data_start; })
--- a/src/s/netbsd.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/netbsd.h Mon May 07 07:42:40 2001 +0000 @@ -20,10 +20,6 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) -/* netbsd uses OXTABS instead of the expected TAB3. */ -#define TABDLY OXTABS -#define TAB3 OXTABS - #define A_TEXT_OFFSET(x) (sizeof (struct exec)) #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
--- a/src/s/nextstep.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/nextstep.h Mon May 07 07:42:40 2001 +0000 @@ -117,10 +117,8 @@ #undef NONSYSTEM_DIR_LIBRARY #define signal_handler_t int #define pid_t int -#undef BSD_TERMIOS #undef HAVE_TERMIOS #undef HAVE_TERMIO -#define TAB3 XTABS #define C_OPTIMIZE_SWITCH "-pipe" #undef HAVE_SETITIMER