diff options
| author | Glenn Morris | 2012-06-11 19:17:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-11 19:17:11 -0400 |
| commit | a9be7d2b190bb334b9b43a86ce7cbf8478f68e9b (patch) | |
| tree | f7f3d7a43ff549fbc46db58a2629e92bf46e74fd /src/s/gnu.h | |
| parent | 71cca84d57cd7b90c2cb9040fc703cdbe78e024c (diff) | |
| download | emacs-a9be7d2b190bb334b9b43a86ce7cbf8478f68e9b.tar.gz emacs-a9be7d2b190bb334b9b43a86ce7cbf8478f68e9b.zip | |
Move SYSTEM_TYPE from src/s to configure
* configure.in (SYSTEM_TYPE): New AC_DEFINE.
* msdos/sed2v2.inp (SYSTEM_TYPE): Set it.
* nt/config.nt (SYSTEM_TYPE): Define it.
* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-kfreebsd.h, src/s/gnu-linux.h, src/s/gnu.h, src/s/hpux10-20.h:
* src/s/irix6-5.h, src/s/ms-w32.h, src/s/msdos.h, src/s/template.h:
* src/s/usg5-4-common.h: Remove SYSTEM_TYPE.
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index cd72164a520..089890a12b5 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -21,9 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 21 | /* Get most of the stuff from bsd-common */ | 21 | /* Get most of the stuff from bsd-common */ |
| 22 | #include "bsd-common.h" | 22 | #include "bsd-common.h" |
| 23 | 23 | ||
| 24 | #undef SYSTEM_TYPE | ||
| 25 | #define SYSTEM_TYPE "gnu" | ||
| 26 | |||
| 27 | #define SIGNALS_VIA_CHARACTERS | 24 | #define SIGNALS_VIA_CHARACTERS |
| 28 | 25 | ||
| 29 | /* libc defines data_start. */ | 26 | /* libc defines data_start. */ |