X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fpcre%2Fpcre_maketables.c;h=563f8745cf4711f454cfa21e4e3cba5f45067361;hb=c5537c6e21da5c92ab74fc567f663becc59d3f07;hp=b78019efca338d42e4da6601d848557cb8ce07b8;hpb=6bf342e1eb87c656de34d668d7303a7d0138e89a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/pcre/pcre_maketables.c b/src/src/pcre/pcre_maketables.c index b78019efc..563f8745c 100644 --- a/src/src/pcre/pcre_maketables.c +++ b/src/src/pcre/pcre_maketables.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/pcre/pcre_maketables.c,v 1.4 2007/01/23 15:08:45 ph10 Exp $ */ +/* $Cambridge: exim/src/src/pcre/pcre_maketables.c,v 1.6 2007/11/12 13:02:20 nm4 Exp $ */ /************************************************* * Perl-Compatible Regular Expressions * @@ -8,7 +8,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2006 University of Cambridge + Copyright (c) 1997-2007 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -47,7 +47,10 @@ compilation of dftables.c, in which case the macro DFTABLES is defined. */ #ifndef DFTABLES -#include "pcre_internal.h" +# ifdef HAVE_CONFIG_H +# include "config.h" +# endif +# include "pcre_internal.h" #endif