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.18 by hiroo, Sun Sep 1 17:48:22 2002 UTC revision 1.19 by hiroo, Wed Jun 4 14:05:21 2003 UTC
# Line 1  Line 1 
1  /* config.h.in.  Generated from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
 /* $Id$ */  
   
 /* Define `socklen_t' to int if <sys/socket.h> does not define. */  
 #undef socklen_t  
   
 /* Define to `long' if <sys/types.h> does not define.  */  
 #undef time_t  
   
 /*  
  * Defined if you allow creating a file in an arbitrary path  
  * which is the traditional feature.  
  */  
 #undef WNN_ALLOW_UNSAFE_PATH  
   
 /* Define if the signal function returns void. */  
 #undef RETSIGTYPE_VOID  
2    
3  /* Define to 1 if you have the `bcmp' function. */  /* Define to 1 if you have the `bcmp' function. */
4  #undef HAVE_BCMP  #undef HAVE_BCMP
# Line 130  Line 114 
114  /* Define to 1 if you have the `socket' function. */  /* Define to 1 if you have the `socket' function. */
115  #undef HAVE_SOCKET  #undef HAVE_SOCKET
116    
117    /* Define to 1 if the system has the type `socklen_t'. */
118    #undef HAVE_SOCKLEN_T
119    
120  /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
121  #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
122    
# Line 181  Line 168 
168  /* Define to 1 if you have the <term.h> header file. */  /* Define to 1 if you have the <term.h> header file. */
169  #undef HAVE_TERM_H  #undef HAVE_TERM_H
170    
171    /* Define to 1 if the system has the type `time_t'. */
172    #undef HAVE_TIME_T
173    
174  /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
175  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
176    
# Line 223  Line 213 
213  /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */  /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
214  #undef TIME_WITH_SYS_TIME  #undef TIME_WITH_SYS_TIME
215    
216    /* Define to allow writing to other than JSERVERDIR. */
217    #undef WNN_ALLOW_UNSAFE_PATH
218    
219  /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
220  #undef mode_t  #undef mode_t
221    
222  /* Define to `long' if <sys/types.h> does not define. */  /* Define missing socklen_t. */
223    #undef socklen_t
224    
225    /* Define missing time_t. */
226  #undef time_t  #undef time_t

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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