Imported Upstream version 2.4.5
[debian/amanda] / common-src / amfeatures.c
index 7305793e660ca1a2aa988eb3a6d948eaa7da3b07..63dcea385df4426022b27b5dee7a425205db8dae 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 /*
- * $Id: amfeatures.c,v 1.1.2.9 2003/01/01 23:28:52 martinea Exp $
+ * $Id: amfeatures.c,v 1.1.2.9.2.3 2004/08/11 19:16:28 martinea Exp $
  *
  * Feature test related code.
  */
@@ -108,6 +108,10 @@ am_init_feature_set()
        am_add_feature(f, fe_amidxtaped_header);
        am_add_feature(f, fe_amidxtaped_nargs);
        am_add_feature(f, fe_amidxtaped_config);
+
+       am_add_feature(f, fe_partial_estimate);
+       am_add_feature(f, fe_calcsize_estimate);
+       am_add_feature(f, fe_selfcheck_calcsize);
     }
     return f;
 }