4a13940dc2990df0a798718d3a3f9cf1566c2217 807930 |
|
26-Aug-2009 |
bjh |
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution. |
1ca054782cb35b5f67686a41b1df75c269fa617b 758929 |
|
27-Mar-2009 |
trawick |
remove OS/2 platform support |
d9d4644be2fe336af6e00cadaf28532f68d1e090 758891 |
|
26-Mar-2009 |
trawick |
remove BeOS OS support |
59db624a43cd8ef36dbedd7eb11a49b6c76c3f42 422182 |
|
15-Jul-2006 |
pquerna |
Bring in basic support for building the winnt MPM under mingw32, using the autoconf build system. Currently this will get you to the point of linking errors on gen_test_char.
configure.in: Default to winnt MPM on mingw32 hosts.
configure.in: Add AP_DECLARE_EXPORT for mingw32 hsots.
os/config.m4: Use win32 dir under mingw32.
os/win32/Makefile.in: Add in a new makefile to generate libos on win32.
server/mpm/config.m4: Add winnt MPM to the help string.
server/mpm/config.m4: winnt MPM is a threaded MPM.
server/mpm/winnt/child.c: SO_UPDATE_ACCEPT_CONTEXT is defined under a different header in mingw32.
server/mpm/winnt/{Makefile.in,config.m4}: Base build for winnt MPM.
os/win32,server/mpm/winnt: Update svn:ignore for .deps/.libs |
8f7c0076c1cab6dd5cda4c766e6594674dfd663b 122967 |
|
21-Dec-2004 |
bjh |
The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
i386-pc-os2_emx (dash instead of underscore), adjust the tests to match. |
0c9e94228dcb402c6a02c16b3641a0b80197ca17 105361 |
|
01-Oct-2004 |
jfclere |
Move the few BS2000 specific in unixd.c |
f1067e444e09fe547c7caa920390fb5c0705d37c 97732 |
|
02-Dec-2002 |
martin |
To be on the safe side... |
c839614b4216fe34f6346668ad646aca2c0f23c6 90805 |
|
30-Aug-2001 |
wrowe |
* configure.in: added Cygwin specific APR_SETVARs.
* os/config.m4: added Cygwin specific values for $OS and $OS_DIR.
$OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things
clean as with 1.3.20.
* support/logresolve.c: added OS specific #ifdef statement to define
h_errno as extern __declspec(dllimport); it's imported from the
cygwin1.dll itself.
Submitted by: Stipe Tolj <tolj@wapme-systems.de> |
8d54d9b064e2beaa2f2a00217d14f560fa367225 89527 |
|
10-Jul-2001 |
fielding |
Use the autoconf variable "host" consistently for platform checks. |
e42cb4c27f4fe0f108bb1d2194c6e4332767769d 87639 |
|
10-Jan-2001 |
bjh |
Libtool takes care of the lib prefix so get rid of our own workaround. |
03cab97a25239933bc85c7c79813846f424bde43 86398 |
|
05-Oct-2000 |
rbb |
Prepare our autoconf setup for autoconf 2.14a and for cross-compiling
PR: 6379
Submitted by: "R�diger" Kuhlmann <Tadu@gmx.de>
Reviewed by: Ryan Bloom |
a3658aa5c00f07bf898d46fdddae880c52424872 85113 |
|
30-Apr-2000 |
sascha |
Add VPATH support to Apache:
os/$(OS_DIR) is now equivalent to the old $(OS_DIR)
Necessary include paths are added only in VPATH mode.
Dependencies are stored in the build directory now.
They contain paths which depend on the current build,
and therefore they are not general.
Fixed two dependencies in main/Makefile.in. |
383139bd9ddb83b56cc32d936d3c8ed15acb7c69 84962 |
|
14-Apr-2000 |
martin |
Fix minor configuration & platform dependencies |
bca21a070d927aeca42736eeb02fec5859574a0f 84905 |
|
04-Apr-2000 |
bjh |
Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In
main code libtool handles it. This deals with APR. |
049e9abd69f1876532e1ace302a86ab992bf7181 84639 |
|
17-Feb-2000 |
rbb |
Enable dynamic module support on Linux. This should work on any LIBTOOL
based system, but YMMV. |
8bbccaba6ee268257be0202b6002411d1c2c3900 84522 |
|
26-Jan-2000 |
bjh |
Get OS/2 working with new configure system. Yay! :) |
0993bd8b1f2d7d69212425c5b4102468824db1d0 84430 |
|
11-Jan-2000 |
sascha |
Make OS selection work for non-UNIX cases |
6ca0e6973c8176100f4a426444823ae5e777e28f 84423 |
|
11-Jan-2000 |
sascha |
These changes are committed together, because they depend on each other.
- shared modules can be built in the tree
- added support for --with-layout, uses APACI's config.layout
- working 'make install'
- working 'make depend'
- working Pthreads checks
- buildconf replaced |
22ad84685642948ad15cc1e881ecbc4ac8cbf98c 84187 |
|
30-Nov-1999 |
manoj |
The second part of the big autoconf patch, which actually adds autoconf
building to the tree. |