Closed
Bug 14360
Opened 26 years ago
Closed 26 years ago
clean up #ifdefs in nsFileSpecUnix.cpp
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Assigned: shaver)
Details
in nsFileSpecUnix.cpp we seem to have a lot of platform specific ifdefs.
examples:
#ifdef __bsdi__
#if defined(_SCO_DS)
#if defined(__QNX__)
#if defined(SUNOS4)
#if defined(OSF1)
#if defined(__QNX__) && !defined(HAVE_STATVFS) /* Maybe this should be handled
differently? */
should we be using NSPR or leveraging autoconf.
assigning to shaver cause I'm not sure who should get it.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•26 years ago
|
||
nsIFileImplUnix will have only feature ifdefs. This is my solemn vow.
Marking as a dup of 17948, because the solution is the same.
*** This bug has been marked as a duplicate of 17948 ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•