summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* force USE_SHMEM_SHMGET on AIXcovener2023-01-191-0/+4
* Further strict C99 configure fix:jorton2023-01-171-1/+1
* Fix further strict C99 compliance issue. (fixes #37)jorton2023-01-111-3/+6
* Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.ylavic2022-10-201-2/+1
* configure: Link to libcrypt (when available) for apr_password_validate.ylavic2022-10-201-1/+2
* atomic: Detect 32bit and 64bit atomic builtins separately.ylavic2022-06-261-6/+95
* Prefer posix shared mem over SysV in all cases:jim2022-05-181-4/+4
* apr_sleep: use nanosleep() when available.ylavic2021-11-261-0/+4
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-291-9/+36
* Revert r1894618.ylavic2021-10-291-36/+9
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-291-9/+36
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatminfrin2021-10-251-0/+2
* More revert of r1887500.ylavic2021-03-111-3/+0
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-0/+3
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...jim2020-10-291-1/+5
* * configure.in: Add --enable-thread-debug, which definesjorton2020-06-011-0/+7
* Add a cache check with which users who cross-compile APRminfrin2020-03-101-7/+5
* Don't try to use PROC_PTHREAD by default when cross compiling.minfrin2020-02-051-2/+8
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>minfrin2019-12-261-0/+5
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.minfrin2019-12-261-7/+7
* Add --tag=CC to libtool invocations. PR 62640.minfrin2019-08-171-2/+2
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwayswrowe2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorwrowe2019-04-011-24/+1
* Follow up to r1856189: sys/types.h possibly needed.ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.ylavic2019-03-251-1/+23
* The string conversion to apr_off_t is strtoll when it's a long long.ylavic2019-03-221-1/+1
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-11/+34
* Use proc mutex pthread by default when robust[_np]ylavic2019-03-221-0/+8
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,wrowe2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEwrowe2019-03-191-4/+9
* Quit redundantly looking up shlibpath_varwrowe2019-03-131-1/+4
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Revert 1839699, this contained unintended, additional noise. Re-correcting.wrowe2018-08-301-0/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>wrowe2018-08-301-0/+3
* If --with-installbuilddir is not supplied, it unconditially overrides the valuerjung2018-08-251-2/+2
* Provide APR_SIZEOF_OFF_T.ylavic2018-07-251-0/+7
* configure.in: match fallback apr_off_t type with the comment/format.ylavic2018-07-251-1/+1
* rand: follow up to r1814240: still honor --with-devrandom if specified.ylavic2018-06-011-13/+17
* configure: fix detection of net/if.h on openbsd.ylavic2018-03-221-2/+8
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-2/+4
* rand: follow up to r1814240.ylavic2017-11-041-0/+7
* rand: add support for getrandom() on Linux as an entropy source.ylavic2017-11-041-0/+10
* rand: add support for the arc4random API as an entropy source.ylavic2017-11-031-0/+9
* Also affects clang 5 (and maybe older versions too)jim2017-10-031-1/+1
* Macro doesn't exit herejim2017-10-021-1/+1
* Get maint mode working again w/ macOS Xcode 9 (clang-900)jim2017-10-021-0/+5
* locks: when pthread_mutex_timedlock() isn't available, fall back to anylavic2017-04-051-0/+5
* Do not try to use fdatasync() on macOS.brane2017-04-051-0/+5
* Follow up to r1763665: use correct array initializer.ylavic2016-10-061-2/+2