summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* functypes: provide the recv and send arg and return typesDaniel Stenberg2022-09-281-350/+7
* autotools: reduce brute-force when detecting recv/send arg listViktor Szakats2022-09-251-8/+30
* configure: fixup bsdsocket detection code for AmigaOS 4.xFutaura2022-08-081-30/+9
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-191-196/+0
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* misc: fix a few issues on MidnightBSDLucas Holt2021-10-051-2/+2
* configure: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-80/+0
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-291-0/+78
* build: remove checks for WinSock 1Marcel Raad2021-09-281-78/+0
* Get rid of the unused HAVE_SIG_ATOMIC_T et. al.Dan Fandrich2021-07-231-44/+0
* configure: include <time.h> unconditionallyMichael Forney2021-04-071-38/+2
* configure: disable min version set for DarwinMuhammed Yavuz Nuzumlalı2021-04-071-24/+5
* configure: remove use of deprecated macrosDaniel Stenberg2021-03-161-2/+0
* configure: s/AC_HELP_STRING/AS_HELP_STRINGDaniel Stenberg2021-03-161-6/+6
* config: fix building SMB with configure using Win32 CryptoMarc Hoersken2021-03-151-0/+76
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-201-10/+10
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* acinclude: detect manually set minimum macos/ipod versionDaniel Stenberg2020-10-301-3/+9
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-2/+2
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+4
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-5/+5
* configure: add --with-amisslChris Young2019-03-151-1/+39
* acinclude: add additional libraries to check for LDAP supportMichael Felt2019-02-251-1/+3
* configure: fix recv/send/select detection on Androidhhb2019-01-191-10/+1
* configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg2018-10-251-124/+0
* configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg2018-09-261-1/+1
* configure: conditionally enable pedantic-errorsMarcel Raad2018-08-211-1/+1
* configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg2018-06-271-101/+0
* getnameinfo: not usedDaniel Stenberg2018-06-271-206/+0
* configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg2018-05-211-2/+2
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-0/+0
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-14/+0
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-285/+0
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-0/+26
* configure: fix recv/send/select detection on AndroidDaniel Stenberg2017-08-081-6/+20
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-111-2/+0
* configure: try ldap/lber in reversed order firstDaniel Stenberg2017-07-041-1/+1
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-15/+3
* Revert "configure: prefer 'long long' to int64_t for curl_off_t"Daniel Stenberg2017-04-051-2/+2
* configure: prefer 'long long' to int64_t for curl_off_tDaniel Stenberg2017-04-051-2/+2
* configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg2016-11-031-0/+7
* configure: raise the default minimum version for macos to 10.8Daniel Stenberg2016-10-311-1/+1
* configure.in: Fix test syntaxMichael Osipov2016-10-271-1/+1
* configure: Check for other variants of the -m*os*-version-min flagsMartin Storsjo2016-10-201-4/+4
* configure: set min version flags for builds on macDaniel Stenberg2016-10-201-1/+38
* configure: make the cpp -P detection not clobber CPPFLAGSCraig Davison2016-09-051-4/+7
* acinclude.m4: improve autodetection of CA bundle on FreeBSDMichael Osipov2016-06-271-3/+3
* configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic2016-04-211-4/+4