ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Search.cpp
(Generate patch)

Comparing trunk/Search/Search.cpp (file contents):
Revision 183 by douglas, 2003-07-05T23:31:12-07:00 vs.
Revision 201 by douglas, 2003-07-15T01:01:00-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // Search.cpp
49 > // $Id: Search.cpp,v 1.19 2003/07/15 08:01:00 douglas Exp $
50  
51   #include "Search.h"
52   #include "Indexer.h"
# Line 57 | Line 57
57   #include <sys/utsname.h>
58   #else
59   #include <windows.h>
60 < #endif // _WIN32
60 > #endif
61  
62   string program;
63   string programName = "Douglas Thrift's Search Engine";
# Line 438 | Line 438 | void version()
438                  << "\n"
439                  << "   This product includes software developed by Douglas Thrift\n"
440                  << "   (http://computers.douglasthrift.net/searchengine/).\n";
441 + #ifdef _OpenSSL_
442 +        cout << "\n" << openssl() << "\n";
443 + #endif
444   }
445  
446   void license()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines