New setting for preferred/priority targets
authorDennis Schafroth <dennis@indexdata.com>
Thu, 2 Sep 2010 14:43:35 +0000 (16:43 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 2 Sep 2010 14:43:35 +0000 (16:43 +0200)
src/settings.c

index 7ce16f0..ecd37ed 100644 (file)
@@ -70,9 +70,10 @@ static char *hard_settings[] = {
     "pz:pqf_strftime",
     "pz:negotiation_charset",
     "pz:max_connections",
-    "pz:reuse_connections",     // PZ_REUSE_CONNECTION
-    "pz:termlist_term_sort",    // PZ_TERMLIST_TERM_SORT
-    "pz:termlist_term_count",   // PZ_TERMLIST_TERM_COUNT
+    "pz:reuse_connections",     /* PZ_REUSE_CONNECTION    */
+    "pz:termlist_term_sort",    /* PZ_TERMLIST_TERM_SORT  */
+    "pz:termlist_term_count",   /* PZ_TERMLIST_TERM_COUNT */
+    "pz:preferred",             /* PZ_PREFERRED           */
     0
 };