Changeset 34713 in webkit for trunk/JavaScriptCore/kjs/config.h


Ignore:
Timestamp:
Jun 21, 2008, 1:28:19 AM (17 years ago)
Author:
[email protected]
Message:

2008-06-21 Cameron Zwarich <[email protected]>

Reviewed by Mark Rowe.

Fix the build for non-Mac Darwin platforms by disabling their support
for readline in the JavaScript shell.

  • kjs/config.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/config.h

    r34470 r34713  
    2727#define HAVE_MMAP 1
    2828#define HAVE_MERGESORT 1
    29 #define HAVE_READLINE 1
    3029#define HAVE_SBRK 1
    3130#define HAVE_STRINGS_H 1
     
    3332#define HAVE_SYS_TIME_H 1
    3433#define HAVE_SYS_TIMEB_H 1
     34
     35#if PLATFORM(MAC)
     36#define HAVE_READLINE 1
     37#endif
    3538
    3639#elif PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.