source: tags/0.57/stopos.h @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

File size: 694 bytes
Line 
1#ifndef STOPOS_H
2#define STOPOS_H
3static const char dbsep           = '/';  // separator used in database
4static const char httpsep         = '-';  // separator used in http string from client to server
5static const char outsep          = '+';  // separator used in output from server to client
6static const char keysep          = '.';  // separator to separate stopos
7                                          // key from extra key
8const std::string program_name    = "stopos";
9const std::string program_version = "1.0";
10const std::string default_pool    = "pool";
11
12typedef unsigned long long longuint;
13
14#define WTD(x) std::cerr<<"\nWTD:"<<__FILE__<<":"<<__LINE__<<":"<< x <<std::endl;
15#endif
Note: See TracBrowser for help on using the repository browser.