* Added support for protocols over Unix domain sockets.
[citadel.git] / citadel / sysconfig.h
index 7b749753a1766ce57762eca91ebe12d05b89a647..70e2162d8b3339f4beee2d76e480ac6c694abc45 100644 (file)
 #define SMTP_GIVE_UP           259200  /* give up after 3 days */
 
 
+/* 
+ * Pathname template to use for Unix domain sockets
+ */
+#define USOCKPATH              "/tmp/citadel%04x"
+
+
 /*
  * The names of rooms which are automatically created by the system
  */