(the included bsd-common.h does so)
2012-07-09 Glenn Morris <rgm@gnu.org>
+ * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
+ since the included bsd-common.h does so.
+
Stop ns builds setting the EMACSPATH environment variable.
* nsterm.m (ns_exec_path): New function, split from ns_init_paths.
(ns_init_paths): Do not set EMACSPATH.
/* Get most of the stuff from bsd-common */
#include "bsd-common.h"
-#define SIGNALS_VIA_CHARACTERS
-
/* libc defines data_start. */
#define DATA_START ({ extern int data_start; (char *) &data_start; })