aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-17 17:11:21 +0000
committerRichard M. Stallman1994-09-17 17:11:21 +0000
commitf01516084116e0aabe25a2a80325b13e95614a7f (patch)
treeb9b622a0da504d78b34acd9b91ce951ca267f828 /src
parent200286b15ada25a835d7cc4120f2aed64269743e (diff)
downloademacs-f01516084116e0aabe25a2a80325b13e95614a7f.tar.gz
emacs-f01516084116e0aabe25a2a80325b13e95614a7f.zip
(EMACS_CONFIG_OPTIONS): Add #undef.
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 3b23246b9db..1b7822f31dc 100644
--- a/src/config.in
+++ b/src/config.in
@@ -160,6 +160,8 @@ and this notice must be preserved on all copies. */
160 160
161#undef EMACS_CONFIGURATION 161#undef EMACS_CONFIGURATION
162 162
163#undef EMACS_CONFIG_OPTIONS
164
163/* The configuration script defines opsysfile to be the name of the 165/* The configuration script defines opsysfile to be the name of the
164 s/*.h file that describes the system type you are using. The file 166 s/*.h file that describes the system type you are using. The file
165 is chosen based on the configuration name you give. 167 is chosen based on the configuration name you give.