annotate src/s/isc4-0.h @ 8409:4a27ca4bcdf4

(insert-directory): Gracefully handle the case where a file disappears between when it is listed in the directory and when the attributes are requested.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Aug 1994 07:15:34 +0000
parents f21e11ac80bb
children 73c6f6ff6f73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6777
1f1e94761cd6 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* This is needed for ISC 4.0, but won't be needed for 4.1. */
1f1e94761cd6 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
1f1e94761cd6 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "isc3-0.h"
1f1e94761cd6 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
6880
b6ef9edeb65d (LIBS_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 6777
diff changeset
5 #define LIBS_SYSTEM -linet
7325
bfbebc2a04c9 (NEED_SIOCTL, ISC4_0): Declared.
Richard M. Stallman <rms@gnu.org>
parents: 6880
diff changeset
6
bfbebc2a04c9 (NEED_SIOCTL, ISC4_0): Declared.
Richard M. Stallman <rms@gnu.org>
parents: 6880
diff changeset
7 #define ISC4_0
bfbebc2a04c9 (NEED_SIOCTL, ISC4_0): Declared.
Richard M. Stallman <rms@gnu.org>
parents: 6880
diff changeset
8 #define NEED_SIOCTL
8284
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
9
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
11 He used GCC. I don't know what is needed with other compilers. */
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
12 #ifdef __GNUC__
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
13 #undef LIBX11_SYSTEM
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
14 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
f21e11ac80bb [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman <rms@gnu.org>
parents: 7577
diff changeset
15 #endif