diff options
| author | Karl Heuer | 1995-07-31 18:19:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-31 18:19:30 +0000 |
| commit | eee5aed1f2b1e221b3fcf61f363fbaa5d4f22c14 (patch) | |
| tree | cd15ce65351efa8b3f7c6885e56211c1e8d2c325 /src | |
| parent | 91b3bb19acaf56f1ff0a3aaa7b8e9e37c89d55e2 (diff) | |
| download | emacs-eee5aed1f2b1e221b3fcf61f363fbaa5d4f22c14.tar.gz emacs-eee5aed1f2b1e221b3fcf61f363fbaa5d4f22c14.zip | |
(GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-5.h | 2 | ||||
| -rw-r--r-- | src/s/usg5-4.h | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index c3d50019662..f3132550b8f 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | /* Handle Solaris 2.5. */ | 1 | /* Handle Solaris 2.5. */ |
| 2 | 2 | ||
| 3 | #include "sol2-4.h" | 3 | #include "sol2-4.h" |
| 4 | |||
| 5 | #undef GETTIMEOFDAY_ONE_ARGUMENT | ||
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index a8c09254dcb..d6b87ec19ae 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -28,10 +28,6 @@ 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 | |||
| 35 | /* We do have multiple jobs. Handle ^Z. */ | 31 | /* We do have multiple jobs. Handle ^Z. */ |
| 36 | 32 | ||
| 37 | #undef NOMULTIPLEJOBS | 33 | #undef NOMULTIPLEJOBS |