Commit a7692d6f authored by eric@webkit.org's avatar eric@webkit.org

2010-02-02 Kwang Yul Seo <skyul@company100.net>

        Reviewed by Eric Seidel.

        [BREWMP] Add HAVE_XXX definitions
        https://bugs.webkit.org/show_bug.cgi?id=34414

        Add HAVE_ERRNO_H=1

        * wtf/Platform.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54220 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 06a138d8
2010-02-02 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add HAVE_XXX definitions
https://bugs.webkit.org/show_bug.cgi?id=34414
Add HAVE_ERRNO_H=1
* wtf/Platform.h:
2010-02-02 Kwang Yul Seo <skyul@company100.net> 2010-02-02 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel. Reviewed by Eric Seidel.
......
...@@ -689,6 +689,10 @@ ...@@ -689,6 +689,10 @@
#define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_PARAM_H 1
#endif #endif
#elif PLATFORM(BREWMP)
#define HAVE_ERRNO_H 1
#elif OS(QNX) #elif OS(QNX)
#define HAVE_ERRNO_H 1 #define HAVE_ERRNO_H 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment