Mercurial > emacs
changeset 2643:0ad031daebff
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 04 May 1993 00:27:23 +0000 |
parents | 05d85e55a081 |
children | 6d563cf5a260 |
files | src/s/usg5-4.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/usg5-4.h Tue May 04 00:26:43 1993 +0000 +++ b/src/s/usg5-4.h Tue May 04 00:27:23 1993 +0000 @@ -89,8 +89,6 @@ #define HAVE_SELECT #define HAVE_TIMEVAL #define HAVE_CLOSEDIR -#define HAVE_GETTIMEOFDAY -#define HAVE_DUP2 /* <sys/stat.h> *defines* stat(2) as a static function. If "static" * is blank, then many files will have a public definition for stat(2).