source: tags/0.55/stopos.h @ 9

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

willem

File size: 473 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
6const std::string program_name    = "stopos";
7const std::string program_version = "1.0";
8const std::string default_pool    = "pool";
9
10typedef unsigned long long longuint;
11#endif
Note: See TracBrowser for help on using the repository browser.