Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
FreeWnn Project
FreeWnn Project
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse Git: freewnn
Browse Git: webpages
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (1)
Help
Mailing Lists
list of ML
freewnn-cvs
freewnn-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse CVS Repository
/
[OSDN]
/
freewnn
/
FreeWnn
/
configure.in
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
|
Revision Log
|
Revision Graph
|
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
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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