aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.inc.in')
-rw-r--r--src/config.inc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.inc.in b/src/config.inc.in
index b5e086f4..d57c7ab4 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -50,4 +50,9 @@
PORTAUDIO_VERSION_RELEASE = @portaudio_VERSION_RELEASE@;
{$IFEND}
+{$@DEFINE_HAVE_LIBPCRE@ HaveLibPcre}
+{$IF Defined(HaveLibPcre) and Defined(IncludeConstants)}
+ LIBPCRE_LIBDIR = '@libpcre_LIBDIR@';
+{$IFEND}
+
{$@DEFINE_HAVE_PORTMIXER@ HavePortmixer}