cvs commit: apache-1.3/src/os/unix os.h os.c

1999-12-09 Thread stoddard
stoddard99/12/09 11:21:58 Modified:src/support httpd.exp src/os/unix os.h os.c Log: More AIX DSO tweaking. Apache's AIX DSO emulation code does not work with 64 bit builds of Apache. Use native DSO support with AIX V4.3 and later. Native AIX DSO support is broken

cvs commit: apache-1.3/src/os/unix os.h

1999-05-04 Thread wsanchez
wsanchez99/05/03 16:03:46 Modified:src/os/unix os.h Log: On Mac OS, say Mac OS, not Unix. Revision ChangesPath 1.40 +4 -0 apache-1.3/src/os/unix/os.h Index: os.h === RCS file:

cvs commit: apache-1.3/src/os/unix os.h

1999-05-04 Thread wsanchez
wsanchez99/05/03 19:57:14 Modified:src CHANGES src/include ap_config.h src/os/unix os.h Log: Define PLATFORM for Mac OS in ap_config.h, not unix/os.c. Seems cleaner and more flexible that way. Revision ChangesPath 1.1345+3 -0

cvs commit: apache-1.3/src/os/unix os.h

1999-01-02 Thread rse
rse 99/01/02 06:12:20 Modified:src CHANGES src/os/unix os.h Log: Make sure under ELF-based NetBSD (now) and OpenBSD (future) we don't search for an underscore on dlsym() (as it's already the case for FreeBSD 3.0). Submitted by: Todd Vierling [EMAIL

cvs commit: apache-1.3/src/os/unix os.h

1998-12-15 Thread fielding
fielding98/12/15 00:55:17 Modified:src/os/bs2000 os.h src/os/os2 os.h src/os/tpf os.h src/os/unix os.h Log: gcc wants inlined functions to be prototyped, as revealed by warnings after the inline fix was applied last week. Revision

cvs commit: apache-1.3/src/os/unix os.h os.c

1998-09-16 Thread rse
rse 98/09/15 23:49:47 Modified:src/os/unix os.h os.c Log: Fix our os-stuff after the Rapsody commit: - add prototype for the new ap_os_dso_init function (gcc complained) - fix a parse error: the #elif has to use defined(...) (gcc complained) - fix argument of

cvs commit: apache-1.3/src/os/unix os.h

1998-05-14 Thread jim
jim 98/05/13 18:22:52 Modified:src/os/unix os.h Log: Avoid nasty trademarks Revision ChangesPath 1.24 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h === RCS file:

cvs commit: apache-1.3/src/os/unix os.h

1998-04-30 Thread rse
rse 98/04/30 04:27:05 Modified:.STATUS src CHANGES Configure src/os/unix os.h Log: DSO support for NetBSD Submitted by: Jaromir Dolecek [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 2158 Revision ChangesPath

cvs commit: apache-1.3/src/os/unix os.h

1998-03-13 Thread Ralf S. Engelschall
rse 98/03/13 08:15:42 Modified:src Configure Configuration.tmpl src/os/unix os.h Log: And another nice platform where we support shared objects: OSF1 (BTW: compares to the linker nightmare I had under AIX today the OSF1 platform is really a pleasure)

cvs commit: apache-1.3/src/os/unix os.h

1998-03-06 Thread martin
martin 98/03/06 05:16:19 Modified:src/os/unix os.h Log: This is disgusting - we must change the include order as soon as possible Revision ChangesPath 1.12 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h

cvs commit: apache-1.3/src/os/unix os.h

1998-03-06 Thread martin
martin 98/03/06 05:18:45 Modified:src/os/unix os.h Log: SVR4 has dlfcn.h Revision ChangesPath 1.13 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h === RCS file:

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 07:50:47 Modified:src/os/unix os.h Log: Fix a typo (and a test to see if I can commit without getting slammed ;) Reviewed by: Ralf Revision ChangesPath 1.9 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 10:58:36 Modified:src CHANGES Configure src/include conf.h http_config.h src/os/unix os.h Log: These patches make Configure create src/include/ap_config.h and they also clean up the various autoconf symbol clashes I was getting.

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 11:40:37 Modified:src/os/unix os.h Log: Due to the order of inclusion, it isn't feasible to move this check to conf.h. So, reverse this part of my last patch. The whole DLFCN thing could be moved to conf.h, but I will leave that for another battle.

cvs commit: apache-1.3/src/os/unix os.h

1998-03-04 Thread coar
coar98/03/03 18:28:27 Modified:.STATUS src CHANGES buildmark.c src/include httpd.h src/main http_main.c http_protocol.c util_script.c src/modules/example mod_example.c src/modules/proxy

cvs commit: apache-1.3/src/os/unix os.h

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:51:34 Modified:src/os/unix os.h Log: remove a gccism: __const Revision ChangesPath 1.7 +3 -3 apache-1.3/src/os/unix/os.h Index: os.h === RCS file: