chiark / gitweb /
Make next/prev search result buttons work.
[disorder] / lib / defs.c
index b5e1eff92e1ce045646b06fd343677a2f27b9c77..67f7951934700df6e5f64595c0ef5db9c9a8d9bc 100644 (file)
@@ -23,8 +23,7 @@
  * (see fix_path()), not so that the path can be ignored.
  */
 
-#include <config.h>
-#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.