Develop and Download Open Source Software

Browse CVS Repository

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

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

revision 1.1 by ura, Sun Jan 16 06:37:12 2000 UTC revision 1.2 by ura, Sun Jan 16 07:30:00 2000 UTC
# Line 1  Line 1 
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

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