mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:03:06 +03:00
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
This commit is contained in:
parent
ab2ef24d5d
commit
6b9bc5a4fe
5 changed files with 11 additions and 30 deletions
14
acinclude.m4
14
acinclude.m4
|
|
@ -2084,20 +2084,6 @@ _EOF
|
|||
])
|
||||
|
||||
|
||||
dnl CURL_CONFIGURE_LONG
|
||||
dnl -------------------------------------------------
|
||||
dnl Find out the size of long as reported by sizeof() and define
|
||||
dnl CURL_SIZEOF_LONG.
|
||||
|
||||
AC_DEFUN([CURL_CONFIGURE_LONG], [
|
||||
if test -z "$ac_cv_sizeof_long" ||
|
||||
test "$ac_cv_sizeof_long" -eq "0"; then
|
||||
AC_MSG_ERROR([cannot find out size of long.])
|
||||
fi
|
||||
CURL_DEFINE_UNQUOTED([CURL_SIZEOF_LONG], [$ac_cv_sizeof_long])
|
||||
])
|
||||
|
||||
|
||||
dnl CURL_CONFIGURE_CURL_SOCKLEN_T
|
||||
dnl -------------------------------------------------
|
||||
dnl The need for the curl_socklen_t definition arises mainly to properly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue