summaryrefslogtreecommitdiff
path: root/build/aprconf.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure for compilers which don't accept implicitjorton2023-01-031-2/+2
| | | | | | | | | | 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
* SCons:pquerna2009-03-231-3/+9
| | | | | | | | 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
* Improve SCTP test.pquerna2009-03-231-0/+22
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757593 13f79535-47bb-0310-9956-ffa450edef68
* SCons:pquerna2009-03-081-12/+13
| | | | | | | | | 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
* Scons Updates.pquerna2009-03-081-4/+221
| | | | | | | | | | | | | | | * 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
* SCons build updates:pquerna2009-01-091-0/+186
* 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