You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2001/11/23 17:33:06 UTC

cvs commit: httpd-2.0/docs doxygen.conf

ianh        01/11/23 08:33:06

  Modified:    docs     doxygen.conf
  Log:
  make doxygen stop complianing about some netware specific C calls
  
  Revision  Changes    Path
  1.8       +2 -1      httpd-2.0/docs/doxygen.conf
  
  Index: doxygen.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/doxygen.conf,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- doxygen.conf	2001/08/11 18:03:28	1.7
  +++ doxygen.conf	2001/11/23 16:33:06	1.8
  @@ -20,10 +20,11 @@
          "AP_DECLARE_NONSTD(x)=x" \
          DOXYGEN= \
          APU_DECLARE_DATA= \
  +       __pre_nw__= \
          "APU_DECLARE(x)=x"
   
   OPTIMIZE_OUTPUT_FOR_C=YES
   
   FULL_PATH_NAMES=YES
   # some autoconf guru needs to make configure set this correctly...
  -STRIP_FROM_PATH=/usr/home/ben/work/httpd-2.0
  +STRIP_FROM_PATH=/home/ianh/commit/httpd-2.0