Searched refs:OS (Results 1 - 6 of 6) sorted by relevance

/httpd/build/
H A Dbinbuild.sh22 OS=`./build/config.guess`
64 echo "Platform is \"$OS\"..."
97 echo "This binary distribution is usable on a \"$OS\"" && \
120 cp README.bindist ../httpd-$VER-$OS.README
146 -e "s%\@os\@%$OS%" \
170 case "x$OS" in
171 x*os390*) $TAR -cfU ../httpd-$VER-$OS.tar -C .. httpd-$VER;;
172 *) (cd .. && $TAR -cf httpd-$VER-$OS.tar httpd-$VER);;
175 $GZIP -9 ../httpd-$VER-$OS.tar
176 ARCHIVE=../httpd-$VER-$OS
[all...]
H A DNWGNUscripts.inc11 @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
27 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
34 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
/httpd/
H A Dbuildconf135 *BSD/OS*)
/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c24 #error This module only works on unix platforms with the correct OS support
/httpd/server/
H A Dmain.c139 #ifdef OS
140 printf(" -D OS=\"" OS "\"\n");
270 * OS layer and thus give possibly started piped loggers a chance to
/httpd/modules/generators/
H A Dmod_info.c511 #ifdef OS
512 ap_rputs(" -D OS=\"" OS "\"\n", r);

Completed in 33 milliseconds