Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
aa5fea59
Commit
aa5fea59
authored
Dec 10, 2007
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New file.
parent
ff91dc79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
admin/CPP-DEFINES
admin/CPP-DEFINES
+26
-0
admin/ChangeLog
admin/ChangeLog
+4
-0
No files found.
admin/CPP-DEFINES
0 → 100644
View file @
aa5fea59
Here are some of the cpp macros used, together with some short explanation
of their use. Feel free to add more macros and more categories.
** Distinguishing OSes **
MAC_OS Compiling for some version of Mac OS?
MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS?
MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin?
MAC_OS_X ?? Apparently only used once in mac.c.
CYGWIN Compiling the Cygwin port.
MSDOS Compiling the MSDOS port.
DOS_NT Compiling for either the MSDOS or W32 port.
WINDOWSNT Compiling the W32 port.
WINDOWS_NT ?? Only once in dispextern.h
** Distinguishing GUIs **
HAVE_NTGUI Compile support for the W32 GUI.
HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS?
HAVE_X11 Compile support for the X11 GUI.
X11 ?? Makefile.in suggests it's equivalent to HAVE_X11
USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11.
USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11.
USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11.
# arch-tag: bc80061a-1168-4911-9766-46aaf2640250
admin/ChangeLog
View file @
aa5fea59
2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
* CPP-DEFINES: New file.
2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
* FOR-RELEASE: Remove "window-system in face definition" [of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment