]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
Merge links_cache into scache and rework scache.
[solanum.git] / include / s_conf.h
index 9e7dab2f86256f7cc95c011671c19fd60cf19063..2b69e6a12adf9319e9e66b47133e21efe8fe8840 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_conf.h 3460 2007-05-18 20:31:33Z jilles $
+ *  $Id: s_conf.h 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #ifndef INCLUDED_s_conf_h
@@ -276,7 +276,6 @@ struct config_server_hide
 {
        int flatten_links;
        int links_delay;
-       int links_disabled;
        int hidden;
        int disable_hidden;
 };
@@ -289,7 +288,6 @@ struct server_info
        char *network_name;
        char *network_desc;
        int hub;
-       int use_ts6;
        struct sockaddr_in ip;
 #ifdef IPV6
        struct sockaddr_in6 ip6;