changeset 21:bbc5ef57652e

only define BINDIR if it is undefined
author mortenp
date Thu, 22 Apr 2004 23:58:44 +1000
parents a642323b9d02
children 572235c724c0
files include/mlmmj.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/mlmmj.h	Thu Apr 22 23:46:17 2004 +1000
+++ b/include/mlmmj.h	Thu Apr 22 23:58:44 2004 +1000
@@ -14,7 +14,9 @@
 #define RELAYHOST "127.0.0.1"
 
 /* must end in a slash, if not empty! */
+#ifndef BINDIR
 #define BINDIR ""
+#endif
 
 
 #define READ_BUFSIZE 2048