JezK
Edit File: udmsearch.h
/* Copyright (C) 2000-2013 Lavtech.com corp. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _UDM_UDMSEARCH_H #define _UDM_UDMSEARCH_H #include "udm_common.h" #include "udm_utils.h" #include "udm_agent.h" #include "udm_alias.h" #include "udm_boolean.h" #include "udm_conf.h" #include "udm_crc32.h" #include "udm_hash.h" #include "udm_db.h" #include "udm_doc.h" #include "udm_env.h" #include "udm_execget.h" #include "udm_getopt.h" #include "udm_guesser.h" #include "udm_hrefs.h" #include "udm_indexer.h" #include "udm_log.h" #include "udm_match.h" #include "udm_mutex.h" #include "udm_parsehtml.h" #include "udm_parser.h" #include "udm_proto.h" #include "udm_robots.h" #include "udm_sdp.h" #include "udm_searchtool.h" #include "udm_searchcache.h" #include "udm_server.h" #include "udm_sgml.h" #include "udm_signals.h" #include "udm_spell.h" #include "udm_stopwords.h" #include "udm_store.h" #include "udm_synonym.h" #include "udm_template.h" #include "udm_textlist.h" #include "udm_unicode.h" #include "udm_uniconv.h" #include "udm_unidata.h" #include "udm_url.h" #include "udm_vars.h" #include "udm_word.h" #include "udm_result.h" #include "udm_wild.h" #endif