chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Assume initial digits in a track name are a sort key even without the
[disorder]
/
lib
/
defs.c
diff --git
a/lib/defs.c
b/lib/defs.c
index b5e1eff92e1ce045646b06fd343677a2f27b9c77..67f7951934700df6e5f64595c0ef5db9c9a8d9bc 100644
(file)
--- a/
lib/defs.c
+++ b/
lib/defs.c
@@
-23,8
+23,7
@@
* (see fix_path()), not so that the path can be ignored.
*/
* (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"
#include "defs.h"
#include "definitions.h"
@@
-50,6
+49,9
@@
const char bindir[] = BINDIR;
/** @brief System binary directory */
const char sbindir[] = SBINDIR;
/** @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.
/** @brief Fink binary directory
*
* Meaningless if not on a Mac.