You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/01/09 15:50:51 UTC

cvs commit: apache/src Configure

martin      98/01/09 06:50:51

  Modified:    src      Tag: APACHE_1_2_X Configure
  Log:
  Add XPG/4 switch for ReliantUNIX/SINIX compilation
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.96.2.11 +1 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache/src/Configure,v
  retrieving revision 1.96.2.10
  retrieving revision 1.96.2.11
  diff -u -u -r1.96.2.10 -r1.96.2.11
  --- Configure	1997/08/21 22:56:20	1.96.2.10
  +++ Configure	1998/01/09 14:50:50	1.96.2.11
  @@ -424,7 +424,7 @@
   	;;
       *-sni-sysv4*)
   	OS='SVR4'
  -	CFLAGS="$CFLAGS -DSVR4"
  +	CFLAGS="$CFLAGS -DSVR4 -D_XPG_IV -DUSE_MMAP_FILES"
   	DEF_WANTHSREGEX=yes
   	LIBS="$LIBS -lsocket -lnsl -lc"
   	;;