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.4 by ura, Thu Jun 14 17:55:29 2001 UTC revision 1.5 by ura, Thu Jun 14 18:28:51 2001 UTC
# Line 29  Line 29 
29   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
30   */   */
31    
32  #define HAVE_UNISTD_H 0  #undef HAVE_UNISTD_H
33    #undef HAVE_SYS_TYPES_H
34    #undef HAVE_MKDIR
35    
36  /* *_t が定義されているか? (定義されていればここでは undef になる) */  /* *_t が定義されているか? (定義されていればここでは undef になる) */
37  #undef time_t  #undef time_t
# Line 53  Line 54 
54   *   perror() が定義されていればこれも定義される。   *   perror() が定義されていればこれも定義される。
55   */   */
56  #undef HAVE_PERROR  #undef HAVE_PERROR
57    
58    /*
59     *   その他イロイロ
60     */
61    #undef HAVE_SETSOCKOPT
62    #undef HAVE_CLOSESOCKET
63    #undef HAVE_SEND
64    #undef HAVE_RECV
65    #undef HAVE_SETPGRP
66    #undef SETPGRP_VOID

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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