ap_release.h revision c22ba5c33e130531b923aff5a77d4109b2626cbe
d32fae803076bce020fb9cb595a383f78ea740ebkess/* ====================================================================
2772c0bad271d7a345ef7779dd318fa6098a6bfand * The Apache Software License, Version 1.1
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
2772c0bad271d7a345ef7779dd318fa6098a6bfand * reserved.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Redistribution and use in source and binary forms, with or without
2772c0bad271d7a345ef7779dd318fa6098a6bfand * modification, are permitted provided that the following conditions
2772c0bad271d7a345ef7779dd318fa6098a6bfand * are met:
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * 1. Redistributions of source code must retain the above copyright
2772c0bad271d7a345ef7779dd318fa6098a6bfand * notice, this list of conditions and the following disclaimer.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * 2. Redistributions in binary form must reproduce the above copyright
2772c0bad271d7a345ef7779dd318fa6098a6bfand * notice, this list of conditions and the following disclaimer in
2772c0bad271d7a345ef7779dd318fa6098a6bfand * the documentation and/or other materials provided with the
2772c0bad271d7a345ef7779dd318fa6098a6bfand * distribution.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * 3. The end-user documentation included with the redistribution,
2772c0bad271d7a345ef7779dd318fa6098a6bfand * if any, must include the following acknowledgment:
2772c0bad271d7a345ef7779dd318fa6098a6bfand * "This product includes software developed by the
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Apache Software Foundation (http://www.apache.org/)."
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Alternately, this acknowledgment may appear in the software itself,
2772c0bad271d7a345ef7779dd318fa6098a6bfand * if and wherever such third-party acknowledgments normally appear.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * 4. The names "Apache" and "Apache Software Foundation" must
2772c0bad271d7a345ef7779dd318fa6098a6bfand * not be used to endorse or promote products derived from this
2772c0bad271d7a345ef7779dd318fa6098a6bfand * software without prior written permission. For written
2772c0bad271d7a345ef7779dd318fa6098a6bfand * permission, please contact apache@apache.org.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * 5. Products derived from this software may not be called "Apache",
2772c0bad271d7a345ef7779dd318fa6098a6bfand * nor may "Apache" appear in their name, without prior written
2772c0bad271d7a345ef7779dd318fa6098a6bfand * permission of the Apache Software Foundation.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
2772c0bad271d7a345ef7779dd318fa6098a6bfand * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2772c0bad271d7a345ef7779dd318fa6098a6bfand * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2772c0bad271d7a345ef7779dd318fa6098a6bfand * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
2772c0bad271d7a345ef7779dd318fa6098a6bfand * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2772c0bad271d7a345ef7779dd318fa6098a6bfand * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2772c0bad271d7a345ef7779dd318fa6098a6bfand * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2772c0bad271d7a345ef7779dd318fa6098a6bfand * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2772c0bad271d7a345ef7779dd318fa6098a6bfand * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2772c0bad271d7a345ef7779dd318fa6098a6bfand * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
2772c0bad271d7a345ef7779dd318fa6098a6bfand * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2772c0bad271d7a345ef7779dd318fa6098a6bfand * SUCH DAMAGE.
2772c0bad271d7a345ef7779dd318fa6098a6bfand * ====================================================================
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * This software consists of voluntary contributions made by many
2772c0bad271d7a345ef7779dd318fa6098a6bfand * individuals on behalf of the Apache Software Foundation. For more
2772c0bad271d7a345ef7779dd318fa6098a6bfand * information on the Apache Software Foundation, please see
2772c0bad271d7a345ef7779dd318fa6098a6bfand * <http://www.apache.org/>.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Portions of this software are based upon public domain software
2772c0bad271d7a345ef7779dd318fa6098a6bfand * originally written at the National Center for Supercomputing Applications,
2772c0bad271d7a345ef7779dd318fa6098a6bfand * University of Illinois, Urbana-Champaign.
2772c0bad271d7a345ef7779dd318fa6098a6bfand */
2772c0bad271d7a345ef7779dd318fa6098a6bfand
2772c0bad271d7a345ef7779dd318fa6098a6bfand#ifndef AP_RELEASE_H
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_RELEASE_H
2772c0bad271d7a345ef7779dd318fa6098a6bfand
2772c0bad271d7a345ef7779dd318fa6098a6bfand/*
2772c0bad271d7a345ef7779dd318fa6098a6bfand * The below defines the base string of the Server: header. Additional
2772c0bad271d7a345ef7779dd318fa6098a6bfand * tokens can be added via the ap_add_version_component() API call.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * The tokens are listed in order of their significance for identifying the
2772c0bad271d7a345ef7779dd318fa6098a6bfand * application.
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * "Product tokens should be short and to the point -- use of them for
2772c0bad271d7a345ef7779dd318fa6098a6bfand * advertizing or other non-essential information is explicitly forbidden."
2772c0bad271d7a345ef7779dd318fa6098a6bfand *
2772c0bad271d7a345ef7779dd318fa6098a6bfand * Example: "Apache/1.1.0 MrWidget/0.1-alpha"
2772c0bad271d7a345ef7779dd318fa6098a6bfand */
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_BASEPRODUCT "Apache"
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_MAJORVERSION "2"
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_MINORVERSION "0"
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_PATCHLEVEL "44-dev"
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
2772c0bad271d7a345ef7779dd318fa6098a6bfand#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
2772c0bad271d7a345ef7779dd318fa6098a6bfand
#endif