Mercurial > emacs
diff src/s/gnu.h @ 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 | 7ada44edb67c |
children | 06c34f190db1 |
line wrap: on
line diff
--- 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