*** empty log message ***
[bpt/emacs.git] / msdos / sed2.inp
CommitLineData
ad9445b9 1# -sed2.inp-------------------------------------------------------------
6d356da1 2# Configuration script for src/config.h
ad9445b9
RS
3# ----------------------------------------------------------------------
4/^#undef LISP_FLOAT_TYPE *$/s/undef/define/
5/^#undef GNU_MALLOC *$/s/undef/define/
87485d6f 6# To use the djgpp malloc, deactivate the following line and active the next
ad9445b9 7/^#undef REL_ALLOC *$/s/undef/define/
87485d6f 8# /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/
ad9445b9
RS
9/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
10/^#undef HAVE_SYS_TIME_H *$/s/undef/define/
11# /^#undef HAVE_UNISTD_H *$/s/undef/define/
12/^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
13/^#undef HAVE_GETHOSTNAME *$/s/undef/define/
14/^#undef HAVE_DUP2 *$/s/undef/define/
15/^#undef HAVE_TM_ZONE *$/s/undef/define/
16/^#undef TM_IN_SYS_TIME *$/s/undef/define/
17/^#undef TIME_WITH_SYS_TIME *$/s/undef/define/
18/^#undef HAVE_RENAME *$/s/undef/define/
19/^#undef HAVE_CLOSEDIR *$/s/undef/define/
20/^#undef HAVE_RANDOM *$/s/undef/define/
21/^#undef HAVE_MKDIR *$/s/undef/define/
22/^#undef HAVE_RMDIR *$/s/undef/define/
23/^#undef HAVE_BCMP *$/s/undef/define/
24/^#undef HAVE_BCOPY *$/s/undef/define/
25/^#undef HAVE_FREXP *$/s/undef/define/
26/^#undef HAVE_FTIME *$/s/undef/define/
72b0c010 27/^#undef HAVE_STRERROR *$/s/undef/define/
87485d6f 28/^#undef HAVE_MKTIME *$/s/undef/define/
ad9445b9
RS
29s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
30s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
ff7dc6f6 31s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/
87485d6f 32s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
ad9445b9 33s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
56206da3 34s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!