mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-12 00:36:35 -04:00
Fix the MSDOS build
* msdos/sed2v2.inp (HAVE_SBRK): Define to 1.
This commit is contained in:
parent
daa9e853bd
commit
cc1702f790
|
|
@ -32,6 +32,7 @@
|
|||
/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
|
||||
/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
|
||||
/^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
|
||||
/^#undef HAVE_SBRK *$/s/^.*$/#define HAVE_SBRK 1/
|
||||
/^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
|
||||
/^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
|
||||
/^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/
|
||||
|
|
|
|||
Loading…
Reference in a new issue