1 /* $Cambridge: exim/src/src/exim.h,v 1.27 2009/11/16 19:50:36 nm4 Exp $ */
3 /*************************************************
4 * Exim - an Internet mail transport agent *
5 *************************************************/
7 /* Copyright (c) University of Cambridge 1995 - 2009 */
8 /* See the file NOTICE for conditions of use and distribution. */
11 /* Source files for exim all #include this header, which drags in everything
12 that is needed. They don't all need everything, of course, but it's far too
13 messy to have each one importing its own list, and anyway, most of them need
14 most of these includes. */
16 /* Assume most systems have statfs() unless os.h undefines this macro */
20 /* Similarly, assume most systems have srandom() unless os.h undefines it.
21 This call dates back at least as far as SUSv2. */
25 /* First of all include the os-specific header, which might set things that
26 are needed by any of the other headers, including system headers. */
30 /* If it didn't define os_find_running_interfaces, use the common function. */
32 #ifndef os_find_running_interfaces
33 #define os_find_running_interfaces os_common_find_running_interfaces
36 /* If it didn't define the base for "base 62" numbers, we really do use 62.
37 This is the case for all real Unix and Unix-like OS. It's only Cygwin and
38 Darwin, with their case-insensitive file systems, that can't use base 62 for
39 making unique names. */
45 /* The maximum value of localhost_number depends on the base being used */
48 #define LOCALHOST_MAX 16
50 #define LOCALHOST_MAX 10
53 /* ANSI C standard includes */
69 #if defined(__svr4__) && defined(__sparc) && ! defined(__EXTENSIONS__)
70 #define __EXTENSIONS__ /* so that SunOS 5 gets NGROUPS_MAX */
77 /* Just in case some aged system doesn't define them... */
80 #define INT_MAX 2147483647
84 #define INT_MIN (-INT_MAX - 1)
88 #define SHRT_MAX 32767
95 /* Some systems have PATH_MAX and some have MAX_PATH_LEN. */
99 #define PATH_MAX MAX_PATH_LEN
101 #define PATH_MAX 1024
105 #include <sys/types.h>
106 #include <sys/file.h>
116 /* Not all systems have flock() available. Those that do must define LOCK_SH
123 #ifndef NO_SYSEXITS /* some OS don't have this */
124 #include <sysexits.h>
127 /* A few OS don't have socklen_t; their os.h files define EXIM_SOCKLEN_T to
128 be size_t or whatever. We used to use SOCKLEN_T, but then it was discovered
129 that this is used by the AIX include files. */
131 #ifndef EXIM_SOCKLEN_T
132 #define EXIM_SOCKLEN_T socklen_t
135 /* Ensure that the sysexits we reference are defined */
137 #ifndef EX_UNAVAILABLE
138 #define EX_UNAVAILABLE 69 /* service unavailable; used for execv fail */
141 #define EX_CANTCREAT 73 /* can't create file: treat as temporary */
144 #define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */
147 #define EX_CONFIG 78 /* configuration error */
150 /* This one is not in any sysexits file that I've come across */
152 #define EX_EXECFAILED 127 /* execve() failed */
155 #include <sys/time.h>
156 #include <sys/param.h>
158 #ifndef NO_SYS_RESOURCE_H /* QNX doesn't have this */
159 #include <sys/resource.h>
162 #include <sys/socket.h>
164 /* If we are on an IPv6 system, the macro AF_INET6 will have been defined in
165 the sys/socket.h header. It is helpful to have this defined on an IPv4 system
166 so that it can appear in the code, even if it is never actually used when
167 the code is run. It saves some #ifdef occurrences. */
173 #include <sys/ioctl.h>
175 /* The new standard is statvfs; some OS have statfs. For statvfs the block
176 counts must be multiplied by the "fragment size" f_frsize to get the actual
177 size. In other cases the value seems to be f_bsize (which is sometimes the only
178 block size), so we use a macro to get that instead.
180 Also arrange to be able to cut it out altogether for way-out OS that don't have
181 anything. I've indented a bit here to try to make the mess a bit more
182 intelligible. Note that simply defining one name to be another when
183 HAVE_SYS_STATVFS_H is not set will not work if the system has a statvfs macro
184 or a macro with entries f_frsize and f_bsize. */
187 #ifdef HAVE_SYS_STATVFS_H
188 #include <sys/statvfs.h>
189 #define STATVFS statvfs
190 #define F_FRSIZE f_frsize
192 #define STATVFS statfs
193 #define F_FRSIZE f_bsize
194 #ifdef HAVE_SYS_VFS_H
196 #ifdef HAVE_SYS_STATFS_H
197 #include <sys/statfs.h>
200 #ifdef HAVE_SYS_MOUNT_H
201 #include <sys/mount.h>
205 /* Macros for the fields for the available space for non-superusers; define
206 these only if the OS header has not. Not all OS have f_favail; those that
207 are known to have it define F_FAVAIL as f_favail. The default is to use
211 #define F_BAVAIL f_bavail
215 #define F_FAVAIL f_ffree
218 /* All the systems I've been able to look at seem to have F_FILES */
221 #define F_FILES f_files
227 #ifndef SIOCGIFCONF /* HACK for SunOS 5 */
228 #include <sys/sockio.h>
231 #include <sys/stat.h>
232 #include <sys/wait.h>
233 #include <sys/utsname.h>
236 /* There's a shambles in IRIX6 - it defines EX_OK in unistd.h which conflicts
237 with the definition in sysexits.h. Exim does not actually use this macro, so we
238 just undefine it. It would be nice to be able to re-instate the definition from
239 sysexits.h if there is no definition in unistd.h, but I do not think there is a
240 way to do this in C because macro definitions are not scanned for other macros
241 at definition time. [The code here used to assume they were, until I was
242 disabused of the notion. Luckily, since EX_OK is not used, it didn't matter.] */
255 #include <netinet/in.h>
256 #include <netinet/tcp.h>
257 #include <arpa/inet.h>
258 #include <arpa/nameser.h>
261 /* If arpa/nameser.h defines a maximum name server packet size, use it,
262 provided it is greater than 2048. Otherwise go for a default. PACKETSZ was used
263 for this, but it seems that NS_PACKETSZ is coming into use. */
265 #if defined(NS_PACKETSZ) && NS_PACKETSZ >= 2048
266 #define MAXPACKET NS_PACKETSZ
267 #elif defined(PACKETSZ) && PACKETSZ >= 2048
268 #define MAXPACKET PACKETSZ
270 #define MAXPACKET 2048
273 /* While IPv6 is still young the definitions of T_AAAA and T_A6 may not be
274 included in arpa/nameser.h. Fudge them here. */
284 /* Ancient systems (e.g. SunOS4) don't appear to have T_TXT defined in their
285 header files. I don't suppose they have T_SRV either. */
295 /* It seems that some versions of arpa/nameser.h don't define *any* of the
296 T_xxx macros, which seem to be non-standard nowadays. Just to be on the safe
297 side, put in definitions for all the ones that Exim uses. */
324 /* We define a few private types for special DNS lookups:
326 . T_ZNS gets the nameservers of the enclosing zone of a domain
328 . T_MXH gets the MX hostnames only (without their priorities)
330 . T_CSA gets the domain's Client SMTP Authorization SRV record
338 /* The resolv.h header defines __P(x) on some Solaris 2.5.1 systems (without
339 checking that it is already defined, in fact). This conflicts with other
340 headers that behave likewise (see below), leading to compiler warnings. Arrange
341 to undefine it if resolv.h defines it. */
344 #define __P_WAS_DEFINED_BEFORE_RESOLV
349 #if defined(__P) && ! defined (__P_WAS_DEFINED_BEFORE_RESOLV)
353 /* These three are to support the IP option logging code. Linux is
354 different to everyone else and there are also other systems which don't
355 have netinet/ip_var.h, so there's a general macro to control its inclusion. */
357 #include <netinet/in_systm.h>
358 #include <netinet/ip.h>
361 #include <netinet/ip_var.h>
364 /* Linux (and some others) uses a different type for the 2nd argument of
365 iconv(). It's os.h file defines ICONV_ARG2_TYPE. For the rest, define a default
368 #ifndef ICONV_ARG2_TYPE
369 #define ICONV_ARG2_TYPE const char **
372 /* One OS uses a different type for the 5th argument of getsockopt */
374 #ifndef GETSOCKOPT_ARG5_TYPE
375 #define GETSOCKOPT_ARG5_TYPE socklen_t *
378 /* One operating system uses a different type for the 2nd argument of select().
379 Its os.h file defines SELECT_ARG2_TYPE. For the rest, define a default here. */
381 #ifndef SELECT_ARG2_TYPE
382 #define SELECT_ARG2_TYPE fd_set
385 /* One operating system uses a different type for the 4th argument of
386 dn_expand(). Its os.h file defines DN_EXPAND_ARG4_TYPE. For the rest, define a
389 #ifndef DN_EXPAND_ARG4_TYPE
390 #define DN_EXPAND_ARG4_TYPE char *
393 /* One operating system defines a different type for the yield of inet_addr().
394 In Exim code, its value is always assigned to the s_addr members of address
395 structures. Casting the yield to the type of s_addr should fix the problem,
396 since the size of the data is correct. Just in case this ever has to be
397 changed, use a macro for the type, and define it here so that it is possible to
398 use different values for specific OS if ever necessary. */
401 #define S_ADDR_TYPE u_long
404 /* (At least) one operating system (Solaris) defines a different type for the
405 second argument of pam_converse() - the difference is the absence of "const".
406 Its os.h file defines PAM_CONVERSE_ARG2_TYPE. For the rest, define a default
409 #ifndef PAM_CONVERSE_ARG2_TYPE
410 #define PAM_CONVERSE_ARG2_TYPE const struct pam_message
413 /* One operating system (SunOS4) defines getc, ungetc, feof, and ferror as
414 macros and not as functions. Exim needs them to be assignable functions. This
415 flag gets set to cause this to be sorted out here. */
417 #ifdef FUDGE_GETC_AND_FRIENDS
419 extern int getc(FILE *);
421 extern int ungetc(int, FILE *);
423 extern int feof(FILE *);
425 extern int ferror(FILE *);
428 /* The header from the PCRE regex package */
432 /* Exim includes are in several files. Note that local_scan.h #includes
433 config.h, mytypes.h, and store.h, so we don't need to mention them explicitly.
436 #include "local_scan.h"
441 #include "functions.h"
442 #include "dbfunctions.h"
443 #include "osfunctions.h"
445 #ifdef EXPERIMENTAL_BRIGHTMAIL
446 #include "bmi_spam.h"
448 #ifdef EXPERIMENTAL_SPF
451 #ifdef EXPERIMENTAL_SRS
458 /* The following stuff must follow the inclusion of config.h because it
459 requires various things that are set therein. */
461 #if HAVE_ICONV /* Not all OS have this */
465 #if defined(USE_READLINE) || defined(EXPAND_DLFUNC) || defined (LOOKUP_MODULE_DIR)
469 #ifdef ENABLE_DISABLE_FSYNC
470 #define EXIMfsync(f) (disable_fsync? 0 : fsync(f))
472 #define EXIMfsync(f) fsync(f)
475 /* Backward compatibility; LOOKUP_LSEARCH now includes all three */
477 #if (!defined LOOKUP_LSEARCH) && (defined LOOKUP_WILDLSEARCH || defined LOOKUP_NWILDLSEARCH)
478 #define LOOKUP_LSEARCH yes
481 /* Define a union to hold either an IPv4 or an IPv6 sockaddr structure; this
482 simplifies some of the coding. */
485 struct sockaddr_in v4;
487 struct sockaddr_in6 v6;
491 /* If SUPPORT_TLS is not defined, ensure that USE_GNUTLS is also not defined
492 so that if USE_GNUTLS *is* set, we can assume SUPPORT_TLS is also set. */
498 /* If SPOOL_DIRECTORY, LOG_FILE_PATH or PID_FILE_PATH have not been defined,
499 set them to the null string. */
501 #ifndef SPOOL_DIRECTORY
502 #define SPOOL_DIRECTORY ""
504 #ifndef LOG_FILE_PATH
505 #define LOG_FILE_PATH ""
507 #ifndef PID_FILE_PATH
508 #define PID_FILE_PATH ""
511 /* The EDQUOT error code isn't universally available, though it is widespread.
512 There is a particular shambles in SunOS5, where it did not exist originally,
513 but got installed with a particular patch for Solaris 2.4. There is a
514 configuration variable for specifying what the system's "over quota" error is,
515 which will end up in config.h if supplied in OS/Makefile-xxx. If it is not set,
516 default to EDQUOT if it exists, otherwise ENOSPC. */
520 #define ERRNO_QUOTA EDQUOT
522 #define ERRNO_QUOTA ENOSPC
526 /* Ensure PATH_MAX is defined */
530 #define PATH_MAX MAXPATHLEN
532 #define PATH_MAX 1024
536 /* These are for reporting version information from various componenents, to
537 figure out what's actually happening. They need to be available to the main
538 function, so we declare them here. Unfortunate. */
540 #ifdef AUTH_CYRUS_SASL
541 extern void auth_cyrus_sasl_version_report(FILE *);