[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in,v |
Date: |
Wed, 23 Jul 2008 06:26:41 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/23 06:26:32
Index: src/config.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/config.in,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -b -r1.258 -r1.259
--- src/config.in 17 Jul 2008 13:50:26 -0000 1.258
+++ src/config.in 23 Jul 2008 06:26:30 -0000 1.259
@@ -1053,7 +1053,6 @@
# ifdef NS_IMPL_GNUSTEP
/* See also .m.o rule in Makefile.in */
# define C_SWITCH_X_SYSTEM -MMD -MP -D_REENTRANT -fPIC -fno-strict-aliasing
-# define LD_SWITCH_SITE -lgnustep-gui -lgnustep-base -lobjc
$(CONFIG_SYSTEM_LIBS) -lpthread
# define GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import
-fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE
# define OTHER_FILES ns-app
# else /* NS_IMPL_COCOA */
@@ -1062,25 +1061,12 @@
# endif /* NS_IMPL_COCOA */
#endif /* HAVE_NS */
-
-
-/* If no remapping takes place, static variables cannot be dumped as
- pure, so don't worry about the `static' keyword. */
-#ifdef NO_REMAP
-#undef static
-#endif
-
/* 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 subprocesses
/* SIGTYPE is the macro we actually use. */
#ifndef SIGTYPE
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/config.in,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/07/30
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/07/30