diff options
| author | Dave Love | 2000-06-20 14:09:56 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 14:09:56 +0000 |
| commit | f85c008a0cda0a0297a2e28647d71385f2d4e584 (patch) | |
| tree | 01d54f801ca22f703b2472ff7ee874dd384643ad /src | |
| parent | c1fe5771274da3b9fac96f7a99eea054b42d8c9a (diff) | |
| download | emacs-f85c008a0cda0a0297a2e28647d71385f2d4e584.tar.gz emacs-f85c008a0cda0a0297a2e28647d71385f2d4e584.zip | |
Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 | ||||
| -rw-r--r-- | src/m/stride.h | 5 |
2 files changed, 11 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14a754afa4d..dfe2076abd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2000-06-20 Dave Love <fx@gnu.org> | 1 | 2000-06-20 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * m/stride.h, m/mips.h: Don't define HAVE_GETWD, | ||
| 4 | HAVE_GETTIMEOFDAY. | ||
| 5 | |||
| 6 | * m/ibmrt-aix.h: | ||
| 7 | Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. | ||
| 8 | |||
| 9 | * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare | ||
| 10 | HAVE_GETWD. | ||
| 11 | |||
| 12 | * m/alpha.h: Don't declare xmalloc, xrealloc. | ||
| 13 | |||
| 3 | * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT. | 14 | * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT. |
| 4 | 15 | ||
| 5 | * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. | 16 | * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. |
diff --git a/src/m/stride.h b/src/m/stride.h index 770ffe9c230..17bc577dd69 100644 --- a/src/m/stride.h +++ b/src/m/stride.h | |||
| @@ -87,7 +87,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 87 | /* The STRIDE system is more powerful than standard USG5. */ | 87 | /* The STRIDE system is more powerful than standard USG5. */ |
| 88 | 88 | ||
| 89 | #define HAVE_PTYS | 89 | #define HAVE_PTYS |
| 90 | #define HAVE_GETTIMEOFDAY | ||
| 91 | #define BSTRING | 90 | #define BSTRING |
| 92 | #define SKTPAIR | 91 | #define SKTPAIR |
| 93 | #define HAVE_SOCKETS | 92 | #define HAVE_SOCKETS |
| @@ -113,10 +112,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 113 | */ | 112 | */ |
| 114 | #undef NONSYSTEM_DIR_LIBRARY | 113 | #undef NONSYSTEM_DIR_LIBRARY |
| 115 | 114 | ||
| 116 | /* UniStride defines getwd. */ | ||
| 117 | |||
| 118 | #define HAVE_GETWD | ||
| 119 | |||
| 120 | /* Define this macro if system defines a type `union wait'. */ | 115 | /* Define this macro if system defines a type `union wait'. */ |
| 121 | 116 | ||
| 122 | #define HAVE_UNION_WAIT | 117 | #define HAVE_UNION_WAIT |