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.12 by ura, Thu Jun 14 17:55:29 2001 UTC revision 1.13 by ura, Thu Jun 14 18:08:31 2001 UTC
# Line 242  dnl Line 242  dnl
242  AC_TYPE_MODE_T  AC_TYPE_MODE_T
243  AC_HEADER_TIME  AC_HEADER_TIME
244  AC_CHECK_TYPE(time_t, long)  AC_CHECK_TYPE(time_t, long)
245  AC_CHECK_TYPE(socklen_t, int)  
246    dnl
247    dnl socklen_t は sys/socket.h や bits/socket.h で定義されているので、
248    dnl AC_CHECK_TYPE では検出できない
249    dnl
250    AC_MSG_CHECKING(for socklen_t)
251    AC_EGREP_CPP(socklen_t, [#include <sys/socket.h>], AC_MSG_RESULT(yes),
252    [
253    AC_DEFINE(socklen_t, int)
254    AC_MSG_RESULT(no)
255    ])
256    
257  dnl  dnl
258  dnl Checks for symbol  dnl Checks for symbol

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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