emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v
Date: Sun, 27 Jul 2008 18:24:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/27 18:24:49

Index: admin/CPP-DEFINES
===================================================================
RCS file: /cvsroot/emacs/emacs/admin/CPP-DEFINES,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- admin/CPP-DEFINES   24 Jul 2008 18:46:01 -0000      1.30
+++ admin/CPP-DEFINES   27 Jul 2008 18:24:19 -0000      1.31
@@ -3,8 +3,6 @@
 
 ** Distinguishing OSes **
 
-MAC_OS8                Compiling for Mac OS Classic (v8 or v9). No longer 
supported, all code using it can be removed.
-MAC_OSX                Compiling for Mac OS X.  Not bare Darwin.
 CYGWIN         Compiling the Cygwin port.
 __CYGWIN__     Ditto
 MSDOS          Compiling the MS-DOS port.
@@ -21,8 +19,6 @@
 ** Distinguishing GUIs **
 
 HAVE_NTGUI     Use the native W32 GUI for windows, frames, menus&scrollbars.
-MAC_OS         Compiling for the `mac' window-system.
-HAVE_CARBON    Compile support for the Carbon GUI.  Requires MAC_OS?
 HAVE_NS        Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep.
 NS_IMPL_GNUSTEP        Compile support for GNUSTEP implementation of NS GUI 
API.
 NS_IMPL_COCOA  Compile support for Cocoa (Apple) implementation of NS GUI API.
@@ -38,7 +34,6 @@
 FRAME_TERMCAP_P        A tty (character terminal) frame.
 FRAME_X_P      A frame on X Window system.
 FRAME_MSDOS_P  An MS-DOS frame (used only by the DOS port).
-FRAME_MAC_P    A Mac frame.
 FRAME_W32_P    A frame using native MS-Windows GUI.
 FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]