changeset 108177:35378c29749d

* s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 30 Apr 2010 13:48:04 -0700
parents e6f59a2ba110
children 0f3897ef1f44
files src/ChangeLog src/s/gnu.h
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 30 09:37:01 2010 -0700
+++ b/src/ChangeLog	Fri Apr 30 13:48:04 2010 -0700
@@ -1,3 +1,8 @@
+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)
--- a/src/s/gnu.h	Fri Apr 30 09:37:01 2010 -0700
+++ b/src/s/gnu.h	Fri Apr 30 13:48:04 2010 -0700
@@ -28,6 +28,8 @@
 
 #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
@@ -44,6 +46,8 @@
 #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