summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf-cc2
-rw-r--r--conf-ld2
-rw-r--r--conf-spawn2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf-cc b/conf-cc
index 782611a..d2d73ab 100644
--- a/conf-cc
+++ b/conf-cc
@@ -1,3 +1,3 @@
1cc -O2 -DTLS=20070408 -I/usr/local/ssl/include 1gcc -O2 -pipe -DTLS
2 2
3This will be used to compile .c files. 3This will be used to compile .c files.
diff --git a/conf-ld b/conf-ld
index a9e796a..c52f794 100644
--- a/conf-ld
+++ b/conf-ld
@@ -1,3 +1,3 @@
1cc -s 1gcc -Wl,-O1 -Wl,--as-needed
2 2
3This will be used to link .o files into an executable. 3This will be used to link .o files into an executable.
diff --git a/conf-spawn b/conf-spawn
index cc11d5c..7394ac2 100644
--- a/conf-spawn
+++ b/conf-spawn
@@ -1,4 +1,4 @@
11000 1500
2 2
3This is a silent concurrency limit. You can't set it above 255. On some 3This is a silent concurrency limit. You can't set it above 255. On some
4systems you can't set it above 125. qmail will refuse to compile if the 4systems you can't set it above 125. qmail will refuse to compile if the