1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(HAVE_SETITIMER): Define.

This commit is contained in:
Eli Zaretskii 2000-01-27 11:31:46 +00:00
parent a065c889e1
commit 7c7b25db8c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
* sed2.inp (HAVE_SETITIMER): Define.
1999-11-18 Eli Zaretskii <eliz@is.elta.co.il>
* sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.

View File

@ -8,6 +8,7 @@
#if defined(__DJGPP__) && __DJGPP__ > 1\
/* In v2.0 and later almost everything is defined in <sys/config.h> */\
#include <sys/config.h>\
#define HAVE_SETITIMER 1\
#undef HAVE_SELECT\
#undef _LIBC\
#define HAVE_VFORK 1\