aboutsummaryrefslogblamecommitdiff
path: root/audio/juke/files/patch-aa
blob: 42913e34dfa189a62342e1657c989314c1f30fa4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                        
--- ../juke.orig/src/conf.h	Thu Apr 15 21:44:53 1999
+++ ./src/conf.h	Sun May  2 12:16:58 1999
@@ -1,6 +1,11 @@
 #define CFG_ARGS     10
 #define CFG_STRLEN  100
 
+#ifndef PREFIX
+#define PREFIX "/usr/local"
+#endif
+#define CFG_RCFILE PREFIX "/etc/juke.conf"
+
 struct CFG_FORMAT {
   int args;
   int match_len;