diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/site.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def index fbc1cdd75..ed58a4a4d 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -50,6 +50,9 @@ /* * If you want to use GCC, set HasGcc in the appropriate .cf files. */ +#ifndef HasGcc +#define HasGcc NO +#endif #ifdef UltrixArchitecture #define DefaultCDebugFlags DebuggableCDebugFlags |
