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.22 by aonoto, Sun Nov 27 17:30:23 2005 UTC revision 1.23 by aonoto, Sat Mar 4 19:01:45 2006 UTC
# Line 69  Line 69 
69  /* Define to 1 if you have the `socket' library (-lsocket). */  /* Define to 1 if you have the `socket' library (-lsocket). */
70  #undef HAVE_LIBSOCKET  #undef HAVE_LIBSOCKET
71    
72    /* Define to 1 if you have the `util' library (-lutil). */
73    #undef HAVE_LIBUTIL
74    
75    /* Define to 1 if you have the <libutil.h> header file. */
76    #undef HAVE_LIBUTIL_H
77    
78  /* Define if you have libwrap (TCP wrapper) support. */  /* Define if you have libwrap (TCP wrapper) support. */
79  #undef HAVE_LIBWRAP  #undef HAVE_LIBWRAP
80    
# Line 93  Line 99 
99  /* Define to 1 if you have the <ncurses.h> header file. */  /* Define to 1 if you have the <ncurses.h> header file. */
100  #undef HAVE_NCURSES_H  #undef HAVE_NCURSES_H
101    
102    /* Define to 1 if you have the `openpty' function. */
103    #undef HAVE_OPENPTY
104    
105    /* Define to 1 if you have the `ptsname' function. */
106    #undef HAVE_PTSNAME
107    
108  /* Define to 1 if you have the `random' function. */  /* Define to 1 if you have the `random' function. */
109  #undef HAVE_RANDOM  #undef HAVE_RANDOM
110    
# Line 165  Line 177 
177  /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
178  #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
179    
180    /* Define to 1 if you have the <sys/termio.h> header file. */
181    #undef HAVE_SYS_TERMIO_H
182    
183  /* Define to 1 if you have the <sys/time.h> header file. */  /* Define to 1 if you have the <sys/time.h> header file. */
184  #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
185    
# Line 174  Line 189 
189  /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */  /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
190  #undef HAVE_SYS_WAIT_H  #undef HAVE_SYS_WAIT_H
191    
192    /* Define to 1 if you have the <termcap.h> header file. */
193    #undef HAVE_TERMCAP_H
194    
195    /* terminfo spoken here */
196    #undef HAVE_TERMINFO
197    
198  /* Define to 1 if you have the <termios.h> header file. */  /* Define to 1 if you have the <termios.h> header file. */
199  #undef HAVE_TERMIOS_H  #undef HAVE_TERMIOS_H
200    
# Line 201  Line 222 
222  /* Define to 1 if you have the `wait3' function. */  /* Define to 1 if you have the `wait3' function. */
223  #undef HAVE_WAIT3  #undef HAVE_WAIT3
224    
225    /* Define to 1 if you have the file `AC_File'. */
226    #undef HAVE__DEV_PTMX
227    
228  /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
229  #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
230    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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