Message-ID: From: Michel de Ruiter To: "'DJGPP workers'" Date: Mon, 26 Jul 1999 11:22:39 +0200 X-Mailer: Internet Mail Service (5.5.2448.0) Reply-To: djgpp-workers AT delorie DOT com Hi, workers, I would like to know what our "policy" is on include/sys/config.h. I have seen that it is actually used by some DJGPP ports (e.g. Emacs). It is supposed to grow in time, adding new macros now and then? If so, here are some new macros (from Emacs) to consider: --- include/sys/config.h~ Mon Jun 28 10:01:26 1999 +++ include/sys/config.h Sun Jul 25 13:10:02 1999 @@ -405,6 +405,26 @@ #undef HAVE_RANDOM #define HAVE_RANDOM 1 +/* Define if you have lrand48() function in your library. */ +#undef HAVE_LRAND48 +#define HAVE_LRAND48 1 + +/* Define if you have tzset() function in your library. */ +#undef HAVE_TZSET +#define HAVE_TZSET 1 + +/* Define if you have fpathconf() function in your library. */ +#undef HAVE_FPATHCONF +#define HAVE_FPATHCONF 1 + +/* Define if you have utimes() function in your library. */ +#undef HAVE_UTIMES +#define HAVE_UTIMES 1 + +/* Define if you have setpgid() function in your library. */ +#undef HAVE_SETPGID +#define HAVE_SETPGID 1 + /* Define if you have rename() function in your library. */ #undef HAVE_RENAME #define HAVE_RENAME 1 -- Groeten, Michel