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.7 by hiroo, Tue Aug 14 13:43:20 2001 UTC revision 1.8 by hiroo, Sun Sep 16 11:35:57 2001 UTC
# Line 21  Line 21 
21  /* Define if you can safely include both <sys/time.h> and <time.h>.  */  /* Define if you can safely include both <sys/time.h> and <time.h>.  */
22  #undef TIME_WITH_SYS_TIME  #undef TIME_WITH_SYS_TIME
23    
24  /* Define to `long' if <sys/types.h> doesn't define.  */  /* Define to `long' if <sys/types.h> does not define.  */
25  #undef time_t  #undef time_t
26    
27  /* Define to 'socklen_t' if <sys/socket.h> does'n define. */  /* Define to 'socklen_t' if <sys/socket.h> does not define. */
28  #undef socklen_t  #undef socklen_t
29    
30  /* Define to 'RAND_MAX' if <stdlib.h> does'n define. */  /* Define to 'RAND_MAX' if <stdlib.h> does not define. */
31  #undef HAVE_RAND_MAX  #undef HAVE_RAND_MAX
32    
33    /*
34     * Defined if you allow creating a file in an arbitrary path
35     * which is the traditional feature.
36     */
37    #undef WNN_ALLOW_UNSAFE_PATH
38    
39  /* Define if you have the closesocket function.  */  /* Define if you have the closesocket function.  */
40  #undef HAVE_CLOSESOCKET  #undef HAVE_CLOSESOCKET
41    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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