comparison src/m/ibmps2-aix.h @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 376386a54a3c
children 0132846995bd
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
130 /* sioctl.h should not be included, says bytheway@cs.utah.edu. */ 130 /* sioctl.h should not be included, says bytheway@cs.utah.edu. */
131 #undef NEED_SIOCTL 131 #undef NEED_SIOCTL
132 /* I'm guessing that that means it doesn't want ptem.h either. */ 132 /* I'm guessing that that means it doesn't want ptem.h either. */
133 #undef NEED_PTEM_H 133 #undef NEED_PTEM_H
134 134
135 /* aix has `union wait' */
136 #define HAVE_UNION_WAIT
137
138 /* Here override various assumptions in ymakefile */ 135 /* Here override various assumptions in ymakefile */
139 136
140 /* Define C_ALLOCA if this machine does not support a true alloca 137 /* Define C_ALLOCA if this machine does not support a true alloca
141 and the one written in C should be used instead. 138 and the one written in C should be used instead.
142 Define HAVE_ALLOCA to say that the system provides a properly 139 Define HAVE_ALLOCA to say that the system provides a properly