From b8fa02fdc38b98d76e6beebfcce555d9595ab978 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Apr 1994 05:25:33 +0000 Subject: [PATCH] (CONFIGURATION): Add #undef. --- src/config.in | 2 ++ 1 file changed, 2 insertions(+) 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. */ #define INLINE #endif +#undef CONFIGURATION + /* The configuration script defines opsysfile to be the name of the s/*.h file that describes the system type you are using. The file is chosen based on the configuration name you give. -- 2.39.5