cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-23 Thread rse
rse 98/03/23 07:44:16 Modified:src/modules/standard mod_so.c Log: if apache+HIDE && module+!HIDE then no chance at all, because dlopen() cannot implicitly resolve apache's XXX symbols for module because they are named AP_XXX else if apache+!HIDE && module+HIDE

cvs commit: apache-1.3/src CHANGES

1998-03-23 Thread rse
rse 98/03/22 23:42:12 Modified:.STATUS src CHANGES Log: Germany/Munich: On Saturday bright and sunny and warm, now on Monday a shock: Snow, snow, snow... and again really cold... Br... Revision ChangesPath 1.204 +2 -2 apache-

cvs commit: apache-1.3/src/modules/proxy Makefile.tmpl

1998-03-23 Thread rse
rse 98/03/22 23:28:40 Modified:src/modules/proxy Makefile.tmpl Log: Ops, mod_proxy has it's own local definition of the implict Makefile rules, so change the compiler run for more portable usage here, too. Revision ChangesPath 1.10 +1 -1 apache-1.3/src/mod

cvs commit: apache-1.3/src Configure

1998-03-23 Thread rse
rse 98/03/22 23:26:05 Modified:src Configure Log: Make shared object compilation more portable, because there are vendor compilers out there (for instance UnixWare's cc) which don't honor the `-o' option when used in combination with the `-c' option. They always create x