aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 13:50:52 -0400
committerGlenn Morris2012-07-31 13:50:52 -0400
commit8d8e2dfea4550988e389bf0d81eb24648a2438a5 (patch)
treea33659de57a90dbd8c0acc9d406b015ad9dc38f3 /src
parent1e0afd9a0f4273ca55345a6ae5412a5aa6c21690 (diff)
downloademacs-8d8e2dfea4550988e389bf0d81eb24648a2438a5.tar.gz
emacs-8d8e2dfea4550988e389bf0d81eb24648a2438a5.zip
Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac
* configure.ac (AMPERSAND_FULL_NAME, subprocesses): Move here from conf_post.h. * src/conf_post.h (AMPERSAND_FULL_NAME, subprocesses): Move to configure.ac.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/conf_post.h13
2 files changed, 5 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 061f15da73d..fccb46f788e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-31 Glenn Morris <rgm@gnu.org>
2
3 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
4 Move to configure.ac.
5
12012-07-31 Eli Zaretskii <eliz@gnu.org> 62012-07-31 Eli Zaretskii <eliz@gnu.org>
2 7
3 * .gdbinit (xframe): Adapt to introduction of FVAR and the 8 * .gdbinit (xframe): Adapt to introduction of FVAR and the
diff --git a/src/conf_post.h b/src/conf_post.h
index f84d6ae6f42..f8b76a1b19e 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -102,19 +102,6 @@ char *_getpty();
102#endif 102#endif
103#endif /* USG5_4 */ 103#endif /* USG5_4 */
104 104
105/* Define AMPERSAND_FULL_NAME if you use the convention
106 that & in the full name stands for the login id. */
107/* Turned on June 1996 supposing nobody will mind it. */
108#define AMPERSAND_FULL_NAME
109
110/* `subprocesses' should be defined if you want to
111 have code for asynchronous subprocesses
112 (as used in M-x compile and M-x shell).
113 Only MSDOS does not support this (it overrides
114 this in its config_opsysfile below). */
115
116#define subprocesses
117
118/* Include the os dependent file. */ 105/* Include the os dependent file. */
119#ifdef config_opsysfile 106#ifdef config_opsysfile
120# include config_opsysfile 107# include config_opsysfile