/[weechat]/weechat/configure.in
ViewVC logotype

Diff of /weechat/configure.in

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

revision 1.44 by flashcode, Sun Apr 24 18:33:26 2005 UTC revision 1.45 by flashcode, Sat Apr 30 10:29:54 2005 UTC
# Line 47  AC_CHECK_HEADERS([arpa/inet.h libintl.h Line 47  AC_CHECK_HEADERS([arpa/inet.h libintl.h
47  AC_HEADER_TIME  AC_HEADER_TIME
48  AC_STRUCT_TM  AC_STRUCT_TM
49    
50    AC_MSG_CHECKING([for socklen_t])
51    AC_CACHE_VAL(ac_cv_type_socklen_t,
52    [AC_TRY_COMPILE([
53    #include <sys/types.h>
54    #include <sys/socket.h>],
55    [socklen_t t;],
56    ac_cv_type_socklen_t=yes,
57    ac_cv_type_socklen_t=no,
58    )])
59    if test $ac_cv_type_socklen_t = no; then
60    AC_DEFINE(socklen_t, int, Define to 'int' if <sys/socket.h> doesn't define.)
61    fi
62    AC_MSG_RESULT($ac_cv_type_socklen_t)
63    
64  # Checks for library functions.  # Checks for library functions.
65  AC_FUNC_SELECT_ARGTYPES  AC_FUNC_SELECT_ARGTYPES
66  AC_TYPE_SIGNAL  AC_TYPE_SIGNAL
67  AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname])  AC_CHECK_FUNCS([gethostbyname gethostname getsockname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname])
68    
69  AH_VERBATIM([PLUGINS], [#undef PLUGINS])  AH_VERBATIM([PLUGINS], [#undef PLUGINS])
70  AH_VERBATIM([PLUGIN_PERL], [#undef PLUGIN_PERL])  AH_VERBATIM([PLUGIN_PERL], [#undef PLUGIN_PERL])

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26