fix: socklen_t definition comment

This commit is contained in:
Yang Tse 2008-05-21 13:57:50 +00:00
parent baee3996ab
commit 0163b5b8be
8 changed files with 8 additions and 14 deletions

View File

@ -829,7 +829,7 @@ AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
;; ;;
*) *)
AC_DEFINE_UNQUOTED(socklen_t, $curl_cv_socklen_t_equiv, AC_DEFINE_UNQUOTED(socklen_t, $curl_cv_socklen_t_equiv,
[type to use in place of socklen_t if not defined]) [Type to use in place of socklen_t when system does not provide it.])
AC_DEFINE_UNQUOTED(HAVE_SOCKLEN_T, 1, AC_DEFINE_UNQUOTED(HAVE_SOCKLEN_T, 1,
[Define to 1 if socklen_t is available or a equivalent is defined.]) [Define to 1 if socklen_t is available or a equivalent is defined.])
;; ;;

View File

@ -298,7 +298,7 @@ AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
;; ;;
*) *)
AC_DEFINE_UNQUOTED(socklen_t, $curl_cv_socklen_t_equiv, AC_DEFINE_UNQUOTED(socklen_t, $curl_cv_socklen_t_equiv,
[type to use in place of socklen_t if not defined]) [Type to use in place of socklen_t when system does not provide it.])
AC_DEFINE_UNQUOTED(HAVE_SOCKLEN_T, 1, AC_DEFINE_UNQUOTED(HAVE_SOCKLEN_T, 1,
[Define to 1 if socklen_t is available or a equivalent is defined.]) [Define to 1 if socklen_t is available or a equivalent is defined.])
;; ;;

View File

@ -51,7 +51,7 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */ /* Define this to 'int' if ssize_t is not an available typedefed type */
#undef ssize_t #undef ssize_t
/* Define this to 'int' if socklen_t is not an available typedefed type */ /* Type to use in place of socklen_t when system does not provide it. */
#undef socklen_t #undef socklen_t
/* Define this as a suitable file to read random data from */ /* Define this as a suitable file to read random data from */

View File

@ -44,7 +44,7 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */ /* Define this to 'int' if ssize_t is not an available typedefed type */
#undef ssize_t #undef ssize_t
/* Define this to 'int' if socklen_t is not an available typedefed type */ /* Type to use in place of socklen_t when system does not provide it. */
#undef socklen_t #undef socklen_t
/* Define this as a suitable file to read random data from */ /* Define this as a suitable file to read random data from */
@ -381,9 +381,6 @@
/* Define to `unsigned' if <sys/types.h> does not define. */ /* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t #undef size_t
/* type to use in place of socklen_t if not defined */
#undef socklen_t
/* Define to `int' if <sys/types.h> does not define. */ /* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t #undef ssize_t

View File

@ -785,7 +785,7 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */ /* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */ /* #undef size_t */
/* type to use in place of socklen_t if not defined */ /* Type to use in place of socklen_t when system does not provide it. */
/* #undef socklen_t */ /* #undef socklen_t */
/* the signed version of size_t */ /* the signed version of size_t */

View File

@ -660,7 +660,7 @@
/* Define to `unsigned' if <sys/types.h> does not define. */ /* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */ /* #undef size_t */
/* type to use in place of socklen_t if not defined */ /* Type to use in place of socklen_t when system does not provide it. */
/* #undef socklen_t */ /* #undef socklen_t */
/* the signed version of size_t */ /* the signed version of size_t */

View File

@ -26,7 +26,7 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */ /* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1 #define TIME_WITH_SYS_TIME 1
/* Define this to 'int' if socklen_t is not an available typedefed type */ /* Type to use in place of socklen_t when system does not provide it. */
#define socklen_t size_t #define socklen_t size_t
/* The number of bytes in a long double. */ /* The number of bytes in a long double. */

View File

@ -47,7 +47,7 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */ /* Define this to 'int' if ssize_t is not an available typedefed type */
#undef ssize_t #undef ssize_t
/* Define this to 'int' if socklen_t is not an available typedefed type */ /* Type to use in place of socklen_t when system does not provide it. */
#undef socklen_t #undef socklen_t
/* Define this as a suitable file to read random data from */ /* Define this as a suitable file to read random data from */
@ -375,9 +375,6 @@
/* Define to `unsigned' if <sys/types.h> does not define. */ /* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t #undef size_t
/* type to use in place of socklen_t if not defined */
#undef socklen_t
/* Define to `int' if <sys/types.h> does not define. */ /* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t #undef ssize_t