Bug 34414 - [BREWMP] Add HAVE_XXX definitions
Summary: [BREWMP] Add HAVE_XXX definitions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-02-01 03:08 PST by Kwang Yul Seo
Modified: 2010-02-02 02:54 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.10 KB, patch)
2010-02-01 03:11 PST, Kwang Yul Seo
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff
Patch (902 bytes, patch)
2010-02-01 17:39 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-02-01 03:08:30 PST
#define HAVE_ERRNO_H 1
#define HAVE_MMAP 0
#define HAVE_SBRK 0
#define HAVE_SYS_TIME_H 0
#define HAVE_SYS_PARAM_H 0
#define HAVE_STRINGS_H 0
Comment 1 Kwang Yul Seo 2010-02-01 03:11:06 PST
Created attachment 47826 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-02-01 16:01:11 PST
Comment on attachment 47826 [details]
Patch

OK.
Comment 3 Eric Seidel (no email) 2010-02-01 16:01:25 PST
I'm not sure the 0's are actually needed.
Comment 4 Kwang Yul Seo 2010-02-01 17:39:06 PST
Created attachment 47888 [details]
Patch

I confirmed that Os are not needed.
Comment 5 WebKit Commit Bot 2010-02-02 02:54:20 PST
Comment on attachment 47888 [details]
Patch

Clearing flags on attachment: 47888

Committed r54220: <http://trac.webkit.org/changeset/54220>
Comment 6 WebKit Commit Bot 2010-02-02 02:54:26 PST
All reviewed patches have been landed.  Closing bug.