chiark
/
gitweb
/
~mdw
/
jog
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add tracing options and compiled-in paths.
[jog]
/
acconfig.h
diff --git
a/acconfig.h
b/acconfig.h
index 45739b8e6cd9e59d8c470e231719b26f005afaf8..1e538a67043c78cc54b5441fc26fed2340074ef3 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Configuration header
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
/*----- 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
*
* 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
* 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 -------------------------------------------------*/
@BOTTOM@
/*----- That's all, folks -------------------------------------------------*/