diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/usg5-4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index e8fe34a4414..d60a5eb8524 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -28,6 +28,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 28 | 28 | ||
| 29 | #define USG5_4 | 29 | #define USG5_4 |
| 30 | 30 | ||
| 31 | /* On most SVR4 systems, gettimeofday takes one arg | ||
| 32 | and the compiler might crash. */ | ||
| 33 | #define GETTIMEOFDAY_ONE_ARGUMENT | ||
| 34 | |||
| 31 | /* We do have multiple jobs. Handle ^Z. */ | 35 | /* We do have multiple jobs. Handle ^Z. */ |
| 32 | 36 | ||
| 33 | #undef NOMULTIPLEJOBS | 37 | #undef NOMULTIPLEJOBS |