Closed
Bug 71192
Opened 24 years ago
Closed 22 years ago
#mozilla agrees UNIX!=X11, we need something better than: #if defined(XP_UNIX) && !defined(NO_X11)
Categories
(SeaMonkey :: Build Config, defect, P5)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: timeless, Assigned: cls)
Details
we are currently moving from XP_PC to XP_WIN because the former was usually
wrong. we need to create some sort of TOOLKIT_X11 and decide when we mean
XP_UNIX and when we mean X11
Severity: normal → minor
Priority: -- → P5
Target Milestone: --- → mozilla1.0
Comment 1•23 years ago
|
||
Why not just stick with !defined(NO_X11) and add NO_X11 to the default win32 &
mac defines?
Target Milestone: mozilla1.0 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → Future
I don't see any problem that adding another define would solve that NO_X11 isn't
already taking care of.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•