diff options
| author | Richard M. Stallman | 1993-12-15 18:51:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-15 18:51:14 +0000 |
| commit | 44cd82f50f3b1790715d39a3843a6368116f2dac (patch) | |
| tree | 847b4e775d1d74275203f768f3ae3e188c985ac7 | |
| parent | 4d9c0ca4d6396f194d212cd79c456ba28d2ce283 (diff) | |
| download | emacs-44cd82f50f3b1790715d39a3843a6368116f2dac.tar.gz emacs-44cd82f50f3b1790715d39a3843a6368116f2dac.zip | |
entered into RCS
| -rw-r--r-- | msdos/sed2.inp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp new file mode 100644 index 00000000000..67161ef9eed --- /dev/null +++ b/msdos/sed2.inp | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # ---------------------------------------------------------------------- | ||
| 2 | # Configuration script for config.h | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | /^#undef LISP_FLOAT_TYPE *$/s/undef/define/ | ||
| 5 | /^#undef GNU_MALLOC *$/s/undef/define/ | ||
| 6 | /^#undef REL_ALLOC *$/s/undef/define/ | ||
| 7 | /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/ | ||
| 8 | /^#undef HAVE_SYS_TIME_H *$/s/undef/define/ | ||
| 9 | # /^#undef HAVE_UNISTD_H *$/s/undef/define/ | ||
| 10 | /^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/ | ||
| 11 | /^#undef HAVE_GETHOSTNAME *$/s/undef/define/ | ||
| 12 | /^#undef HAVE_DUP2 *$/s/undef/define/ | ||
| 13 | /^#undef HAVE_TM_ZONE *$/s/undef/define/ | ||
| 14 | /^#undef TM_IN_SYS_TIME *$/s/undef/define/ | ||
| 15 | /^#undef TIME_WITH_SYS_TIME *$/s/undef/define/ | ||
| 16 | /^#undef HAVE_RENAME *$/s/undef/define/ | ||
| 17 | /^#undef HAVE_CLOSEDIR *$/s/undef/define/ | ||
| 18 | /^#undef HAVE_RANDOM *$/s/undef/define/ | ||
| 19 | /^#undef HAVE_MKDIR *$/s/undef/define/ | ||
| 20 | /^#undef HAVE_RMDIR *$/s/undef/define/ | ||
| 21 | /^#undef HAVE_BCOPY *$/s/undef/define/ | ||
| 22 | /^#undef HAVE_FREXP *$/s/undef/define/ | ||
| 23 | /^#undef HAVE_FTIME *$/s/undef/define/ | ||
| 24 | s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ | ||
| 25 | s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ | ||
| 26 | s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"! | ||
| 27 | s!^#undef config_machfile *$!#define config_machfile "m/dos386.h"! | ||