comparison msdos/sed2.inp @ 9572:b36d5e88cccc

*** empty log message ***
author Morten Welinder <terra@diku.dk>
date Mon, 17 Oct 1994 08:42:36 +0000
parents 6a072f705d7d
children e7d81d04043b
comparison
equal deleted inserted replaced
9571:b37425ecb3f0 9572:b36d5e88cccc
1 # -sed2.inp------------------------------------------------------------- 1 # -sed2.inp-------------------------------------------------------------
2 # Configuration script for src/config.h 2 # Configuration script for src/config.h
3 # ---------------------------------------------------------------------- 3 # ----------------------------------------------------------------------
4 /^#undef LISP_FLOAT_TYPE *$/s/undef/define/ 4 /^#undef LISP_FLOAT_TYPE *$/s/undef/define/
5 /^#undef GNU_MALLOC *$/s/undef/define/ 5 /^#undef GNU_MALLOC *$/s/undef/define/
6 # To use the djgpp malloc, deactivate the following line and active the next
6 /^#undef REL_ALLOC *$/s/undef/define/ 7 /^#undef REL_ALLOC *$/s/undef/define/
8 # /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/
7 /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/ 9 /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
8 /^#undef HAVE_SYS_TIME_H *$/s/undef/define/ 10 /^#undef HAVE_SYS_TIME_H *$/s/undef/define/
9 # /^#undef HAVE_UNISTD_H *$/s/undef/define/ 11 # /^#undef HAVE_UNISTD_H *$/s/undef/define/
10 /^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/ 12 /^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
11 /^#undef HAVE_GETHOSTNAME *$/s/undef/define/ 13 /^#undef HAVE_GETHOSTNAME *$/s/undef/define/
21 /^#undef HAVE_BCMP *$/s/undef/define/ 23 /^#undef HAVE_BCMP *$/s/undef/define/
22 /^#undef HAVE_BCOPY *$/s/undef/define/ 24 /^#undef HAVE_BCOPY *$/s/undef/define/
23 /^#undef HAVE_FREXP *$/s/undef/define/ 25 /^#undef HAVE_FREXP *$/s/undef/define/
24 /^#undef HAVE_FTIME *$/s/undef/define/ 26 /^#undef HAVE_FTIME *$/s/undef/define/
25 /^#undef HAVE_STRERROR *$/s/undef/define/ 27 /^#undef HAVE_STRERROR *$/s/undef/define/
28 /^#undef HAVE_MKTIME *$/s/undef/define/
26 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ 29 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
27 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ 30 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
28 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/ 31 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/
32 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
29 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"! 33 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
30 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"! 34 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!