Re: [pcre-dev] CMake and sundry updates

Góra strony
Delete this message
Autor: Daniel Richard G.
Data:  
Dla: Nigel Metheringham
CC: pcre-dev
Temat: Re: [pcre-dev] CMake and sundry updates
Replying, with the attachments again.

The file that does get through (config-cmake.h.in) is text/plain, while the
patches that get dropped are text/x-diff.


--Daniel


On Thu, 2007 Mar 29 14:45:22 +0100, Nigel Metheringham wrote:
> Can you send that message directly to me so I can see the MIME
> structure of the message.
>
> I suspect that things (specifically the patches) are being marked as
> binary (octet/stream or similar) and being dropped by one of the mail
> stages due to that.
>
>     Nigel.

>


-- 
NAME   = Daniel Richard G.       ##  Remember, skunks       _\|/_  meef?
EMAIL1 = skunk@???        ##  don't smell bad---    (/o|o\) /
EMAIL2 = skunk@???      ##  it's the people who   < (^),>
WWW    = http://www.******.org/  ##  annoy them that do!    /   \
--
(****** = site not yet online)

/* config.h for CMake builds */

#cmakedefine HAVE_DIRENT_H
#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_SYS_STAT_H
#cmakedefine HAVE_SYS_TYPES_H
#cmakedefine HAVE_TYPE_TRAITS_H
#cmakedefine HAVE_BITS_TYPE_TRAITS_H

#cmakedefine HAVE_BCOPY
#cmakedefine HAVE_MEMMOVE
#cmakedefine HAVE_STRERROR

#cmakedefine SUPPORT_UTF8
#cmakedefine SUPPORT_UCP
#cmakedefine EBCDIC
#cmakedefine NO_RECURSE

#define NEWLINE            @NEWLINE@
#define POSIX_MALLOC_THRESHOLD    @PCRE_POSIX_MALLOC_THRESHOLD@
#define LINK_SIZE        @PCRE_LINK_SIZE@
#define MATCH_LIMIT        @PCRE_MATCH_LIMIT@
#define MATCH_LIMIT_RECURSION    @PCRE_MATCH_LIMIT_RECURSION@


#define MAX_NAME_SIZE    32
#define MAX_NAME_COUNT    10000
#define MAX_DUPLENGTH    30000


/* end config.h for CMake builds */