You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2001/05/20 01:35:29 UTC

cvs commit: apr/include apr_portable.h

jim         01/05/19 16:35:29

  Modified:    include  apr_portable.h
  Log:
  Minor wrapper for functions which should only be defined if we
  support DSO.
  
  Revision  Changes    Path
  1.53      +3 -0      apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_portable.h,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- apr_portable.h	2001/04/25 05:26:39	1.52
  +++ apr_portable.h	2001/05/19 23:35:29	1.53
  @@ -396,6 +396,7 @@
   
   #endif /* APR_HAS_THREADS */
   
  +#if APR_HAS_DSO
   /**
    * convert the dso handle from os specific to apr
    * @param dso The apr handle we are converting to
  @@ -415,6 +416,8 @@
    */
   APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
                                                   apr_dso_handle_t *aprdso);
  +
  +#endif /* APR_HAS_DSO */
   
   #ifdef __cplusplus
   }