mpm.h revision 1858f59fe49e5d05b9b9e3aae1c49a835a004801
842ae4bd224140319ae7feec1872b93dfd491143fielding/* ====================================================================
842ae4bd224140319ae7feec1872b93dfd491143fielding * The Apache Software License, Version 1.1
842ae4bd224140319ae7feec1872b93dfd491143fielding * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
842ae4bd224140319ae7feec1872b93dfd491143fielding * reserved.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * Redistribution and use in source and binary forms, with or without
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * modification, are permitted provided that the following conditions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * 1. Redistributions of source code must retain the above copyright
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * notice, this list of conditions and the following disclaimer.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * 2. Redistributions in binary form must reproduce the above copyright
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * notice, this list of conditions and the following disclaimer in
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * the documentation and/or other materials provided with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * distribution.
1723d9ccdd3b647f5b7bae44cab9ab3eca7a4874dougm * 3. The end-user documentation included with the redistribution,
59b96ad34c087942eea06884c97d12c2796a977amturk * if any, must include the following acknowledgment:
c0a549c3f6e8edc87e921cf76fac95d04feba72bwrowe * "This product includes software developed by the
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe * Apache Software Foundation (http://www.apache.org/)."
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe * Alternately, this acknowledgment may appear in the software itself,
70535d6421eb979ac79d8f49d31cd94d75dd8b2fjorton * if and wherever such third-party acknowledgments normally appear.
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe * 4. The names "Apache" and "Apache Software Foundation" must
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe * not be used to endorse or promote products derived from this
79d97c2c5e2d3f8bb2a92cd21b3b4900d7bf04d6mturk * software without prior written permission. For written
79d97c2c5e2d3f8bb2a92cd21b3b4900d7bf04d6mturk * permission, please contact apache@apache.org.
79d97c2c5e2d3f8bb2a92cd21b3b4900d7bf04d6mturk * 5. Products derived from this software may not be called "Apache",
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe * nor may "Apache" appear in their name, without prior written
1723d9ccdd3b647f5b7bae44cab9ab3eca7a4874dougm * permission of the Apache Software Foundation.
e9501b71b8a1e76384cb010b1e41e76a1e47aacctrawick * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
e9501b71b8a1e76384cb010b1e41e76a1e47aacctrawick * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
6335eb31f0f0ed54628a04ed32946360b8b77684minfrin * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7a3f81622e6b6995e0e879b1c0279ba68130b4b1jfclere * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * SUCH DAMAGE.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * ====================================================================
2ceedfca3a2fdfdb5ff60ca17f030ce91f6331cbwrowe * This software consists of voluntary contributions made by many
2ceedfca3a2fdfdb5ff60ca17f030ce91f6331cbwrowe * individuals on behalf of the Apache Software Foundation. For more
2ceedfca3a2fdfdb5ff60ca17f030ce91f6331cbwrowe * information on the Apache Software Foundation, please see
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * Portions of this software are based upon public domain software
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * originally written at the National Center for Supercomputing Applications,
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding * University of Illinois, Urbana-Champaign.
1dac466bcc84f8ebf410016dcf2a4cd4312e8611wrowe/* mpm.h is the place to make declarations that are MPM specific but that must be
1dac466bcc84f8ebf410016dcf2a4cd4312e8611wrowe * shared with non-mpm specific code in the server. Hummm, perhaps we can
1dac466bcc84f8ebf410016dcf2a4cd4312e8611wrowe * move most of this stuff to mpm_common.h?
38fd849bd99e2765ee633b6dc576b5f17acdc455wrowe#endif /* APACHE_MPM_H */