X-Git-Url: https://git.distorted.org.uk/~mdw/jog/blobdiff_plain/2ec1e6937048636ec6761c3a76c5bf9544278601..e9060e7e4c0de71ef6d4b7d7b05c3167790073e3:/acconfig.h 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 -------------------------------------------------*/