Add tracing options and compiled-in paths.
authormdw <mdw>
Sat, 2 Feb 2002 19:16:13 +0000 (19:16 +0000)
committermdw <mdw>
Sat, 2 Feb 2002 19:16:13 +0000 (19:16 +0000)
acconfig.h

index 45739b8..1e538a6 100644 (file)
@@ -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
  *
  * 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 -------------------------------------------------*/