Fix spelling
This commit is contained in:
@@ -50,7 +50,7 @@ The following notes apply to c-ares version 1.6.1 and later.
|
|||||||
the library that you have built. It is _your_ responsability to provide this
|
the library that you have built. It is _your_ responsability to provide this
|
||||||
file. No one at the c-ares project can know how you have built the library.
|
file. No one at the c-ares project can know how you have built the library.
|
||||||
|
|
||||||
* File ares_build.h includes platform and configuration dependant info,
|
* File ares_build.h includes platform and configuration dependent info,
|
||||||
and must not be modified by anyone. Configure script generates it for you.
|
and must not be modified by anyone. Configure script generates it for you.
|
||||||
|
|
||||||
* We cannot assume anything else but very basic compiler features being
|
* We cannot assume anything else but very basic compiler features being
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
* that the dimension of a constant array can not be a negative one.
|
* that the dimension of a constant array can not be a negative one.
|
||||||
* In this way if the compile time verification fails, the compilation
|
* In this way if the compile time verification fails, the compilation
|
||||||
* will fail issuing an error. The error description wording is compiler
|
* will fail issuing an error. The error description wording is compiler
|
||||||
* dependant but it will be quite similar to one of the following:
|
* dependent but it will be quite similar to one of the following:
|
||||||
*
|
*
|
||||||
* "negative subscript or subscript is too large"
|
* "negative subscript or subscript is too large"
|
||||||
* "array must have at least one element"
|
* "array must have at least one element"
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ fi
|
|||||||
AC_SUBST([EGREP])
|
AC_SUBST([EGREP])
|
||||||
|
|
||||||
dnl AR is mandatory for configure process and libtool.
|
dnl AR is mandatory for configure process and libtool.
|
||||||
dnl This is target dependant, so check it as a tool.
|
dnl This is target dependent, so check it as a tool.
|
||||||
AC_PATH_TOOL([AR], [ar], [not_found],
|
AC_PATH_TOOL([AR], [ar], [not_found],
|
||||||
[$PATH:/usr/bin:/usr/local/bin])
|
[$PATH:/usr/bin:/usr/local/bin])
|
||||||
if test -z "$AR" || test "$AR" = "not_found"; then
|
if test -z "$AR" || test "$AR" = "not_found"; then
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
* Include header files for windows builds before redefining anything.
|
* Include header files for windows builds before redefining anything.
|
||||||
* Use this preproessor block only to include or exclude windows.h,
|
* Use this preproessor block only to include or exclude windows.h,
|
||||||
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
|
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
|
||||||
* to any other further and independant block. Under Cygwin things work
|
* to any other further and independent block. Under Cygwin things work
|
||||||
* just as under linux (e.g. <sys/socket.h>) and the winsock headers should
|
* just as under linux (e.g. <sys/socket.h>) and the winsock headers should
|
||||||
* never be included when __CYGWIN__ is defined. configure script takes
|
* never be included when __CYGWIN__ is defined. configure script takes
|
||||||
* care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,
|
* care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ fi
|
|||||||
AC_SUBST([EGREP])
|
AC_SUBST([EGREP])
|
||||||
|
|
||||||
dnl AR is mandatory for configure process and libtool.
|
dnl AR is mandatory for configure process and libtool.
|
||||||
dnl This is target dependant, so check it as a tool.
|
dnl This is target dependent, so check it as a tool.
|
||||||
AC_PATH_TOOL([AR], [ar], [not_found],
|
AC_PATH_TOOL([AR], [ar], [not_found],
|
||||||
[$PATH:/usr/bin:/usr/local/bin])
|
[$PATH:/usr/bin:/usr/local/bin])
|
||||||
if test -z "$AR" || test "$AR" = "not_found"; then
|
if test -z "$AR" || test "$AR" = "not_found"; then
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ The following notes apply to libcurl version 7.19.0 and later.
|
|||||||
the library that you have built. It is _your_ responsability to provide this
|
the library that you have built. It is _your_ responsability to provide this
|
||||||
file. No one at the cURL project can know how you have built the library.
|
file. No one at the cURL project can know how you have built the library.
|
||||||
|
|
||||||
* File curl/curlbuild.h includes platform and configuration dependant info,
|
* File curl/curlbuild.h includes platform and configuration dependent info,
|
||||||
and must not be modified by anyone. Configure script generates it for you.
|
and must not be modified by anyone. Configure script generates it for you.
|
||||||
|
|
||||||
* We cannot assume anything else but very basic compiler features being
|
* We cannot assume anything else but very basic compiler features being
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
*
|
*
|
||||||
* For any given platform/compiler curl_off_t must be typedef'ed to a
|
* For any given platform/compiler curl_off_t must be typedef'ed to a
|
||||||
* 64-bit wide signed integral data type. The width of this data type
|
* 64-bit wide signed integral data type. The width of this data type
|
||||||
* must remain constant and independant of any possible large file
|
* must remain constant and independent of any possible large file
|
||||||
* support settings.
|
* support settings.
|
||||||
*
|
*
|
||||||
* As an exception to the above, curl_off_t shall be typedef'ed to a
|
* As an exception to the above, curl_off_t shall be typedef'ed to a
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
*
|
*
|
||||||
* As a general rule, curl_off_t shall not be mapped to off_t. This
|
* As a general rule, curl_off_t shall not be mapped to off_t. This
|
||||||
* rule shall only be violated if off_t is the only 64-bit data type
|
* rule shall only be violated if off_t is the only 64-bit data type
|
||||||
* available and the size of off_t is independant of large file support
|
* available and the size of off_t is independent of large file support
|
||||||
* settings. Keep your build on the safe side avoiding an off_t gating.
|
* settings. Keep your build on the safe side avoiding an off_t gating.
|
||||||
* If you have a 64-bit off_t then take for sure that another 64-bit
|
* If you have a 64-bit off_t then take for sure that another 64-bit
|
||||||
* data type exists, dig deeper and you will find it.
|
* data type exists, dig deeper and you will find it.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
* that the dimension of a constant array can not be a negative one.
|
* that the dimension of a constant array can not be a negative one.
|
||||||
* In this way if the compile time verification fails, the compilation
|
* In this way if the compile time verification fails, the compilation
|
||||||
* will fail issuing an error. The error description wording is compiler
|
* will fail issuing an error. The error description wording is compiler
|
||||||
* dependant but it will be quite similar to one of the following:
|
* dependent but it will be quite similar to one of the following:
|
||||||
*
|
*
|
||||||
* "negative subscript or subscript is too large"
|
* "negative subscript or subscript is too large"
|
||||||
* "array must have at least one element"
|
* "array must have at least one element"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
* Waiting indefinitely with this function is not allowed, a
|
* Waiting indefinitely with this function is not allowed, a
|
||||||
* zero or negative timeout value will return immediately.
|
* zero or negative timeout value will return immediately.
|
||||||
* Timeout resolution, accuracy, as well as maximum supported
|
* Timeout resolution, accuracy, as well as maximum supported
|
||||||
* value is system dependant, neither factor is a citical issue
|
* value is system dependent, neither factor is a citical issue
|
||||||
* for the intended use of this function in the library.
|
* for the intended use of this function in the library.
|
||||||
* On non-DOS and non-Winsock platforms, when compiled with
|
* On non-DOS and non-Winsock platforms, when compiled with
|
||||||
* CURL_ACKNOWLEDGE_EINTR defined, EINTR condition is honored
|
* CURL_ACKNOWLEDGE_EINTR defined, EINTR condition is honored
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define shell dependant commands and vars
|
# Define shell dependent commands and vars
|
||||||
#
|
#
|
||||||
ifeq ($(IS_UNIX_SHELL),1)
|
ifeq ($(IS_UNIX_SHELL),1)
|
||||||
COPY = cp -f
|
COPY = cp -f
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ $!
|
|||||||
$! 2-DEC-2003, MSK, the "original" version.
|
$! 2-DEC-2003, MSK, the "original" version.
|
||||||
$! It works for me. Your mileage may vary.
|
$! It works for me. Your mileage may vary.
|
||||||
$! 13-JAN-2004, MSK, moved this procedure to the [.packages.vms] directory
|
$! 13-JAN-2004, MSK, moved this procedure to the [.packages.vms] directory
|
||||||
$! and updated it to do hardware dependant builds.
|
$! and updated it to do hardware dependent builds.
|
||||||
$! 29-JAN-2004, MSK, moved logical defines into defines.com
|
$! 29-JAN-2004, MSK, moved logical defines into defines.com
|
||||||
$! 6-FEB-2004, MSK, put in various SSL support bits
|
$! 6-FEB-2004, MSK, put in various SSL support bits
|
||||||
$! 9-MAR-2004, MSK, the config-vms.h* files are now copied to the lib and
|
$! 9-MAR-2004, MSK, the config-vms.h* files are now copied to the lib and
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ In theory you should be able to do an @defines followed by an
|
|||||||
an .exe. I say in theory because every release of cURL tosses in a
|
an .exe. I say in theory because every release of cURL tosses in a
|
||||||
new twist that has to be addressed by updating the config-vms.h*
|
new twist that has to be addressed by updating the config-vms.h*
|
||||||
files, or other files. I'm working on keeping all the OpenVMS
|
files, or other files. I'm working on keeping all the OpenVMS
|
||||||
dependant stuff in this config file to keep from having to wade
|
dependent stuff in this config file to keep from having to wade
|
||||||
through gobs of #ifdefs and such.
|
through gobs of #ifdefs and such.
|
||||||
|
|
||||||
Other Notes:
|
Other Notes:
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
* Include header files for windows builds before redefining anything.
|
* Include header files for windows builds before redefining anything.
|
||||||
* Use this preproessor block only to include or exclude windows.h,
|
* Use this preproessor block only to include or exclude windows.h,
|
||||||
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
|
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
|
||||||
* to any other further and independant block. Under Cygwin things work
|
* to any other further and independent block. Under Cygwin things work
|
||||||
* just as under linux (e.g. <sys/socket.h>) and the winsock headers should
|
* just as under linux (e.g. <sys/socket.h>) and the winsock headers should
|
||||||
* never be included when __CYGWIN__ is defined. configure script takes
|
* never be included when __CYGWIN__ is defined. configure script takes
|
||||||
* care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,
|
* care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,
|
||||||
|
|||||||
Reference in New Issue
Block a user