48 |
|
// |
49 |
|
// $Id$ |
50 |
|
|
51 |
< |
#include "Search.h" |
52 |
< |
#include "Indexer.h" |
53 |
< |
#include "Searcher.h" |
54 |
< |
#include "Outputer.h" |
51 |
> |
#include "Search.hpp" |
52 |
> |
#include "Indexer.hpp" |
53 |
> |
#include "Searcher.hpp" |
54 |
> |
#include "Outputer.hpp" |
55 |
|
|
56 |
|
#ifndef _WIN32 |
57 |
|
#include <sys/utsname.h> |
61 |
|
|
62 |
|
string program; |
63 |
|
string programName = "Douglas Thrift's Search Engine"; |
64 |
< |
string programVersion = "1.2"; |
64 |
> |
string programVersion = "1.3svn"; |
65 |
|
bool debug = false; |
66 |
|
|
67 |
|
int main(int argc, char* argv[]) |