test_parser.c revision 842ae4bd224140319ae7feec1872b93dfd491143
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd/* Licensed to the Apache Software Foundation (ASF) under one or more
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * contributor license agreements. See the NOTICE file distributed with
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * this work for additional information regarding copyright ownership.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * The ASF licenses this file to You under the Apache License, Version 2.0
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * (the "License"); you may not use this file except in compliance with
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * the License. You may obtain a copy of the License at
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * Unless required by applicable law or agreed to in writing, software
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * distributed under the License is distributed on an "AS IS" BASIS,
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * See the License for the specific language governing permissions and
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * limitations under the License.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd/* This program tests the ap_get_list_item routine in ../main/util.c.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * The defines in this sample compile line are specific to Roy's system.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * They should match whatever was used to compile Apache first.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd -DSOLARIS2=250 -Wall -DALLOC_DEBUG -DPOOL_DEBUG \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ../ap/libap.a -lsocket -lnsl test_parser.c
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd * Roy Fielding, 1999
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem * Dummy a bunch of stuff just to get a compile
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndAP_DECLARE(void) ap_log_error(const char *file, int line, int level,
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd const char *field;