summaryrefslogtreecommitdiff
path: root/audio/juke/files/patch-src_conf.h
blob: 2ea436b9ff8fb7a137bde97b46ea1417345bb129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/conf.h.orig	1999-04-07 17:47:53 UTC
+++ src/conf.h
@@ -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;