comparison src/m/ibmrt-aix.h @ 29793:d5b993b86f16

Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 14:05:16 +0000
parents 1a4c3573a216
children 4be8406ebef9
comparison
equal deleted inserted replaced
29792:ad887a4586ab 29793:d5b993b86f16
158 158
159 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */ 159 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */
160 160
161 #include </usr/include/bsd/BSDtoAIX.h> 161 #include </usr/include/bsd/BSDtoAIX.h>
162 #define BSTRING 162 #define BSTRING
163 #define HAVE_GETTIMEOFDAY
164 #define HAVE_VFORK
165 163
166 /* AIX utimes allegedly causes SIGSEGV. */ 164 /* AIX utimes allegedly causes SIGSEGV. */
167 #undef HAVE_UTIMES /* override configuration decision */ 165 #undef HAVE_UTIMES /* override configuration decision */
168 166
169 /* AIX defines FIONREAD, but it does not work. */ 167 /* AIX defines FIONREAD, but it does not work. */