You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/05/03 17:48:23 UTC

O91 makefile adjust

O91_make_adjust.txt does th following...



# Makefile for NCSA's httpd. 

    |
    v

# Makefile for Apache httpd. 

-=-=
   
#CFLAGS= -O2
CFLAGS= -g -DMULTI_ADDRESS_BIND -DVIRTUAL_HOST

    |
    v

CFLAGS= -O2
  


+1


robh