diff options
| author | Eli Zaretskii | 2026-01-10 14:36:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-10 14:36:10 +0200 |
| commit | 88d3101fdd10f5e922aae9d99fcfd103a33747db (patch) | |
| tree | c77c86b7df12d4fefbd1c541e3b10a231a82d2db | |
| parent | 98f56a156e9bc1b74a6238abbfac6a4a9022a874 (diff) | |
| download | emacs-88d3101fdd10f5e922aae9d99fcfd103a33747db.tar.gz emacs-88d3101fdd10f5e922aae9d99fcfd103a33747db.zip | |
; Fix description of NS/GNUstep CPP conditions
* admin/CPP-DEFINES (NS_IMPL_GNUSTEP, NS_IMPL_COCOA): Fix
description (bug#80110).
| -rw-r--r-- | admin/CPP-DEFINES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index c07fdc487ee..bdd5a097ab7 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -34,7 +34,9 @@ __ANDROID_API__ A numerical "API level" indicating the version of | |||
| 34 | HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. | 34 | HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. |
| 35 | HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep. | 35 | HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep. |
| 36 | NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. | 36 | NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. |
| 37 | Only true on systems other than macOS. | ||
| 37 | NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. | 38 | NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. |
| 39 | Only true on macOS. | ||
| 38 | HAVE_X11 Compile support for the X11 GUI. | 40 | HAVE_X11 Compile support for the X11 GUI. |
| 39 | HAVE_PGTK Compile support for using GTK itself without directly using X Windows APIs. | 41 | HAVE_PGTK Compile support for using GTK itself without directly using X Windows APIs. |
| 40 | HAVE_HAIKU Compile support for the Haiku window system. | 42 | HAVE_HAIKU Compile support for the Haiku window system. |