annotate src/s/uxpv.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 e075b0cbd57a
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24384
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 /* System description file for Fujitsu UXP/V
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2 This file describes the parameters that system description files
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 should define or not. */
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
4
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
5 #include "usg5-4-2.h"
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
6
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
7 /* SYSTEM_TYPE should indicate the kind of system you are using.
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
8 It sets the Lisp variable system-type. */
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
9
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
10 #undef SYSTEM_TYPE
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
11 #define SYSTEM_TYPE "uxpv"