Browse CVS Repository
Contents of /freewnn/FreeWnn/config.h.in
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Sun Jan 16 07:34:04 2000 UTC
(24 years, 3 months ago)
by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a013
Changes since 1.2: +5 -0 lines
FreeWnn-1.1.1-a013 is released.
| 1 |
/* とりあえず空ファイル (^^;) */ |
| 2 |
|
| 3 |
#define HAVE_UNISTD_H 0 |
| 4 |
|
| 5 |
|
| 6 |
/* *_t が定義されているか? (定義されていればここでは undef になる) */ |
| 7 |
#undef time_t |
| 8 |
#undef socklen_t |
| 9 |
|
| 10 |
|
| 11 |
/* |
| 12 |
* drand48() があるかどうかを調べる。あれば srand48() もあるはずなので |
| 13 |
* HAVE_SRAND48 は作らず、これで兼用させる。 |
| 14 |
*/ |
| 15 |
#undef HAVE_DRAND48 |
| 16 |
|
| 17 |
/* |
| 18 |
* RAND_MAX が定義されていればこれも定義される。ちなみにこれは rand() が |
| 19 |
* 返す値の最大値である。 |
| 20 |
*/ |
| 21 |
#undef HAVE_RAND_MAX |
| 22 |
|
| 23 |
/* |
| 24 |
* perror() が定義されていればこれも定義される。 |
| 25 |
*/ |
| 26 |
#undef HAVE_PERROR |
|