Bug 34414

Summary: [BREWMP] Add HAVE_XXX definitions
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Patch
eric: review+, eric: commit-queue+
Patch none

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.