Index: p.y
===================================================================
--- p.y	(revision 128)
+++ p.y	(working copy)
@@ -1077,7 +1077,7 @@
                 ;
 
 hostheader      : /* EMPTY */
-                | hostheader STRING {
+                | HOSTHEADER STRING {
                     portset.request_hostheader = $2;
                   }
                 ;
