| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
autoconf scripts that APR provides for other programs into apr_common.m4.
Other programs can then just include that file to get the APR checks that
are required.
Submitted by: Sascha Schumann <sascha@schumann.cx>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60279 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
which causes autoconf to incorrectly conclude that
pthreads is not available. Turn off warnings for this check
if we're using gcc.
Submitted by: Victor Orlikowski
Reviewed by: Bill Stoddard
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60250 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
Add -mt (WorkShop cc switch)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60172 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60089 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
it has 2 parms; on OS/390 it has one parm (based on some earlier
POSIX threads draft?).
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60028 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
characteristics of OS/390, at least two of which are shared with
some other platforms:
1) whether or not the character set is an EBCDIC variant
2) whether or not gethostbyname() supports numeric address strings
(e.g., gethostbyname("127.0.0.1"))
3) whether or not pthread_getspecific() has two arguments (for most
platforms it has one argument)
The Unix ap_connect() now has logic to handle numeric address
strings when gethostbyname() can't handle them.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60024 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59999 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
* Add SCO OpenServer/UnixWare flag
* Use CPPFLAGS instead of CFLAGS
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59992 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
* add -Kthread to pthread_cflags check (SCO UnixWare/OpenServer)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59989 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
libraries required for linking. This is because on Irix, some of the
functions are in libc and some are in libpthread. By adding a check for
pthread_mutex_init, we find both libraries.
PR: 21
Submitted by: Mike Abbot <mja@sgi.com>
Reviewed by: Ryan Bloom
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59752 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
program (for the definition of NULL)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59751 13f79535-47bb-0310-9956-ffa450edef68
|
|
cached and can be made easily available to Apache and APR.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59599 13f79535-47bb-0310-9956-ffa450edef68
|