summaryrefslogtreecommitdiff
path: root/src/conf_post.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-31 13:50:52 -0400
committerGlenn Morris <rgm@gnu.org>2012-07-31 13:50:52 -0400
commit8d8e2dfea4550988e389bf0d81eb24648a2438a5 (patch)
treea33659de57a90dbd8c0acc9d406b015ad9dc38f3 /src/conf_post.h
parent1e0afd9a0f4273ca55345a6ae5412a5aa6c21690 (diff)
downloademacs-8d8e2dfea4550988e389bf0d81eb24648a2438a5.tar.gz
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/conf_post.h')
-rw-r--r--src/conf_post.h13
1 files changed, 0 insertions, 13 deletions
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();
#endif
#endif /* USG5_4 */
-/* Define AMPERSAND_FULL_NAME if you use the convention
- that & in the full name stands for the login id. */
-/* Turned on June 1996 supposing nobody will mind it. */
-#define AMPERSAND_FULL_NAME
-
-/* `subprocesses' should be defined if you want to
- have code for asynchronous subprocesses
- (as used in M-x compile and M-x shell).
- Only MSDOS does not support this (it overrides
- this in its config_opsysfile below). */
-
-#define subprocesses
-
/* Include the os dependent file. */
#ifdef config_opsysfile
# include config_opsysfile