Develop and Download Open Source Software

Browse CVS Repository

Contents of /freewnn/FreeWnn/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Jan 16 07:30:00 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a012
Changes since 1.1: +19 -0 lines
FreeWnn-1.1.1-a012 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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26