| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
int (no longer part of C since C99).
Submitted by: Florian Weimer <fweimer redhat.com>
PR: 66396
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906347 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
Make CheckFile into a proper conftest with outputs.
Finish off most of the check for shared process pthread mutexes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757605 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757593 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
| |
Fix usage of TryRun:
"""Returns (1, outputStr) on success, (0, '') otherwise."""
We were recording failure as success, which means lots of things weren't quite right.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@751554 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add detection of IPv6
* Fix return code checking of TryRun's... Scons expects 1 as success (meh)
* Add ebcdic, nonblock inherited check, tcp_nodelay, union semun,
TCP_CORK/TCP_NOPUSH, getrlimit/setrlimit, in_addr, sockaddr_storage,
rlimit struct, ... and more
* Add sctp check
* Add accept filter check
Submitted by: Ryan Phillips
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@751531 13f79535-47bb-0310-9956-ffa450edef68
|
|
* Add APRConfigureBase and APRConfigure classes
The idea is to use APRConfigure and the base class to support cross
compiles... For a cross compile a user can simply subclass
APRConfigureBase and return the necessary results they need.
Most compiled or executed applications ran at configure time will
eventually be pulled into the class.
* A few bug fixes for SIZE_T formats in apr.h
* Added mmap and friends to function checking
* Check for semaphores
* Check for F_SETLK and flock
Submitted by: Ryan Phillips <ryan trolocsis.com>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@733102 13f79535-47bb-0310-9956-ffa450edef68
|