summaryrefslogtreecommitdiff
path: root/conf-cc
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
commita42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch)
tree2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /conf-cc
parente6e9663d40f7aab9e1982dddcaa11386551ad182 (diff)
convert to the meson build system
Diffstat (limited to 'conf-cc')
-rw-r--r--conf-cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf-cc b/conf-cc
deleted file mode 100644
index 605c327..0000000
--- a/conf-cc
+++ /dev/null
@@ -1,18 +0,0 @@
-cc -O2 -Wall -Wno-narrowing -Iinclude -I`head -1 ../conf-qlibs`/include `head -1 ../conf-ssl`
-
-# This will work for both i386 and AMD64 architecture enabling INET6 support.
-# IDN2 support is NOT enabled by default. You do not have 'libidns2' installed and set: -DIDN2
-
-# For obfuscation, you can hide the virtual user's local part for VERP addresses; inappropriate for VPOPMAIL:
-
-cc -O2 -Wall -Wno-narrowing -Iinclude -I`head -1 ../conf-qlibs`/include `head -1 ../conf-ssl` -DHIDEVIRTUALUSER
-
-# qmail-remote will bounce mails immediately, if no DNS record is found; or mail may stay in the queue until it expires:
-
-cc -O2 -Wall -Wno-narrowing -Iinclude -I`head -1 ../conf-qlibs`/include `head -1 ../conf-ssl` -DDEFERREDBOUNCES
-
-# security might be enhanced, using the following compiler flags:
-
-cc -Wall -pipe -z relro -z now -pie -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -DIDN2
-
-# This is for gcc and with strong security in mind.