Mercurial > hg > xemacs-beta
comparison msdos/sed2.inp @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 # -sed2.inp------------------------------------------------------------- | |
2 # Configuration script for src/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_BCMP *$/s/undef/define/ | |
22 /^#undef HAVE_BCOPY *$/s/undef/define/ | |
23 /^#undef HAVE_FREXP *$/s/undef/define/ | |
24 /^#undef HAVE_FTIME *$/s/undef/define/ | |
25 /^#undef HAVE_STRERROR *$/s/undef/define/ | |
26 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ | |
27 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ | |
28 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/ | |
29 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"! | |
30 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"! |