annotate msdos/sed2.inp @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128

typos.
author Jeff Law <law@redhat.com>
date Wed, 10 Sep 1997 21:16:20 +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"!