X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..2eee4b0cd743865445a5023e8c10467cdc9b350e:/lib/defs.c diff --git a/lib/defs.c b/lib/defs.c index b5e1eff..67f7951 100644 --- a/lib/defs.c +++ b/lib/defs.c @@ -23,8 +23,7 @@ * (see fix_path()), not so that the path can be ignored. */ -#include -#include "types.h" +#include "common.h" #include "defs.h" #include "definitions.h" @@ -50,6 +49,9 @@ const char bindir[] = BINDIR; /** @brief System binary directory */ const char sbindir[] = SBINDIR; +/** @brief System sendmail executable */ +const char sendmail_binary[] = SENDMAIL; + /** @brief Fink binary directory * * Meaningless if not on a Mac.