From: Richard M. Stallman Date: Sun, 28 Aug 1994 21:07:42 +0000 (+0000) Subject: (HAVE_MACH_MACH_H): Defined. X-Git-Tag: emacs-19.34~7198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef469729a799af92e06868d2317ff07980865c6a;p=emacs.git (HAVE_MACH_MACH_H): Defined. --- 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. */ /* Where to find the kernel, for load average. */ #define KERNEL_FILE "/mach" #endif + +/* This should be true for recent NeXT systems. At least since 3.2. */ +#define HAVE_MACH_MACH_H