You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2003/11/17 14:29:35 UTC

cvs commit: apr acconfig.h

jorton      2003/11/17 05:29:35

  Modified:    build    apr_common.m4
               .        acconfig.h
  Log:
  * build/apr_common.m4, acconfig.h: Use the third argument to
  AC_DEFINE for the DIRENT_TYPE and DIRENT_INODE templates.
  
  Revision  Changes    Path
  1.57      +4 -2      apr/build/apr_common.m4
  
  Index: apr_common.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_common.m4,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -u -r1.56 -r1.57
  --- apr_common.m4	5 Nov 2003 09:46:00 -0000	1.56
  +++ apr_common.m4	17 Nov 2003 13:29:34 -0000	1.57
  @@ -601,7 +601,8 @@
   fi
   ])
   if test "$apr_cv_dirent_inode" != "no"; then
  -  AC_DEFINE_UNQUOTED(DIRENT_INODE, $apr_cv_dirent_inode)
  +  AC_DEFINE_UNQUOTED(DIRENT_INODE, $apr_cv_dirent_inode, 
  +    [Define if struct dirent has an inode member])
   fi
   ])
   
  @@ -624,7 +625,8 @@
   ], apr_cv_dirent_type=d_type)
   ])
   if test "$apr_cv_dirent_type" != "no"; then
  -  AC_DEFINE_UNQUOTED(DIRENT_TYPE, $apr_cv_dirent_type) 
  +  AC_DEFINE_UNQUOTED(DIRENT_TYPE, $apr_cv_dirent_type, 
  +    [Define if struct dirent has a d_type member]) 
   fi
   ])
   
  
  
  
  1.65      +0 -2      apr/acconfig.h
  
  Index: acconfig.h
  ===================================================================
  RCS file: /home/cvs/apr/acconfig.h,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -u -r1.64 -r1.65
  --- acconfig.h	16 Feb 2003 21:59:09 -0000	1.64
  +++ acconfig.h	17 Nov 2003 13:29:34 -0000	1.65
  @@ -7,8 +7,6 @@
   #undef USE_THREADS
   #undef EGD_DEFAULT_SOCKET
   #undef HAVE_isascii
  -#undef DIRENT_INODE
  -#undef DIRENT_TYPE
   
   /* Cross process serialization techniques */
   #undef USE_FLOCK_SERIALIZE