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...@locus.apache.org on 2000/12/07 07:56:34 UTC

cvs commit: apr/include apr_private.hw

wrowe       00/12/06 22:56:34

  Modified:    include  apr_private.hw
  Log:
    Doesn't belong here... public symbols in apr.h (apr.hw)
  
  Revision  Changes    Path
  1.18      +0 -13     apr/include/apr_private.hw
  
  Index: apr_private.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_private.hw,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- apr_private.hw	2000/06/22 19:09:45	1.17
  +++ apr_private.hw	2000/12/07 06:56:33	1.18
  @@ -168,19 +168,6 @@
   #define strcasecmp(s1, s2)       stricmp(s1, s2)
   #define sleep(t)                 Sleep(t * 1000)
   
  -
  -/* APR FEATURE MACROS.
  - * This section should be used to define feature macros
  - * that the windows port needs.
  - */
  -#define APR_HAS_THREADS        1
  -#define APR_HAS_SENDFILE       1
  -#define APR_HAS_RANDOM         1
  -#define APR_HAS_DSO            1
  -
  -#define APR_HAS_MMAP           0
  -#define APR_HAS_XLATE          0
  -
   #define SIZEOF_SHORT           2
   #define SIZEOF_INT             4
   #define SIZEOF_LONGLONG        8