chiark / gitweb /
Fixing for new autotools.
[become] / src / become.h
index 4864a12f6227bc8d64b589fed3fdcd45d59caccd..b08f72cdbe5197043951da22b2abb442f31f22fd 100644 (file)
 #  include "config.h"
 #endif
 
+/*----- Other configuration -----------------------------------------------*/
+
+#define file_KEY ETCDIR "/become.key"
+#define file_PUBKEY ETCDIR "/become.pubkey"
+#define file_RULES ETCDIR "/become.conf"
+#define file_SERVER ETCDIR "/become.server"
+
+#ifdef NDEBUG
+#  define D(x) /* empty */
+#else
+#  define D(x) x
+#endif
+
 /*----- Tracing levels ----------------------------------------------------*/
 
 #define TRACE_SILENT   0u