X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a971635315e259c076de020b3676c04d1dcc415e..e084bc3d4106d616722c18a54df23382b1599dee:/nt/config.nt diff --git a/nt/config.nt b/nt/config.nt index dd37960d48..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. @@ -419,10 +419,6 @@ extern char *getenv (); #define POINTER_TYPE void #endif -#ifndef PTR -#define PTR POINTER_TYPE * -#endif - #ifndef PROTOTYPES #define PROTOTYPES 1 #endif @@ -464,10 +460,6 @@ void w32_abort (void) NO_RETURN; #endif #endif -/* Support for listing processes and their attributes. */ -#define LISTPROC w32_list_system_processes -#define PROCATTR w32_system_process_attributes - /* Prevent accidental use of features unavailable in older Windows versions we still support. */ #define _WIN32_WINNT 0x0400