annotate msdos/sed2.inp @ 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 af9d0a7cd7cd
children d7fc0ed0cd81
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
1 # -sed2.inp-------------------------------------------------------------
7230
0dc95caa2188 Identify the file being patched as src/...
Richard M. Stallman <rms@gnu.org>
parents: 7204
diff changeset
2 # Configuration script for src/config.h
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
3 # ----------------------------------------------------------------------
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
4 /^#undef LISP_FLOAT_TYPE *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
5 /^#undef GNU_MALLOC *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
6 /^#undef REL_ALLOC *$/s/undef/define/
15005
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
7 /^#undef HAVE_SYS_SELECT/i\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
8 #if defined(__DJGPP__) && __DJGPP__ > 1\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
9 /* In v2.0 and later almost everything is defined in <sys/config.h> */\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
10 #include <sys/config.h>\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
11 #undef HAVE_SELECT\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
12 #undef _LIBC\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
13 #define HAVE_VFORK 1\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
14 #define HAVE_STRUCT_UTIMBUF 1\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
15 #define LOCALTIME_CACHE 1\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
16 #define HAVE_TZSET 1\
18836
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
17 #define HAVE_LOGB 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
18 #define HAVE_FREXP 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
19 #define HAVE_FMOD 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
20 #define HAVE_RINT 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
21 #define HAVE_CBRT 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
22 #define HAVE_FPATHCONF 1\
fb373eed5b38 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman <rms@gnu.org>
parents: 15401
diff changeset
23 #define HAVE_SETRLIMIT 1\
15005
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
24 #else /* not __DJGPP__ > 1 */
12133
e7d81d04043b Define STDC_HEADERS.
Karl Heuer <kwzh@gnu.org>
parents: 9572
diff changeset
25 /^#undef STDC_HEADERS *$/s/undef/define/
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
26 /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
27 /^#undef HAVE_SYS_TIME_H *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
28 # /^#undef HAVE_UNISTD_H *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
29 /^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
30 /^#undef HAVE_GETHOSTNAME *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
31 /^#undef HAVE_DUP2 *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
32 /^#undef HAVE_TM_ZONE *$/s/undef/define/
14259
c52f7f0d5fd5 (LOCALTIME_CACHE, HAVE_TZSET): Define these.
Karl Heuer <kwzh@gnu.org>
parents: 12991
diff changeset
33 /^#undef LOCALTIME_CACHE *$/s/undef/define/
c52f7f0d5fd5 (LOCALTIME_CACHE, HAVE_TZSET): Define these.
Karl Heuer <kwzh@gnu.org>
parents: 12991
diff changeset
34 /^#undef HAVE_TZSET *$/s/undef/define/
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
35 /^#undef TM_IN_SYS_TIME *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
36 /^#undef TIME_WITH_SYS_TIME *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
37 /^#undef HAVE_RENAME *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
38 /^#undef HAVE_CLOSEDIR *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
39 /^#undef HAVE_RANDOM *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
40 /^#undef HAVE_MKDIR *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
41 /^#undef HAVE_RMDIR *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
42 /^#undef HAVE_BCMP *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
43 /^#undef HAVE_BCOPY *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
44 /^#undef HAVE_FREXP *$/s/undef/define/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
45 /^#undef HAVE_FTIME *$/s/undef/define/
15005
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
46 /^#undef HAVE_MKTIME *$/s/undef/define/
8249
6a072f705d7d (HAVE_STRERROR): Define.
Richard M. Stallman <rms@gnu.org>
parents: 8197
diff changeset
47 /^#undef HAVE_STRERROR *$/s/undef/define/
12991
00db8b604656 Define STDC_HEADERS.
Richard M. Stallman <rms@gnu.org>
parents: 12135
diff changeset
48 /^#undef HAVE_TIMEVAL *$/s/undef/define/
15005
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
49 / HAVE_TIMEVAL/a\
4d6af48d7446 Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman <rms@gnu.org>
parents: 14259
diff changeset
50 #endif /* not __DJGPP__ > 1 */
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
51 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
52 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
19333
af9d0a7cd7cd EMACS_CONFIGURATION: Set to i386-pc-msdosdjgpp.
Eli Zaretskii <eliz@gnu.org>
parents: 18836
diff changeset
53 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8249
diff changeset
54 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
7204
6e219f77e69e We have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman <rms@gnu.org>
parents: 5219
diff changeset
55 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
8197
d6a441681fb4 Use "m/intel386" instead of "m/dos386.h".
Richard M. Stallman <rms@gnu.org>
parents: 7596
diff changeset
56 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!