diff options
| author | Jim Blandy | 1993-05-04 00:27:23 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-04 00:27:23 +0000 |
| commit | 4e4726bc25053520ce999e4b70d337a0fef8abe8 (patch) | |
| tree | ee4c07e850f8f005343b786ab291ec65ff90cc10 | |
| parent | d4198db9a751c6024b8fe3ee48bce687e0a62244 (diff) | |
| download | emacs-4e4726bc25053520ce999e4b70d337a0fef8abe8.tar.gz emacs-4e4726bc25053520ce999e4b70d337a0fef8abe8.zip | |
* m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,
m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by
configure script.
* s/hpux.h, s/irix3-3.h, s/aix3-1.h (HAVE_GETHOSTNAME): Removed;
derived by configure script.
* s/usg5-4.h (HAVE_GETTIMEOFDAY): Deleted; ../configure figures
that out now.
| -rw-r--r-- | src/s/usg5-4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index c3d959c2fe2..336c752fa11 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -89,8 +89,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 89 | #define HAVE_SELECT | 89 | #define HAVE_SELECT |
| 90 | #define HAVE_TIMEVAL | 90 | #define HAVE_TIMEVAL |
| 91 | #define HAVE_CLOSEDIR | 91 | #define HAVE_CLOSEDIR |
| 92 | #define HAVE_GETTIMEOFDAY | ||
| 93 | #define HAVE_DUP2 | ||
| 94 | 92 | ||
| 95 | /* <sys/stat.h> *defines* stat(2) as a static function. If "static" | 93 | /* <sys/stat.h> *defines* stat(2) as a static function. If "static" |
| 96 | * is blank, then many files will have a public definition for stat(2). | 94 | * is blank, then many files will have a public definition for stat(2). |