| 1 | /* Name of this package. */
|
|---|
| 2 | #undef PACKAGE
|
|---|
| 3 |
|
|---|
| 4 | /* Version number of this package. */
|
|---|
| 5 | #undef VERSION
|
|---|
| 6 |
|
|---|
| 7 | /* Define this if you want runtime debugging enabled. */
|
|---|
| 8 | #undef DEBUG
|
|---|
| 9 |
|
|---|
| 10 | /* Define if using POSIX threads that have the mutexattr functions. */
|
|---|
| 11 | #undef HAVE_PTHREAD_MUTEXATTR_INIT
|
|---|
| 12 |
|
|---|
| 13 | /* Define this if you prefer size over speed for java.lang.Character. */
|
|---|
| 14 | #undef COMPACT_CHARACTER
|
|---|
| 15 |
|
|---|
| 16 | /* Define if you have memcpy. */
|
|---|
| 17 | #undef HAVE_MEMCPY
|
|---|
| 18 |
|
|---|
| 19 | /* Define if you have memmove. */
|
|---|
| 20 | #undef HAVE_MEMMOVE
|
|---|
| 21 |
|
|---|
| 22 | /* Define if you have strerror. */
|
|---|
| 23 | #undef HAVE_STRERROR
|
|---|
| 24 |
|
|---|
| 25 | /* Define if you have fsync. */
|
|---|
| 26 | #undef HAVE_FSYNC
|
|---|
| 27 |
|
|---|
| 28 | /* Define if you have sleep. */
|
|---|
| 29 | #undef HAVE_SLEEP
|
|---|
| 30 |
|
|---|
| 31 | /* Define if you have int32_t and uint32_t. */
|
|---|
| 32 | #undef HAVE_INT32_DEFINED
|
|---|
| 33 |
|
|---|
| 34 | /* Define if you have u_int32_t */
|
|---|
| 35 | #undef HAVE_BSD_INT32_DEFINED
|
|---|
| 36 |
|
|---|
| 37 | /* Define if you're running eCos. */
|
|---|
| 38 | #undef ECOS
|
|---|
| 39 |
|
|---|
| 40 | /* */
|
|---|
| 41 | #undef HAVE_LOCALTIME
|
|---|
|
|---|