aboutsummaryrefslogtreecommitdiffstats
path: root/nt/config.nt
diff options
context:
space:
mode:
authorGlenn Morris2012-06-11 19:17:11 -0400
committerGlenn Morris2012-06-11 19:17:11 -0400
commita9be7d2b190bb334b9b43a86ce7cbf8478f68e9b (patch)
treef7f3d7a43ff549fbc46db58a2629e92bf46e74fd /nt/config.nt
parent71cca84d57cd7b90c2cb9040fc703cdbe78e024c (diff)
downloademacs-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 'nt/config.nt')
-rw-r--r--nt/config.nt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index 2e56633d4fd..f32c38f8435 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -326,6 +326,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
326/* Version number of package */ 326/* Version number of package */
327#define VERSION "24.1.50" 327#define VERSION "24.1.50"
328 328
329/* The type of system you are compiling for; sets `system-type'. */
330#define SYSTEM_TYPE "windows-nt"
331
329/* Define to `__inline__' or `__inline' if that's what the C compiler 332/* Define to `__inline__' or `__inline' if that's what the C compiler
330 calls it, or to nothing if 'inline' is not supported under any name. */ 333 calls it, or to nothing if 'inline' is not supported under any name. */
331#ifdef __GNUC__ 334#ifdef __GNUC__