Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure.in

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

revision 1.38 by aono, Tue Jun 10 10:39:08 2003 UTC revision 1.39 by aono, Wed Jun 11 11:16:05 2003 UTC
# Line 377  dnl AC_CHECK_TYPES(time_t,, Line 377  dnl AC_CHECK_TYPES(time_t,,
377  dnl     AC_DEFINE(time_t, long, [Define missing time_t.]),  dnl     AC_DEFINE(time_t, long, [Define missing time_t.]),
378  dnl             [INCLUDES = time.h])  dnl             [INCLUDES = time.h])
379  AC_CHECK_TYPES(socklen_t,,  AC_CHECK_TYPES(socklen_t,,
380                  AC_DEFINE(socklen_t, int, [Define missing socklen_t.]),                  AC_DEFINE(socklen_t, int, [Define missing socklen_t.]), [
381                  [#include <sys/socket.h>])  #if HAVE_SYS_TYPES_H
382    # include <sys/types.h>
383    #endif
384    #include <sys/socket.h>])
385    
386  dnl  dnl
387  dnl Checks for symbol  dnl Checks for symbol

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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