X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bdee2ef3fab9b8a434d41c1f95c3f98aa342008b..ca6e909ce36b365d705dd29e5c7f9a5a7904c719:/nt/config.nt diff --git a/nt/config.nt b/nt/config.nt index 231c13948e..f000d53e41 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1,6 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -81,7 +81,6 @@ along with GNU Emacs. If not, see . */ /* If we're using any sort of window system, define some consequences. */ #ifdef HAVE_X_WINDOWS #define HAVE_WINDOW_SYSTEM -#define MULTI_KBOARD #define HAVE_MOUSE #endif @@ -315,20 +314,9 @@ along with GNU Emacs. If not, see . */ /* Define `subprocesses' should be defined if you want to have code for asynchronous subprocesses (as used in M-x compile and M-x shell). - These do not work for some USG systems yet; - for the ones where they work, the s/SYSTEM.h file defines this flag. */ + Only MSDOS does not support this. */ -#ifndef VMS -#ifndef USG -/* #define subprocesses */ -#endif -#endif - -/* Define LD_SWITCH_SITE to contain any special flags your loader may need. */ -#undef LD_SWITCH_SITE - -/* Define C_SWITCH_SITE to contain any special flags your compiler needs. */ -#undef C_SWITCH_SITE +#define subprocesses /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need to deal with X Windows. For instance, if you've defined @@ -431,10 +419,6 @@ extern char *getenv (); #define POINTER_TYPE void #endif -#ifndef PTR -#define PTR POINTER_TYPE * -#endif - #ifndef PROTOTYPES #define PROTOTYPES 1 #endif