diff options
| author | Richard M. Stallman | 1994-04-27 05:25:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-27 05:25:33 +0000 |
| commit | b8fa02fdc38b98d76e6beebfcce555d9595ab978 (patch) | |
| tree | 389009e78250b737d6462a8d04c1503eb579aa4c /src | |
| parent | 7553a6b72b2e57e3bccbb70928bc27b2a119c182 (diff) | |
| download | emacs-b8fa02fdc38b98d76e6beebfcce555d9595ab978.tar.gz emacs-b8fa02fdc38b98d76e6beebfcce555d9595ab978.zip | |
(CONFIGURATION): Add #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 2 |
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. |