X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ce5524496cf016f06c8004e00ce9d043f4ac6aff..261dc43e32f6039781ca92535e56f5caaa68b809:/src/src/mytypes.h diff --git a/src/src/mytypes.h b/src/src/mytypes.h index d9912c4ff..36860a892 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/mytypes.h,v 1.5 2008/09/29 11:41:07 nm4 Exp $ */ +/* $Cambridge: exim/src/src/mytypes.h,v 1.7 2009/11/16 19:50:37 nm4 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -15,10 +15,17 @@ local_scan.h includes it and exim.h includes them both (to get this earlier). */ #ifndef MYTYPES_H #define MYTYPES_H - +#ifndef FALSE #define FALSE 0 +#endif + +#ifndef TRUE #define TRUE 1 +#endif + +#ifndef TRUE_UNSET #define TRUE_UNSET 2 +#endif /* If gcc is being used to compile Exim, we can use its facility for checking