diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 12:46:47 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 12:46:47 -0700 |
commit | 2882364886562e5786f1b636c7660c1caaf6ba86 (patch) | |
tree | 0796acf41a3c8243ccdc0a792e402e3571049bf0 /src/s/aix4-2.h | |
parent | aca004303d7fe01ebe33b902b3dd45e21552175f (diff) | |
download | emacs-2882364886562e5786f1b636c7660c1caaf6ba86.tar.gz |
Remove NEED_BSDTTY and NEED_UNISTD_H.
* s/hpux10-20.h (NEED_BSDTTY): Remove.
* s/aix4-2.h (NEED_UNISTD_H): Remove.
* systty.h: Simplify conditionals for including <sys/bsdtty.h>,
<sys/ptyio.h> and <unistd.h>.
Diffstat (limited to 'src/s/aix4-2.h')
-rw-r--r-- | src/s/aix4-2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 0a36c8ff0df..bd327c7833e 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -109,9 +109,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ It may not have been needed in certain earlier versions. */ #define HAVE_TCATTR -/* Include unistd.h, even though we don't define POSIX. */ -#define NEED_UNISTD_H - /* AIX doesn't define this. */ #define unix 1 |