diff options
| author | Richard M. Stallman | 1994-08-28 21:07:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-28 21:07:42 +0000 |
| commit | ef469729a799af92e06868d2317ff07980865c6a (patch) | |
| tree | 6f04d78afa3ca0d7f11f09f7d01650adfaee261a /src/m | |
| parent | 57c82a639b4612518a97305054a2b39d5bc430a6 (diff) | |
| download | emacs-ef469729a799af92e06868d2317ff07980865c6a.tar.gz emacs-ef469729a799af92e06868d2317ff07980865c6a.zip | |
(HAVE_MACH_MACH_H): Defined.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/next.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/next.h b/src/m/next.h index a2e06f169b0..dbbb4cf785c 100644 --- a/src/m/next.h +++ b/src/m/next.h | |||
| @@ -130,3 +130,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 130 | /* Where to find the kernel, for load average. */ | 130 | /* Where to find the kernel, for load average. */ |
| 131 | #define KERNEL_FILE "/mach" | 131 | #define KERNEL_FILE "/mach" |
| 132 | #endif | 132 | #endif |
| 133 | |||
| 134 | /* This should be true for recent NeXT systems. At least since 3.2. */ | ||
| 135 | #define HAVE_MACH_MACH_H | ||