annotate src/s/aix4-2.h @ 41854:c6e4598a909a

* config.in (HAVE_WORKING_VFORK): New #undefs. * process.c (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. * m/cnvrgnt.h (HAVE_VFORK): Remove #define. * m/ibm370aix.h (HAVE_VFORK): Remove #undef. * m/ibmps2-aix.h (HAVE_VFORK): Remove #define. * m/intel386.h (HAVE_VFORK): Likewise. * m/mips-siemens.h (HAVE_VFORK): Likewise. * m/mips.h (HAVE_VFORK): Likewise. * s/freebsd.h (vfork): Remove #define. * s/lynxos.h (HAVE_VFORK): Remove #undef. * s/usg5-4-2.h: Fix comment about vfork.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:50:56 +0000
parents c6181e97cf15
children 4be8406ebef9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22824
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* AIX 4.2 is missing alloca. */
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "aix4-1.h"
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
25567
c6181e97cf15 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
Dave Love <fx@gnu.org>
parents: 22824
diff changeset
5 #undef ALIGN_DATA_RELOC
c6181e97cf15 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
Dave Love <fx@gnu.org>
parents: 22824
diff changeset
6
22824
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #ifndef __GNUC__
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #undef HAVE_ALLOCA
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #endif