You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/02/08 19:58:58 UTC

cvs commit: apr hints.m4

trawick     01/02/08 10:58:52

  Modified:    .        hints.m4
  Log:
  add iconv hints for AIX and Solaris (tested on AIX 4.3 and Solaris 8)
  
  Revision  Changes    Path
  1.38      +2 -0      apr/hints.m4
  
  Index: hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/hints.m4,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- hints.m4	2001/01/12 17:56:57	1.37
  +++ hints.m4	2001/02/08 18:58:36	1.38
  @@ -81,6 +81,7 @@
             APR_ADDTO(CFLAGS, [-qHALT=E])
             APR_ADDTO(CFLAGS, [-qLANGLVL=extended])
           fi
  +	APR_SETIFNULL(apr_iconv_inbuf_const, [1])
           ;;
       *-apollo-*)
   	APR_ADDTO(CFLAGS, [-DAPOLLO])
  @@ -198,6 +199,7 @@
       	PLATOSVERS=`echo $host | sed 's/^.*solaris2.//'`
   	APR_ADDTO(CFLAGS, [-DSOLARIS2=$PLATOSVERS])
   	APR_ADDTO(LIBS, [-lsocket -lnsl])
  +	APR_SETIFNULL(apr_iconv_inbuf_const, [1])
   	;;
       *-sunos4*)
   	APR_ADDTO(CFLAGS, [-DSUNOS4 -DUSEBCOPY])