summaryrefslogtreecommitdiff
path: root/dftables.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 12:57:06 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 12:57:06 +0000
commit30b37357d39f9f39807c7335de34aa12f3ec036a (patch)
treed7c3614812637cab03e6ddeab7ee3d9c71fe9d2b /dftables.c
parentac5b1a33b929f7801812a085ead7104dbb956f68 (diff)
downloadpcre-30b37357d39f9f39807c7335de34aa12f3ec036a.tar.gz
<config.h> => "config.h" and also some cases of <pcre.h>.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@236 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'dftables.c')
-rw-r--r--dftables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dftables.c b/dftables.c
index eb9a1a4..4ab3d90 100644
--- a/dftables.c
+++ b/dftables.c
@@ -44,7 +44,7 @@ locale. Now that pcre_maketables is a function visible to the outside world, we
make use of its code from here in order to be consistent. */
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <ctype.h>
@@ -110,7 +110,7 @@ fprintf(f,
"outside this compilation unit might reference this\" and so it will always\n"
"be supplied to the linker. */\n\n"
"#ifdef HAVE_CONFIG_H\n"
- "#include <config.h>\n"
+ "#include "config.h"\n"
"#endif\n\n"
"#include \"pcre_internal.h\"\n\n");
fprintf(f,