From 21b16c1f1acd5a2775f9c1f4dad39dfa19e1b373 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 22:01:18 +0000 Subject: [PATCH] (TABDLY, TAB3): Defined. (SYSV_SYSTEM_DIR): Defined. --- src/s/bsd386.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 29fb047b6ca..5a3358c6de2 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -18,3 +18,10 @@ /* The dumped Emacs records the timezone it was dumped in. */ #define LOCALTIME_CACHE + +/* System uses OXTABS instead of the expected TAB3. + (Copied from netbsd.h.) */ +#define TABDLY OXTABS +#define TAB3 OXTABS + +#define SYSV_SYSTEM_DIR -- 2.39.5