comparison src/s/aix4-2.h @ 108273:de8de918fbab

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>.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 06 May 2010 12:46:47 -0700
parents 06c34f190db1
children 8416c8d075e3
comparison
equal deleted inserted replaced
108272:87980e1e3597 108273:de8de918fbab
107 107
108 /* The following definition seems to be needed in AIX version 3.1.6.8. 108 /* The following definition seems to be needed in AIX version 3.1.6.8.
109 It may not have been needed in certain earlier versions. */ 109 It may not have been needed in certain earlier versions. */
110 #define HAVE_TCATTR 110 #define HAVE_TCATTR
111 111
112 /* Include unistd.h, even though we don't define POSIX. */
113 #define NEED_UNISTD_H
114
115 /* AIX doesn't define this. */ 112 /* AIX doesn't define this. */
116 #define unix 1 113 #define unix 1
117 114
118 /* string.h defines rindex as a macro, at least with native cc, so we 115 /* string.h defines rindex as a macro, at least with native cc, so we
119 lose declaring char * rindex without this. 116 lose declaring char * rindex without this.