Closed Bug 1191816 Opened 9 years ago Closed 9 years ago

don't check for sys/int_types.h in configure

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox42 fixed)

RESOLVED FIXED
mozilla42
Tracking Status
firefox42 --- fixed

People

(Reporter: froydnj, Assigned: froydnj)

Details

Attachments

(1 file)

<sys/int_types.h> appears to be a pre-standardization header that was
common on SunOS systems (which apparently also provided <inttypes.h>?).
Searching also turns up references in the NetBSD source tree for
less-common architectures (e.g. sh3).  There are a few includes for
<sys/int_types.h> in the tree, but only as a fallback for <inttypes.h>,
and all hidden behind HAVE_SYS_INT_TYPES_H, which we don't define.

In short, we don't care about this header, and we shouldn't check for it.
Attachment #8644331 - Flags: review?(mshal) → review+
(In reply to Nathan Froyd [:froydnj][:nfroyd] from comment #0)
> <sys/int_types.h> appears to be a pre-standardization header that was
> common on SunOS systems (which apparently also provided <inttypes.h>?).
> Searching also turns up references in the NetBSD source tree for
> less-common architectures (e.g. sh3).  There are a few includes for
> <sys/int_types.h> in the tree, but only as a fallback for <inttypes.h>,
> and all hidden behind HAVE_SYS_INT_TYPES_H, which we don't define.

You mean, which MOZ_CHECK_HEADERS(sys/int_types.h) defines. ;)
https://hg.mozilla.org/mozilla-central/rev/d13429f4a69b
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: