summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Default
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2008-01-16 13:44:45 +0000
committerNigel Metheringham <nigel@exim.org>2008-01-16 13:44:45 +0000
commit8eb9f5bd19da786f304f79b8f24381bbb4829310 (patch)
tree41836dd75a128cb1e0caf338b1c680b040c2656a /src/OS/Makefile-Default
parentc5537c6e21da5c92ab74fc567f663becc59d3f07 (diff)
Initial work removing PCRE from dist. Documentation needs to be updated. Related: #657
Diffstat (limited to 'src/OS/Makefile-Default')
-rw-r--r--src/OS/Makefile-Default15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/OS/Makefile-Default b/src/OS/Makefile-Default
index 9f9ff2276..49052b3b3 100644
--- a/src/OS/Makefile-Default
+++ b/src/OS/Makefile-Default
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-Default,v 1.2 2006/02/10 14:33:26 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-Default,v 1.3 2008/01/16 13:44:45 nm4 Exp $
##################################################
# The Exim mail transport agent #
@@ -87,6 +87,11 @@ CC=gcc
# LFLAGS=
+# PCRE_LIBS contains the library to be linked for PCRE
+
+#PCRE_LIBS=-lpcre
+
+
# LIBS and EXTRALIBS contain library settings that are used on linking
# commands to build binaries. The OS-dependent Makefile may contain a default
# setting for LIBS, leaving EXTRALIBS available for adding further libraries
@@ -112,14 +117,6 @@ CC=gcc
# EXTRALIBS_EXIMON=
-# PCRE_CFLAGS contains flags to be passed to the CFLAGS parameter of the
-# makefile for building the PCRE regular expression library, in addition
-# to CFLAGS. Typical use is to set -DUSE_BCOPY on legacy systems that lack
-# the memmove() function but do have bcopy().
-
-# PCRE_CFLAGS=
-
-
# The error name for quota exceeded varies among operating systems, and
# even, unfortunately, in different versions of the same operating system.
# EDQUOT was not in Sys V, but is in SPEC 1170, apparently. It was used