Closed
Bug 202510
Opened 22 years ago
Closed 22 years ago
Remove _*_SOURCE defines from default linux configuration
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: netscape, Assigned: netscape)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
15.32 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
The _POSIX_SOURCE & _SVID_SOURCE defines were used to limit the number of
warnings we see due to system header quirks that annoyed the compiler (like
zero-length arrays). We're beginning to use the extended API set of glibc more
so we really do not need to limit ourselves to just the POSIX or SVID subset.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #120985 -
Flags: review?(darin)
Comment 2•22 years ago
|
||
Comment on attachment 120985 [details] [diff] [review]
v1.0
nice! but some source files have #ifdef's as well. nsFileStreams.cpp being
one of them, but LXR search for _BSD_SOURCE lists others i think.
Attachment #120985 -
Flags: review?(darin) → review+
Assignee | ||
Comment 3•22 years ago
|
||
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: Remove _*_SOURCE defines from default linux configuration → Remove _*_SOURCE defines from default linux configuration
Target Milestone: --- → mozilla1.4beta
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•