aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt19
2 files changed, 7 insertions, 16 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 3be9a7f61d4..6db0eb744c9 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12010-05-13 Glenn Morris <rgm@gnu.org>
2
3 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 23.2 released. 7 * Version 23.2 released.
diff --git a/nt/config.nt b/nt/config.nt
index 9e223573ea3..7ec98fb7666 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,6 +1,7 @@
1/* GNU Emacs site configuration template file. -*- C -*- 1/* GNU Emacs site configuration template file. -*- C -*-
2 Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2
3 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -318,20 +319,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
318 319
319#define subprocesses 320#define subprocesses
320 321
321/* Define LD_SWITCH_X_SITE to contain any special flags your loader
322 may need to deal with X Windows. For instance, if you've defined
323 HAVE_X_WINDOWS above and your X libraries aren't in a place that
324 your loader can find on its own, you might want to add "-L/..." or
325 something similar. */
326#undef LD_SWITCH_X_SITE
327
328/* Define C_SWITCH_X_SITE to contain any special flags your compiler
329 may need to deal with X Windows. For instance, if you've defined
330 HAVE_X_WINDOWS above and your X include files aren't in a place
331 that your compiler can find on its own, you might want to add
332 "-I/..." or something similar. */
333#undef C_SWITCH_X_SITE
334
335/* Define STACK_DIRECTION here, but not if m/foo.h did. */ 322/* Define STACK_DIRECTION here, but not if m/foo.h did. */
336#ifndef STACK_DIRECTION 323#ifndef STACK_DIRECTION
337#undef STACK_DIRECTION 324#undef STACK_DIRECTION