comparison src/s/freebsd.h @ 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 abe6d1db359e
children 943eaba38521
comparison
equal deleted inserted replaced
511:4a83dda7ae93 512:14227e8a3f1f
98 #endif /* not __ELF__ */ 98 #endif /* not __ELF__ */
99 99
100 /* #define NO_TERMIO */ /* detected in configure */ 100 /* #define NO_TERMIO */ /* detected in configure */
101 #define DECLARE_GETPWUID_WITH_UID_T 101 #define DECLARE_GETPWUID_WITH_UID_T
102 102
103 /* freebsd uses OXTABS instead of the expected TAB3. */
104 #define TABDLY OXTABS
105 #define TAB3 OXTABS
106
107 /* Needed to avoid hanging when child process writes an error message 103 /* Needed to avoid hanging when child process writes an error message
108 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ 104 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
109 #define vfork fork 105 #define vfork fork