annotate src/s/isc3-0.h @ 4180:01de01b59c7f

(memmove): Delete extra parens in the safe_bcopy call.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jul 1993 05:24:34 +0000
parents 5de0e54e03ab
children 4e1ad3204620
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2001
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "s/isc2-2.h"
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /* These have been moved into s-isc2-2.h. */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /* #define HAVE_SOCKETS
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define HAVE_SELECT */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 /* This appears on 3.0, presumably as part of what SunSoft call X2. */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 #undef NO_X_DESTROY_DATABASE
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /* mt00@etherm.co.uk says this is needed for process.c. */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 #define HAVE_TIMEVAL
3402
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
14
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
15 /* People say that using -traditional causes lossage with `const',
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
16 so we might as well try getting rid of -traditional. */
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
17 #undef C_SWITCH_SYSTEM
3636
77fd17ffc0d6 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3402
diff changeset
18
3637
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
19 /* We indirectly #include s/usg5-3.h, which says to use libX11_s and
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
20 libc_s. Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
21 has no libX11_s, and that linking with libc_s causes sbrk not to work. */
3636
77fd17ffc0d6 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3402
diff changeset
22 #undef LIB_X11_LIB
3637
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
23 #undef LIBX11_SYSTEM
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
24 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc
3762
5de0e54e03ab * s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents: 3637
diff changeset
25
5de0e54e03ab * s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents: 3637
diff changeset
26 /* marko@tekelec.com (Marko Rauhamaa) says that his linker couldn't
5de0e54e03ab * s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents: 3637
diff changeset
27 find memmove, but that sounds crazy - I thought all SYSV
5de0e54e03ab * s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents: 3637
diff changeset
28 descendants had that. Let us know if this turns out to be wrong. */
4180
01de01b59c7f (memmove): Delete extra parens in the safe_bcopy call.
Richard M. Stallman <rms@gnu.org>
parents: 3762
diff changeset
29 /* It is safe to have no parens around the args in the safe_bcopy call,
01de01b59c7f (memmove): Delete extra parens in the safe_bcopy call.
Richard M. Stallman <rms@gnu.org>
parents: 3762
diff changeset
30 and parens would screw up the prototype decl for memmove. */
01de01b59c7f (memmove): Delete extra parens in the safe_bcopy call.
Richard M. Stallman <rms@gnu.org>
parents: 3762
diff changeset
31 #define memmove(d, s, n) safe_bcopy (s, d, n)