diff options
| -rw-r--r-- | src/s/isc3-0.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index cb75a8fb19a..14ef86f1ff3 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -15,3 +15,8 @@ | |||
| 15 | /* People say that using -traditional causes lossage with `const', | 15 | /* People say that using -traditional causes lossage with `const', |
| 16 | so we might as well try getting rid of -traditional. */ | 16 | so we might as well try getting rid of -traditional. */ |
| 17 | #undef C_SWITCH_SYSTEM | 17 | #undef C_SWITCH_SYSTEM |
| 18 | |||
| 19 | /* Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC has no | ||
| 20 | libX11_s, as specified in s/usg5-3.h. */ | ||
| 21 | #undef LIB_X11_LIB | ||
| 22 | |||