Abolish {auto,}rules.m4 and adjust debian/rules to be able to build
[disorder] / lib / configuration.h
index 4dad503..c5cc2e1 100644 (file)
@@ -203,6 +203,9 @@ struct config {
   /** @brief Canonical URL of web interface */
   const char *url;
 
+  /** @brief Short display limit */
+  long short_display;
+
   /** @brief Maximum refresh interval for web interface (seconds) */
   long refresh;