+2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * s/gnu.h (POSIX_SIGNALS):
+ (START_FILES): New definitions.
+
2010-04-30 Glenn Morris <rgm@gnu.org>
* Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
#define SIGNALS_VIA_CHARACTERS
+#define POSIX_SIGNALS
+
/* Tell Emacs that we are a terminfo based system; disable the use
of local termcap. (GNU uses ncurses.) */
#ifdef HAVE_LIBNCURSES
#define ORDINARY_LINK
#define DATA_START ({ extern int data_start; (char *) &data_start; })
+#define START_FILES
+
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
#ifndef NOT_C_CODE