(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 27 Jul 2009 17:52:17 +0000 (17:52 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 27 Jul 2009 17:52:17 +0000 (17:52 +0000)
src/ChangeLog
src/s/netbsd.h

index bc3f9b5..4dd53f2 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
+
 2009-07-27  Kenichi Handa  <handa@m17n.org>
 
        * xfaces.c (face_with_height): Call font_clear_prop.
index 93c03dd..81fba04 100644 (file)
@@ -33,8 +33,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #undef LDAV_SYMBOL
 #define HAVE_GETLOADAVG 1
 
-#define SIGNALS_VIA_CHARACTERS
-
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
 /* netbsd uses OXTABS instead of the expected TAB3.  */