summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-12 09:11:28 -0400
committerPhil Pennock <pdp@exim.org>2012-05-12 09:11:28 -0400
commit6a6084f8fd44dc65dce40536198ec5d282deb126 (patch)
tree6b62a6301aa0dbde9d8acdfe35bdf6cb93412d99 /src/OS
parent1ca9f5074196f7fa459367956bcf6d4239b47634 (diff)
pcre-config support.
Remove a couple of stray references to PCRE_CFLAGS too (dating from when PCRE was bundled).
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-SunOS45
-rw-r--r--src/OS/Makefile-mips1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/OS/Makefile-SunOS4 b/src/OS/Makefile-SunOS4
index 63db9c5df..c876998e5 100644
--- a/src/OS/Makefile-SunOS4
+++ b/src/OS/Makefile-SunOS4
@@ -2,11 +2,6 @@
CFLAGS=-O
-# Don't need -DSTRERROR_FROM_ERRLIST in PCRE_CFLAGS, because it is in os.h
-# for SunOS4, which gets included for pcre.
-
-PCRE_CFLAGS=-DUSE_BCOPY
-
CHOWN_COMMAND=/usr/etc/chown
HOSTNAME_COMMAND=/usr/bin/hostname
EXIT_FAILURE=1
diff --git a/src/OS/Makefile-mips b/src/OS/Makefile-mips
index dbc101cd6..ff3313937 100644
--- a/src/OS/Makefile-mips
+++ b/src/OS/Makefile-mips
@@ -8,7 +8,6 @@ LIBS=-liberty -lm
XINCLUDE=-I/usr/X11R6/include
CFLAGS=-O
-PCRE_CFLAGS=-DUSE_BCOPY -DSTRERROR_FROM_ERRLIST
EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'