Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 57123 invoked by uid 1134); 7 Dec 2000 06:56:34 -0000 Date: 7 Dec 2000 06:56:34 -0000 Message-ID: <20001207065634.57122.qmail@locus.apache.org> From: wrowe@locus.apache.org To: apr-cvs@apache.org Subject: 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