aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index a944e362ee3..201fcde6e0f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -231,6 +231,12 @@ typedef unsigned long EMACS_UINT;
231#endif /* not NO_SHORTNAMES */ 231#endif /* not NO_SHORTNAMES */
232#endif /* SHORTNAMES */ 232#endif /* SHORTNAMES */
233 233
234/* If no remapping takes place, static variables cannot be dumped as
235 pure, so don't worry about the `static' keyword. */
236#ifdef NO_REMAP
237#undef static
238#endif
239
234/* Define `subprocesses' should be defined if you want to 240/* Define `subprocesses' should be defined if you want to
235 have code for asynchronous subprocesses 241 have code for asynchronous subprocesses
236 (as used in M-x compile and M-x shell). 242 (as used in M-x compile and M-x shell).