Last change
on this file since 9768 was 5028, checked in by darin, 22 years ago |
Reviewed by Ken.
- kjs/config.h: Added HAVE_SYS_PARAM_H, since KJS does look for this header, and we do
indeed have it. Just something I noticed in passing while cleaning up configure.in.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
349 bytes
|
Line | |
---|
1 | #define HAVE_FUNC_ISINF 1
|
---|
2 | #define HAVE_FUNC_ISNAN 1
|
---|
3 | #define HAVE_FUNC_STRTOLL 1
|
---|
4 | #define HAVE_STRING_H 1
|
---|
5 | #define HAVE_STRINGS_H 1
|
---|
6 | #define HAVE_SYS_PARAM_H 1
|
---|
7 | #define HAVE_SYS_TIME_H 1
|
---|
8 | #define HAVE_PCREPOSIX 1
|
---|
9 | #define TIME_WITH_SYS_TIME 1
|
---|
10 | #ifdef __ppc__
|
---|
11 | #define WORDS_BIGENDIAN 1
|
---|
12 | #endif
|
---|
13 |
|
---|
14 | /* define to debug garbage collection */
|
---|
15 | #undef DEBUG_COLLECTOR
|
---|
Note:
See
TracBrowser
for help on using the repository browser.