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.30 by hiroo, Mon Jun 17 17:28:53 2002 UTC revision 1.31 by hiroo, Sat Jun 22 13:15:25 2002 UTC
# Line 403  dnl Line 403  dnl
403  dnl Checks for symbol  dnl Checks for symbol
404  dnl  dnl
405    
 AC_MSG_CHECKING(for RAND_MAX)  
 AC_EGREP_CPP(yes,  
 [#include <stdlib.h>  
 #ifdef RAND_MAX  
 yes  
 #endif  
 ],AC_DEFINE(HAVE_RAND_MAX))  
   
406  dnl  dnl
407  dnl Checks for library functions.  dnl Checks for library functions.
408  dnl  dnl
# Line 428  AC_FUNC_SETPGRP Line 420  AC_FUNC_SETPGRP
420  dnl FreeWnn do not use the 3rd parameter of wait3().  dnl FreeWnn do not use the 3rd parameter of wait3().
421  dnl AC_FUNC_WAIT3  dnl AC_FUNC_WAIT3
422    
423  AC_CHECK_FUNCS(drand48 fchmod getopt \  AC_CHECK_FUNCS(random drand48 fchmod getopt \
424          gethostname select socket closesocket setsockopt send recv \          gethostname select socket closesocket setsockopt send recv \
425          getdtablesize getrlimit syslog vsyslog setenv snprintf)          getdtablesize getrlimit syslog vsyslog setenv snprintf)
426  dnl for bcopy/index -> memcpy/strchr conversion (preparation):  dnl for bcopy/index -> memcpy/strchr conversion (preparation):

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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