apr_file_mktemp in Windows

2003-01-27 Thread Miguel Camargo
Hello: I'm using the APR library under Linux and Windows. I'm doing some changes into the file_io section of the library (to support a speciffic feature) and i have found that APR declares a generic apr_file_mktemp function. I found its declaration under Linux but i couldn't find the correspond

RE: autoheader doubt!!

2002-06-17 Thread Miguel Camargo
AIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "'Miguel Camargo'" <[EMAIL PROTECTED]>, Subject: RE: autoheader doubt!! Date: Mon, 17 Jun 2002 10:00:07 -0700 If you run buildconf in the APR directory (or the Apache directory), autoconf and autoheade

autoheader doubt!!

2002-06-17 Thread Miguel Camargo
Hello: I have been all the day trying to discover how can autoheader generate the file /apr/include/arch/unix/apr_private.h.in from the file acconfig.h. how can autoheader create that file name? where automake looks from? than you! ___

Re: APR_HAVE_ vs APR_HAS_ (was Re: APR doubts)

2002-06-12 Thread Miguel Camargo
First of all,thank you Cliff and Ryan for your answers! The feature i want to add is a trick inside the APR just to could manage an parallel file system or not depending on some parameters. So i first need to add a header file into ../apr/include/arch/unix/fileio.h and after that check into the

APR doubts

2002-06-12 Thread Miguel Camargo
Hello: I am trying to modify the APR library just to add some specific features in it and use it in Apache. But i have some doubts about the meaning and the differences among the macro definitions of: APR_HAVE_... APR_USE_... APR_HAS_... In which cases i have to use one of this, which are their