aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/darwin.h
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-06-11 19:17:11 -0400
committerGlenn Morris <[email protected]>2012-06-11 19:17:11 -0400
commita9be7d2b190bb334b9b43a86ce7cbf8478f68e9b (patch)
treef7f3d7a43ff549fbc46db58a2629e92bf46e74fd /src/s/darwin.h
parent71cca84d57cd7b90c2cb9040fc703cdbe78e024c (diff)
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/darwin.h')
-rw-r--r--src/s/darwin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 7c8e26f46c..5033f91813 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -31,10 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define DARWIN_OS
-/* SYSTEM_TYPE should indicate the kind of system you are using.
- It sets the Lisp variable system-type. */
-#define SYSTEM_TYPE "darwin"
-
/* Emacs can read input using SIGIO and buffering characters itself,
or using CBREAK mode and making C-g cause SIGINT.
The choice is controlled by the variable interrupt_input.