aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-27 05:25:33 +0000
committerRichard M. Stallman1994-04-27 05:25:33 +0000
commitb8fa02fdc38b98d76e6beebfcce555d9595ab978 (patch)
tree389009e78250b737d6462a8d04c1503eb579aa4c
parent7553a6b72b2e57e3bccbb70928bc27b2a119c182 (diff)
downloademacs-b8fa02fdc38b98d76e6beebfcce555d9595ab978.tar.gz
emacs-b8fa02fdc38b98d76e6beebfcce555d9595ab978.zip
(CONFIGURATION): Add #undef.
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index ea000407a25..5574270a932 100644
--- a/src/config.in
+++ b/src/config.in
@@ -147,6 +147,8 @@ and this notice must be preserved on all copies. */
147#define INLINE 147#define INLINE
148#endif 148#endif
149 149
150#undef CONFIGURATION
151
150/* The configuration script defines opsysfile to be the name of the 152/* The configuration script defines opsysfile to be the name of the
151 s/*.h file that describes the system type you are using. The file 153 s/*.h file that describes the system type you are using. The file
152 is chosen based on the configuration name you give. 154 is chosen based on the configuration name you give.