diff options
| author | Richard M. Stallman | 1993-05-27 00:21:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-27 00:21:21 +0000 |
| commit | 51d18dc30ea60d6f0842a61d8031dd7a28f426dd (patch) | |
| tree | a2a77d9eb7ef8c9607b395aace20c4b55220990a /src | |
| parent | 114137b8aa69ae69d609edc0e77dad5a67f1a72d (diff) | |
| download | emacs-51d18dc30ea60d6f0842a61d8031dd7a28f426dd.tar.gz emacs-51d18dc30ea60d6f0842a61d8031dd7a28f426dd.zip | |
(HAVE_TCATTR): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index fbb6218ac9a..4588835a199 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -167,6 +167,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 167 | #define HAVE_VFORK | 167 | #define HAVE_VFORK |
| 168 | #define HAVE_SYS_SIGLIST | 168 | #define HAVE_SYS_SIGLIST |
| 169 | #define HAVE_GETWD /* cure conflict with getcwd? */ | 169 | #define HAVE_GETWD /* cure conflict with getcwd? */ |
| 170 | #define HAVE_TCATTR /* faith@cs.unc.edu says this is needed. */ | ||
| 170 | 171 | ||
| 171 | #define USE_UTIME /* don't have utimes */ | 172 | #define USE_UTIME /* don't have utimes */ |
| 172 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 173 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |