diff options
| author | Jim Blandy | 1993-06-16 22:07:28 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-16 22:07:28 +0000 |
| commit | 73d615812fb95b0cc79dad7c7c574a8b0d362ea4 (patch) | |
| tree | 3e51c470d3f80cf849066c88d03979879c924246 /src/m | |
| parent | ac0e6f3bc088333d526f56cb4dc2832f11e85644 (diff) | |
| download | emacs-73d615812fb95b0cc79dad7c7c574a8b0d362ea4.tar.gz emacs-73d615812fb95b0cc79dad7c7c574a8b0d362ea4.zip | |
* m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconf
takes care of that.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/delta88k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h index 08eaca7e455..f896a35df2b 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h | |||
| @@ -153,7 +153,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 153 | * we have Berkeley style <sys/time.h> | 153 | * we have Berkeley style <sys/time.h> |
| 154 | */ | 154 | */ |
| 155 | #define HAVE_TIMEVAL | 155 | #define HAVE_TIMEVAL |
| 156 | #define HAVE_GETTIMEOFDAY | ||
| 157 | 156 | ||
| 158 | /* SysV88 has select(). */ | 157 | /* SysV88 has select(). */ |
| 159 | #define HAVE_SELECT | 158 | #define HAVE_SELECT |