]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 30 Apr 2010 20:48:04 +0000 (13:48 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 30 Apr 2010 20:48:04 +0000 (13:48 -0700)
src/ChangeLog
src/s/gnu.h

index 08a4595e6953591fd85835771e762e70c23a5006..e543fe7655fdc2314c0a6d01a2996865291a5ffc 100644 (file)
@@ -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)
index bf68cabe05122200cade676b62ffc298dc036d05..13679a1db4e9a91de73a867661546ba8bd9b0ebb 100644 (file)
@@ -28,6 +28,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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