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
Open sidebar
emacs
emacs
Commits
3fe53836
Commit
3fe53836
authored
Sep 13, 1993
by
Richard M. Stallman
Browse files
(HAVE_X11R4): If AIX, do not define HAVE_X11R4.
parent
02689640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/xterm.h
src/xterm.h
+5
-0
No files found.
src/xterm.h
View file @
3fe53836
...
...
@@ -64,8 +64,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
with X11R3 or X11R4 by looking for the flag macros for R4 structure
members that R3 doesn't have. */
#ifdef PBaseSize
/* AIX 3.1's X is somewhere between X11R3 and X11R4. It has
PBaseSize, but not XWithdrawWindow, XSetWMName, XSetWMNormalHints,
XSetWMIconName. */
#ifndef AIX
#define HAVE_X11R4
#endif
#endif
#ifdef XlibSpecificationRelease
#if XlibSpecificationRelease >= 5
...
...
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