X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=385c3624e620b65c674bc381c3278d5f5535b81a;hb=468c0c7e3066886ff5028bb423b96712a155fe05;hp=f94f00b978f8d8a9fe1f7bc9e571a5f8a902ae8b;hpb=bfe645c1570343d3adca657ab67998e122ca8792;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.h b/src/src/exim.h index f94f00b97..385c3624e 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -11,6 +11,9 @@ that is needed. They don't all need everything, of course, but it's far too messy to have each one importing its own list, and anyway, most of them need most of these includes. */ +#ifndef EXIM_H +#define EXIM_H + /* Assume most systems have statfs() unless os.h undefines this macro */ #define HAVE_STATFS @@ -596,4 +599,5 @@ default to EDQUOT if it exists, otherwise ENOSPC. */ #undef DISABLE_DNSSEC #endif +#endif /* End of exim.h */