From: mdw Date: Sat, 2 Feb 2002 19:16:13 +0000 (+0000) Subject: Add tracing options and compiled-in paths. X-Git-Url: https://git.distorted.org.uk/~mdw/jog/commitdiff_plain/6fbcd07e7e1de5c8efc9e1bda5f8801ac9f23d4b Add tracing options and compiled-in paths. --- diff --git a/acconfig.h b/acconfig.h index 45739b8..1e538a6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 2002/01/25 19:34:45 mdw Exp $ + * $Id: acconfig.h,v 1.2 2002/02/02 19:16:13 mdw Exp $ * * Configuration header * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.2 2002/02/02 19:16:13 mdw + * Add tracing options and compiled-in paths. + * * Revision 1.1 2002/01/25 19:34:45 mdw * Initial revision * @@ -54,6 +57,15 @@ * of representing any object size. (If in doubt, make it an `int'.) */ #undef ssize_t +/* Pathname to default socket for socket transport. */ +#define JOGSOCKET "/var/local/lib/jog/socket" + +/* Pathname to audio data. */ +#define AUDIODIR "/usr/local/share/jog/audio" + +/* Define to turn off tracing. */ +#undef NTRACE + @BOTTOM@ /*----- That's all, folks -------------------------------------------------*/