From: Richard M. Stallman Date: Wed, 27 Apr 1994 05:25:33 +0000 (+0000) Subject: (CONFIGURATION): Add #undef. X-Git-Tag: emacs-19.34~8729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8fa02fdc38b98d76e6beebfcce555d9595ab978;p=emacs.git (CONFIGURATION): Add #undef. --- 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.