diff options
| author | Dave Love | 2000-06-20 14:05:56 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 14:05:56 +0000 |
| commit | c1fe5771274da3b9fac96f7a99eea054b42d8c9a (patch) | |
| tree | d7d8c2ce2eb93fb3e67a6bc1fa82759a806e7938 /src | |
| parent | d8b99817d8ebc273f9163b85c022f228dff33d22 (diff) | |
| download | emacs-c1fe5771274da3b9fac96f7a99eea054b42d8c9a.tar.gz emacs-c1fe5771274da3b9fac96f7a99eea054b42d8c9a.zip | |
Don't define HAVE_GETWD HAVE_GETTIMEOFDAY.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m/mips.h b/src/m/mips.h index 826609f8bd4..cfa96f61e7b 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -214,9 +214,6 @@ NOTE-END */ | |||
| 214 | /* The `select' in the system won't work for pipes, so don't use it. */ | 214 | /* The `select' in the system won't work for pipes, so don't use it. */ |
| 215 | #undef HAVE_SELECT /* override configuration decision */ | 215 | #undef HAVE_SELECT /* override configuration decision */ |
| 216 | 216 | ||
| 217 | #define HAVE_GETWD | ||
| 218 | #define HAVE_GETTIMEOFDAY | ||
| 219 | |||
| 220 | #define HAVE_PTYS | 217 | #define HAVE_PTYS |
| 221 | #define HAVE_SOCKETS | 218 | #define HAVE_SOCKETS |
| 222 | 219 | ||