1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.

sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
This commit is contained in:
Eli Zaretskii 1999-11-18 16:56:16 +00:00
parent 5a7d40558b
commit ba3a0c6dc6
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1999-11-18 Eli Zaretskii <eliz@is.elta.co.il>
* sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
* sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
1999-07-29 Eli Zaretskii <eliz@gnu.org>
* sedleim.inp (SHELL, MAKESHELL): Use /xyzzy/command as the shell.

View File

@ -5,8 +5,9 @@ s/^#.*//
s/^[ \f\t][ \f\t]*$//
s/^ / /
s/\.h\.in/.h-in/
/^ \.\/temacs/i\
/^ LC_ALL=C \.\/temacs/i\
stubedit temacs.exe minstack=100k
/^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/
/^MAKE *=/s/^/# /
/^SHELL *=/s/^/# /
/^srcdir *=/s/@[^@\n]*@/./

View File

@ -21,6 +21,8 @@
#define HAVE_CBRT 1\
#define HAVE_FPATHCONF 1\
#define HAVE_SETRLIMIT 1\
#define HAVE_TM_GMTOFF 1\
#define HAVE_MBLEN 1\
#else /* not __DJGPP__ > 1 */
/^#undef STDC_HEADERS *$/s/undef/define/
/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/