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

cvs commit: apr/include apr.hw

wrowe       02/01/09 16:20:18

  Modified:    .        apr.dsp libapr.dsp
               include  apr.hw
  Log:
    Changes for Win32 to build with shm.  [and a little bit of alpha ordering]
  
  Revision  Changes    Path
  1.90      +2 -3      apr/apr.dsp
  
  Index: apr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsp,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- apr.dsp	8 Jan 2002 06:45:53 -0000	1.89
  +++ apr.dsp	10 Jan 2002 00:20:18 -0000	1.90
  @@ -295,8 +295,7 @@
   # PROP Default_Filter ""
   # Begin Source File
   
  -SOURCE=.\shmem\win32\shmem.c
  -# PROP Exclude_From_Build 1
  +SOURCE=.\shmem\win32\shm.c
   # End Source File
   # End Group
   # Begin Group "strings"
  @@ -555,7 +554,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\include\apr_shmem.h
  +SOURCE=.\include\apr_shm.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.51      +6 -7      apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- libapr.dsp	8 Jan 2002 06:45:53 -0000	1.50
  +++ libapr.dsp	10 Jan 2002 00:20:18 -0000	1.51
  @@ -111,10 +111,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\file_io\unix\mktemp.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\file_io\win32\filedup.c
   # End Source File
   # Begin Source File
  @@ -139,6 +135,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\file_io\unix\mktemp.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\file_io\win32\open.c
   # End Source File
   # Begin Source File
  @@ -301,8 +301,7 @@
   # PROP Default_Filter ""
   # Begin Source File
   
  -SOURCE=.\shmem\win32\shmem.c
  -# PROP Exclude_From_Build 1
  +SOURCE=.\shmem\win32\shm.c
   # End Source File
   # End Group
   # Begin Group "strings"
  @@ -561,7 +560,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\include\apr_shmem.h
  +SOURCE=.\include\apr_shm.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.82      +1 -1      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- apr.hw	19 Oct 2001 13:36:59 -0000	1.81
  +++ apr.hw	10 Jan 2002 00:20:18 -0000	1.82
  @@ -225,7 +225,7 @@
   #endif
   
   /*  APR Feature Macros */
  -#define APR_HAS_SHARED_MEMORY     0
  +#define APR_HAS_SHARED_MEMORY     1
   #define APR_HAS_THREADS           1
   #define APR_HAS_SENDFILE          1
   #define APR_HAS_MMAP              1