diff options
author | Dave Love <fx@gnu.org> | 2000-06-20 14:05:56 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-20 14:05:56 +0000 |
commit | c1fe5771274da3b9fac96f7a99eea054b42d8c9a (patch) | |
tree | d7d8c2ce2eb93fb3e67a6bc1fa82759a806e7938 /src/m | |
parent | d8b99817d8ebc273f9163b85c022f228dff33d22 (diff) | |
download | emacs-c1fe5771274da3b9fac96f7a99eea054b42d8c9a.tar.gz |
Don't define HAVE_GETWD HAVE_GETTIMEOFDAY.
Diffstat (limited to 'src/m')
-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 */ /* The `select' in the system won't work for pipes, so don't use it. */ #undef HAVE_SELECT /* override configuration decision */ -#define HAVE_GETWD -#define HAVE_GETTIMEOFDAY - #define HAVE_PTYS #define HAVE_SOCKETS |