opnsense-ports/audio/juke/files/patch-src_conf.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
315 B
C

--- ../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;