diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-12 09:11:28 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-12 09:11:28 -0400 |
commit | 6a6084f8fd44dc65dce40536198ec5d282deb126 (patch) | |
tree | 6b62a6301aa0dbde9d8acdfe35bdf6cb93412d99 /src/OS/Makefile-SunOS4 | |
parent | 1ca9f5074196f7fa459367956bcf6d4239b47634 (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/Makefile-SunOS4')
-rw-r--r-- | src/OS/Makefile-SunOS4 | 5 |
1 files changed, 0 insertions, 5 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 |