Expunge revision histories.
[jog] / acconfig.h
index 45739b8..4d8a1cc 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
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acconfig.h,v $
- * Revision 1.1  2002/01/25 19:34:45  mdw
- * Initial revision
- *
- */
-
 #ifndef ACCONFIG_H
 #define ACCONFIG_H
 
  * 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 -------------------------------------------------*/