17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 37c478bd9Sstevel@tonic-gate# 4*2c9e429eSbrutus# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 57c478bd9Sstevel@tonic-gate# Use is subject to license terms. 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate# CDDL HEADER START 87c478bd9Sstevel@tonic-gate# 97c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 10*2c9e429eSbrutus# Common Development and Distribution License (the "License"). 11*2c9e429eSbrutus# You may not use this file except in compliance with the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 147c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 157c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 167c478bd9Sstevel@tonic-gate# and limitations under the License. 177c478bd9Sstevel@tonic-gate# 187c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 197c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 207c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 217c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 227c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 237c478bd9Sstevel@tonic-gate# 247c478bd9Sstevel@tonic-gate# CDDL HEADER END 257c478bd9Sstevel@tonic-gate# 267c478bd9Sstevel@tonic-gate# Executed from appropriate arch build directory, e.g. {intel,sparc}/sockfs, 277c478bd9Sstevel@tonic-gate# to generate the nl7ctokgen.h file from nl7ctok*.txt file(s). 287c478bd9Sstevel@tonic-gate# 297c478bd9Sstevel@tonic-gateShdr_Connection_close, "Connection: close", FILTER | QUALIFIER 307c478bd9Sstevel@tonic-gateShdr_Connection_Keep_Alive, "Connection: Keep-Alive", FILTER | QUALIFIER 317c478bd9Sstevel@tonic-gateShdr_Content_Length, "Content-Length: ", PASS | QUALIFIER | NUMERIC 327c478bd9Sstevel@tonic-gateShdr_Date, "Date: ", PASS | QUALIFIER | DATE 337c478bd9Sstevel@tonic-gateShdr_Expires, "Expires: ", PASS | QUALIFIER | DATE 347c478bd9Sstevel@tonic-gateShdr_Keep_Alive, "Keep-Alive: ", FILTER | QUALIFIER 357c478bd9Sstevel@tonic-gateShdr_Last_Modified, "Last-Modified: ", PASS | QUALIFIER | QUALIFIER | DATE 36*2c9e429eSbrutusShdr_Set_Cookie, "Set-Cookie: ", PASS | NOCACHE 377c478bd9Sstevel@tonic-gateShdr_Cache_Control_No_Cache, "Cache-Control: no-cache", PASS | NOCACHE 387c478bd9Sstevel@tonic-gateShdr_Cache_Control_No_Store, "Cache-Control: no-store", PASS | NOCACHE 397c478bd9Sstevel@tonic-gateShdr_Cache_Control_Max_Age, "Cache-Control: max-age", PASS | NUMERIC 407c478bd9Sstevel@tonic-gateShdr_ETagW, "ETag: W/", PASS | NOCACHE 417c478bd9Sstevel@tonic-gateShdr_ETag, "ETag: ", PASS | QUALIFIER 42*2c9e429eSbrutusShdr_Chunked, "Transfer-Encoding: chunked", PASS | QUALIFIER 43*2c9e429eSbrutusShdr_Server, "Server: ", PASS | QUALIFIER 44