Browse CVS Repository
Diff of /freewnn/FreeWnn/config.h.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|