X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fconfig.h.defaults;h=361051858fee7176867592a07fbfad948baae0f1;hb=4328fd3cb019281becab844b6bf560632b1d34b1;hp=f02aef12ce34fdb86f9919afb9a2357b8f8b7c7b;hpb=54c90be16587ca315041c964e251f07fc2bcf0e9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index f02aef12c..361051858 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -41,6 +41,7 @@ it's a default value. */ #define DELIVER_IN_BUFFER_SIZE 8192 #define DELIVER_OUT_BUFFER_SIZE 8192 #define DISABLE_DKIM +#define DISABLE_DNSSEC #define DISABLE_D_OPTION #define ENABLE_DISABLE_FSYNC @@ -179,18 +180,13 @@ just in case. */ #define ROOT_UID 0 #define ROOT_GID 0 -/* Sizes for integer arithmetic. Go for 64bit; can be overridden in OS/os.h-FOO */ -#ifndef int_eximarith_t - #define int_eximarith_t int64_t -#endif -#ifndef PR_EXIM_ARITH - #define PR_EXIM_ARITH "%" PRId64 /* C99 standard, printf %lld */ -#endif -#ifndef SC_EXIM_ARITH - #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */ -#endif -#ifndef SC_EXIM_DEC - #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */ -#endif +/* Sizes for integer arithmetic. +Go for 64bit; can be overridden in OS/Makefile-FOO +If you make it a different number of bits, provide a definition +for EXIM_64B_MAX and _MIN in OS/oh.h-FOO */ +#define int_eximarith_t int64_t +#define PR_EXIM_ARITH "%" PRId64 /* C99 standard, printf %lld */ +#define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */ +#define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */ /* End of config.h.defaults */