annotate src/s/sunos4-1.h @ 20892:18f3cb26243f before-miles-orphaned-changes gcc-2_8_1-980401 gcc-2_8_1-980407 gcc-2_8_1-980412 gcc-2_8_1-980413 gcc-2_8_1-RELEASE gcc_2_8_1-980315 libc-980214 libc-980215 libc-980216 libc-980217 libc-980218 libc-980219 libc-980220 libc-980221 libc-980222 libc-980223 libc-980224 libc-980225 libc-980226 libc-980227 libc-980228 libc-980301 libc-980302 libc-980303 libc-980304 libc-980306 libc-980307 libc-980308 libc-980309 libc-980310 libc-980311 libc-980312 libc-980313 libc-980314 libc-980315 libc-980316 libc-980317 libc-980318 libc-980319 libc-980320 libc-980321 libc-980322 libc-980323 libc-980324 libc-980325 libc-980326 libc-980327 libc-980328 libc-980329 libc-980330 libc-980331 libc-980401 libc-980402 libc-980403 libc-980404 libc-980405 libc-980406 libc-980407 libc-980408 libc-980409 libc-980410 libc-980411 libc-980412 libc-980413 libc-980414 libc-980428 libc-980429 libc-980430 libc-980501 libc-980502 libc-980503 libc-980504 libc-980505 libc-980506 libc-980507 libc-980508 libc-980509 libc-980510 libc-980512 libc-980513 libc-980514 libc-980515 libc-980516 libc-980517 libc-980518 libc-980519 libc-980520 libc-980521 libc-980522 libc-980523 libc-980524 libc-980525 libc-980526 libc-980527 libc-980528 libc-980529 libc-980530 libc-980531 libc-980601 libc-980602 libc-980603 libc-980604 libc-980605 libc-980606 libc-980607 libc-980608 libc-980609 libc-980610 libc-980611 libc-980612 libc-980613

Add PentiumII (i786). Add '7' to all i[3456] entries. Add AMD and Cyrix names for P5 and P6.
author Richard Kenner <kenner@gnu.org>
date Fri, 13 Feb 1998 12:16:46 +0000
parents 05ed4bcaab10
children 63fd40a97a75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 #include "sunos4-0.h"
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
3591
507f64624555 Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents: 2284
diff changeset
3 /* 4.1.1 makes these system calls interruptible. */
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 #define read sys_read
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6 #define write sys_write
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 #define open sys_open
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 #define close sys_close
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
9
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 #define INTERRUPTIBLE_OPEN
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 #define INTERRUPTIBLE_CLOSE
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 #define INTERRUPTIBLE_IO
2284
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 457
diff changeset
13
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 457
diff changeset
14 /* Cause the compilation of oldxmenu to use the right -I option. */
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 457
diff changeset
15 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
3968
e6f0cff88f06 * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
16
7176
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
17 #if 0 /* This isn't right. Apparently some sites do have -lresolv
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
18 but don't use that. On those systems, the code below loses.
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
19 There's no way to win automatically unless someone
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
20 figures out a way of determining automatically which way is right
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
21 on any given system. */
3983
0c928e4c5304 * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
Jim Blandy <jimb@redhat.com>
parents: 3968
diff changeset
22 /* Some systems do not run the Network Information Service, but have
0c928e4c5304 * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
Jim Blandy <jimb@redhat.com>
parents: 3968
diff changeset
23 modified the shared C library to include resolver support without
7047
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
24 also changing the C archive library (/usr/lib/libc.a). If we
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
25 detect the presence of libresolv.a, use -lresolv to supplement libc.a.
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
26
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
27 We used to have #ifdef HAVE_GETHOSTNAME is to prevent configure from
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
28 setting libsrc_libs to -lresolv in lib-src/Makefile. But nowadays
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
29 configure is smarter about computing libsrc_libs, and would not
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
30 be fooled. Anyway, why not use -lresolv in lib-src? */
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
31 /* #ifdef HAVE_GETHOSTNAME */
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
32 #ifdef HAVE_LIBRESOLV
4731
a8c0357a8554 (LIBS_SYSTEM): Use -lresolv if it seems appropriate.
Richard M. Stallman <rms@gnu.org>
parents: 4210
diff changeset
33 #define LIBS_SYSTEM -lresolv
a8c0357a8554 (LIBS_SYSTEM): Use -lresolv if it seems appropriate.
Richard M. Stallman <rms@gnu.org>
parents: 4210
diff changeset
34 #endif
7047
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
35 /* #endif */
7176
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
36 #endif
4210
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
37
5438
ab37f52a4fe3 (SUNOS_LOCALTIME_BUG): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 5259
diff changeset
38 #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */
4210
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
39 /* Tell GNU malloc to compensate for a bug in localtime. */
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
40 #define SUNOS_LOCALTIME_BUG
5438
ab37f52a4fe3 (SUNOS_LOCALTIME_BUG): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 5259
diff changeset
41 #endif
9074
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
42
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
43 /* Define dlopen, dlclose, dlsym. */
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
44 #define USE_DL_STUBS