You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/01/29 01:17:38 UTC

cvs commit: apr/build nw_export.inc

bnicholes    02/01/28 16:17:38

  Modified:    build    nw_export.inc
  Log:
  Added the apr_shm and apr_rmm API to the export list processing
  
  Revision  Changes    Path
  1.2       +2 -1      apr/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/nw_export.inc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nw_export.inc	8 Jan 2002 21:39:42 -0000	1.1
  +++ nw_export.inc	29 Jan 2002 00:17:38 -0000	1.2
  @@ -28,7 +28,7 @@
   #include "apr_portable.h"
   #include "apr_proc_mutex.h"
   #include "apr_ring.h"
  -/*#include "apr_shmem.h"*/
  +#include "apr_shm.h"
   #include "apr_signal.h"
   #include "apr_strings.h"
   #include "apr_tables.h"
  @@ -61,6 +61,7 @@
   #include "apr_md4.h"
   #include "apr_optional.h"
   #include "apr_optional_hooks.h"
  +#include "apr_rmm.h"
   #include "apr_sdbm.h"
   #include "apr_sha1.h"
   #include "apr_uri.h"